public class UICache
extends javax.faces.component.UIPanel
| Modifier and Type | Class | Description |
|---|---|---|
static class |
UICache.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
| Constructor | Description |
|---|---|
UICache() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getFamily() |
|
String |
getKey() |
|
String |
getRegion() |
|
boolean |
isCacheSetInCurrentRequest() |
|
boolean |
isDisabled() |
|
boolean |
isProcessEvents() |
|
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) |
|
void |
setDisabled(boolean _disabled) |
|
void |
setKey(String _key) |
|
void |
setProcessEvents(boolean _processEvents) |
|
void |
setRegion(String _region) |
|
protected boolean |
shouldProcess() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, 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, setValueBindingpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily in class javax.faces.component.UIPanelpublic boolean isDisabled()
public void setDisabled(boolean _disabled)
public String getRegion()
public void setRegion(String _region)
public String getKey()
public void setKey(String _key)
public boolean isProcessEvents()
public void setProcessEvents(boolean _processEvents)
public boolean isCacheSetInCurrentRequest()
public void setCacheSetInCurrentRequest(boolean cacheSetInCurrentRequest)
protected boolean isVisitable(javax.faces.component.visit.VisitContext visitContext)
isVisitable in class javax.faces.component.UIComponentprotected boolean shouldProcess()
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class javax.faces.component.UIComponentBaseCopyright © 2018. All rights reserved.