public class UICache extends UICacheBase
UICacheBase.PropertyKeys
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE |
COMPONENT_FAMILY, DEFAULT_RENDERER
Constructor and Description |
---|
UICache() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCacheSetInCurrentRequest() |
protected boolean |
isVisitable(javax.faces.component.visit.VisitContext visitContext) |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
processUpdates(javax.faces.context.FacesContext context) |
void |
processValidators(javax.faces.context.FacesContext context) |
void |
setCacheSetInCurrentRequest(boolean cacheSetInCurrentRequest) |
protected boolean |
shouldProcess() |
getFamily, getKey, getRegion, isDisabled, isProcessEvents, setDisabled, setKey, setProcessEvents, setRegion
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public static final String COMPONENT_TYPE
public boolean isCacheSetInCurrentRequest()
public void setCacheSetInCurrentRequest(boolean cacheSetInCurrentRequest)
protected boolean isVisitable(javax.faces.component.visit.VisitContext visitContext)
isVisitable
in class javax.faces.component.UIComponent
protected boolean shouldProcess()
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class javax.faces.component.UIComponentBase
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class javax.faces.component.UIComponentBase
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIComponentBase
Copyright © 2020. All rights reserved.