|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.faces.event.PreNavigateEvent
public class PreNavigateEvent
An event that is fired when JSF navigation is invoked via the NavigationHandler
, but before any redirecting or
non-redirecting navigation is completed, giving consumers of this event a chance to take action.
Constructor Summary | |
---|---|
PreNavigateEvent(FacesContext context,
String fromAction,
String outcome,
NavigationCase navigationCase)
|
Method Summary | |
---|---|
FacesContext |
getContext()
|
String |
getFromAction()
|
NavigationCase |
getNavigationCase()
|
String |
getOutcome()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreNavigateEvent(FacesContext context, String fromAction, String outcome, NavigationCase navigationCase)
Method Detail |
---|
public FacesContext getContext()
public String getFromAction()
public String getOutcome()
public NavigationCase getNavigationCase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |