com.stratelia.silverpeas.peasCore.servlets
Class Navigation

java.lang.Object
  extended by com.stratelia.silverpeas.peasCore.servlets.Navigation

public class Navigation
extends Object

Each method from Web Routers exposed must return an instance of this class. For now, it permits to specify the destination of the navigation.


Constructor Summary
Navigation(String destination)
          Default constructor.
 
Method Summary
 String getDestination()
          Gets the destination after the end of treatment of the web router.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Navigation

public Navigation(String destination)
Default constructor.

Parameters:
destination - the destination after the end of treatment of the web router.
Method Detail

getDestination

public String getDestination()
Gets the destination after the end of treatment of the web router.

Returns:
the destination.


Copyright © 2016 Silverpeas. All Rights Reserved.