public class Cache extends UIComponentBase
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_SCOPE |
static String |
VALUE_SET |
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY| Constructor and Description |
|---|
Cache() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeChildren(FacesContext context) |
String |
getFamily()
Returns
COMPONENT_FAMILY. |
String |
getKey() |
boolean |
getRendersChildren()
Returns
true. |
String |
getScope() |
Integer |
getTime() |
protected boolean |
isVisitable(VisitContext visitContext) |
void |
setKey(String keyValue) |
void |
setScope(String scopeValue) |
void |
setTime(Integer timeValue) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String VALUE_SET
public static final String DEFAULT_SCOPE
public String getFamily()
COMPONENT_FAMILY.getFamily in class UIComponentpublic boolean getRendersChildren()
true.getRendersChildren in class UIComponentBasepublic void encodeChildren(FacesContext context) throws IOException
encodeChildren in class UIComponentBaseIOExceptionprotected boolean isVisitable(VisitContext visitContext)
isVisitable in class UIComponentpublic String getKey()
public void setKey(String keyValue)
public String getScope()
public void setScope(String scopeValue)
public Integer getTime()
public void setTime(Integer timeValue)