org.apache.myfaces.context
Class RequestViewContext

java.lang.Object
  extended by 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 $)

Field Summary
static java.lang.String VIEW_CONTEXT_KEY
           
 
Constructor Summary
RequestViewContext()
           
 
Method Summary
static RequestViewContext getCurrentInstance()
           
static RequestViewContext getCurrentInstance(javax.faces.context.FacesContext ctx)
           
static RequestViewContext getCurrentInstance(javax.faces.context.FacesContext ctx, javax.faces.component.UIViewRoot root)
           
 boolean isResourceDependencyAlreadyProcessed(javax.faces.application.ResourceDependency dependency)
           
 void setResourceDependencyAsProcessed(javax.faces.application.ResourceDependency dependency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_CONTEXT_KEY

public static final java.lang.String VIEW_CONTEXT_KEY
See Also:
Constant Field Values
Constructor Detail

RequestViewContext

public RequestViewContext()
Method Detail

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)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.