public class VariableContainer extends BaseComponent implements IScopedVariableComponent
Modifier and Type | Field and Description |
---|---|
static String |
FAMILY |
static String |
TYPE |
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
Constructor and Description |
---|
VariableContainer() |
Modifier and Type | Method and Description |
---|---|
void |
encodeChildren(FacesContext context) |
String |
getFamily() |
boolean |
getRendersChildren() |
Object |
getScopedVariable()
Gets the scoped variable object
|
String |
getScopedVariableName()
Get the name of the scoped variable
|
Object |
getValue() |
String |
getVar() |
void |
processDecodes(FacesContext context) |
void |
processRestoreState(FacesContext context,
Object state) |
Object |
processSaveState(FacesContext context) |
void |
processUpdates(FacesContext context) |
void |
processValidators(FacesContext context) |
void |
setValue(Object value) |
void |
setVar(String var) |
boolean |
visitTree(VisitContext context,
VisitCallback callback) |
getAttributes, getPropertyOrBindingValue, restoreState, saveState, setBindingValue
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeEnd, findComponent, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression
public static final String FAMILY
public static final String TYPE
public String getFamily()
getFamily
in class UIComponent
public String getVar()
public void setVar(String var)
public Object getValue()
public void setValue(Object value)
public boolean getRendersChildren()
getRendersChildren
in class UIComponentBase
public void encodeChildren(FacesContext context) throws IOException
encodeChildren
in class UIComponentBase
IOException
public void processDecodes(FacesContext context)
processDecodes
in class UIComponentBase
public void processRestoreState(FacesContext context, Object state)
processRestoreState
in class UIComponentBase
public Object processSaveState(FacesContext context)
processSaveState
in class UIComponentBase
public void processUpdates(FacesContext context)
processUpdates
in class UIComponentBase
public void processValidators(FacesContext context)
processValidators
in class UIComponentBase
public boolean visitTree(VisitContext context, VisitCallback callback)
visitTree
in class UIComponent
public String getScopedVariableName()
IScopedVariableComponent
getScopedVariableName
in interface IScopedVariableComponent
public Object getScopedVariable()
IScopedVariableComponent
getScopedVariable
in interface IScopedVariableComponent