public class PreNavigateEvent extends Object
NavigationHandler, but before any redirecting or
non-redirecting navigation is completed, giving consumers of this event a chance to take action.| Constructor and Description |
|---|
PreNavigateEvent(javax.faces.context.FacesContext context,
String fromAction,
String outcome,
javax.faces.application.NavigationCase navigationCase) |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.context.FacesContext |
getContext() |
String |
getFromAction() |
javax.faces.application.NavigationCase |
getNavigationCase() |
String |
getOutcome() |
Copyright © 2009-2013 Seam Framework. All Rights Reserved.