| org.sakaiproject.tool.messageforums.jsf.MessageForumsNavigationHandler
MessageForumsNavigationHandler | public class MessageForumsNavigationHandler extends NavigationHandler (Code) | |
SakaiNavigationHandler catches the response that is being redirected to preserve the faces messages for the return request.
|
Field Summary | |
protected NavigationHandler | m_chain The other navigation handler. |
m_chain | protected NavigationHandler m_chain(Code) | | The other navigation handler.
|
MessageForumsNavigationHandler | public MessageForumsNavigationHandler()(Code) | | Construct.
|
MessageForumsNavigationHandler | public MessageForumsNavigationHandler(NavigationHandler chain)(Code) | | Construct.
|
handleNavigation | public void handleNavigation(FacesContext context, String fromAction, String outcome)(Code) | | Handle the navigation
Parameters: context - The Faces context. Parameters: fromAction - The action string that triggered the action. Parameters: outcome - The logical outcome string, which is the new tool mode, or if null, the mode does not change. |
|
|