org.apache.myfaces.context
Class RequestViewContext
java.lang.Object
org.apache.myfaces.context.RequestViewContext
public class RequestViewContext
- extends java.lang.Object
- Since:
- 2.0.2
- Version:
- $Revision: 799765 $ $Date: 2009-07-31 17:55:49 -0500 (vie, 31 jul 2009) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VIEW_CONTEXT_KEY
public static final java.lang.String VIEW_CONTEXT_KEY
- See Also:
- Constant Field Values
RequestViewContext
public RequestViewContext()
getCurrentInstance
public static RequestViewContext getCurrentInstance()
getCurrentInstance
public static RequestViewContext getCurrentInstance(javax.faces.context.FacesContext ctx)
getCurrentInstance
public static RequestViewContext getCurrentInstance(javax.faces.context.FacesContext ctx,
javax.faces.component.UIViewRoot root)
isResourceDependencyAlreadyProcessed
public boolean isResourceDependencyAlreadyProcessed(javax.faces.application.ResourceDependency dependency)
setResourceDependencyAsProcessed
public void setResourceDependencyAsProcessed(javax.faces.application.ResourceDependency dependency)
isClassAlreadyProcessed
public boolean isClassAlreadyProcessed(java.lang.Class<?> inspectedClass)
setClassProcessed
public void setClassProcessed(java.lang.Class<?> inspectedClass)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.