org.apache.myfaces.context
Class RequestViewContext
java.lang.Object
org.apache.myfaces.context.RequestViewContext
public class RequestViewContext
- extends 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 String VIEW_CONTEXT_KEY
- See Also:
- Constant Field Values
RequestViewContext
public RequestViewContext()
getCurrentInstance
public static RequestViewContext getCurrentInstance()
getCurrentInstance
public static RequestViewContext getCurrentInstance(FacesContext ctx)
getCurrentInstance
public static RequestViewContext getCurrentInstance(FacesContext ctx,
UIViewRoot root)
isResourceDependencyAlreadyProcessed
public boolean isResourceDependencyAlreadyProcessed(ResourceDependency dependency)
setResourceDependencyAsProcessed
public void setResourceDependencyAsProcessed(ResourceDependency dependency)
isClassAlreadyProcessed
public boolean isClassAlreadyProcessed(Class<?> inspectedClass)
setClassProcessed
public void setClassProcessed(Class<?> inspectedClass)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.