org.richfaces.context
Class PartialViewContextImpl

java.lang.Object
  extended by javax.faces.context.PartialViewContext
      extended by javax.faces.context.PartialViewContextWrapper
          extended by org.richfaces.context.PartialViewContextImpl
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.context.PartialViewContext>

public class PartialViewContextImpl
extends javax.faces.context.PartialViewContextWrapper

Since:
4.0
Author:
Nick Belaevski

Field Summary
static java.lang.String BEHAVIOR_EVENT_PARAMETER
           
 
Fields inherited from class javax.faces.context.PartialViewContext
ALL_PARTIAL_PHASE_CLIENT_IDS, PARTIAL_EXECUTE_PARAM_NAME, PARTIAL_RENDER_PARAM_NAME
 
Constructor Summary
PartialViewContextImpl(javax.faces.context.PartialViewContext wrappedContext, java.lang.String activatorId)
           
 
Method Summary
 java.util.Collection<java.lang.String> getExecuteIds()
           
 java.util.Collection<java.lang.String> getRenderIds()
           
 javax.faces.context.PartialViewContext getWrapped()
           
 boolean isExecuteAll()
           
 boolean isRenderAll()
           
 void processPartial(javax.faces.event.PhaseId phaseId)
           
 void setPartialRequest(boolean isPartialRequest)
           
 
Methods inherited from class javax.faces.context.PartialViewContextWrapper
getPartialResponseWriter, isAjaxRequest, isPartialRequest, release, setRenderAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEHAVIOR_EVENT_PARAMETER

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

PartialViewContextImpl

public PartialViewContextImpl(javax.faces.context.PartialViewContext wrappedContext,
                              java.lang.String activatorId)
Method Detail

getWrapped

public javax.faces.context.PartialViewContext getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.PartialViewContext>
Overrides:
getWrapped in class javax.faces.context.PartialViewContextWrapper

processPartial

public void processPartial(javax.faces.event.PhaseId phaseId)
Overrides:
processPartial in class javax.faces.context.PartialViewContextWrapper

setPartialRequest

public void setPartialRequest(boolean isPartialRequest)
Specified by:
setPartialRequest in class javax.faces.context.PartialViewContext

getRenderIds

public java.util.Collection<java.lang.String> getRenderIds()
Overrides:
getRenderIds in class javax.faces.context.PartialViewContextWrapper

getExecuteIds

public java.util.Collection<java.lang.String> getExecuteIds()
Overrides:
getExecuteIds in class javax.faces.context.PartialViewContextWrapper

isExecuteAll

public boolean isExecuteAll()
Overrides:
isExecuteAll in class javax.faces.context.PartialViewContextWrapper

isRenderAll

public boolean isRenderAll()
Overrides:
isRenderAll in class javax.faces.context.PartialViewContextWrapper


Copyright © 2009. All Rights Reserved.