org.apache.myfaces.tobago.internal.ajax
Class AjaxNavigationState

java.lang.Object
  extended by org.apache.myfaces.tobago.internal.ajax.AjaxNavigationState

public final class AjaxNavigationState
extends Object


Method Summary
static void afterRestoreView(javax.faces.context.FacesContext facesContext)
           
static void beforeRestoreView(javax.faces.context.FacesContext facesContext)
           
static boolean isNavigation(javax.faces.context.FacesContext facesContext)
           
static void storeIncomingView(javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

storeIncomingView

public static void storeIncomingView(javax.faces.context.FacesContext facesContext)

isNavigation

public static boolean isNavigation(javax.faces.context.FacesContext facesContext)

afterRestoreView

public static void afterRestoreView(javax.faces.context.FacesContext facesContext)

beforeRestoreView

public static void beforeRestoreView(javax.faces.context.FacesContext facesContext)


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.