org.jboss.seam.faces.event
Class PreNavigateEvent

java.lang.Object
  extended by org.jboss.seam.faces.event.PreNavigateEvent

public class PreNavigateEvent
extends Object

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.

Author:
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

PreNavigateEvent

public PreNavigateEvent(FacesContext context,
                        String fromAction,
                        String outcome,
                        NavigationCase navigationCase)
Method Detail

getContext

public FacesContext getContext()

getFromAction

public String getFromAction()

getOutcome

public String getOutcome()

getNavigationCase

public NavigationCase getNavigationCase()


Copyright © 2011 Seam Framework. All Rights Reserved.