|
||||||||||
| 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(javax.faces.context.FacesContext context,
String fromAction,
String outcome,
javax.faces.application.NavigationCase navigationCase)
|
|
| Method Summary | |
|---|---|
javax.faces.context.FacesContext |
getContext()
|
String |
getFromAction()
|
javax.faces.application.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(javax.faces.context.FacesContext context,
String fromAction,
String outcome,
javax.faces.application.NavigationCase navigationCase)
| Method Detail |
|---|
public javax.faces.context.FacesContext getContext()
public String getFromAction()
public String getOutcome()
public javax.faces.application.NavigationCase getNavigationCase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||