public abstract class BaseEvaluator
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
s_logger |
Constructor and Description |
---|
BaseEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(FacesContext context) |
void |
encodeChildren(FacesContext context) |
void |
encodeEnd(FacesContext context) |
abstract boolean |
evaluate()
Evaluate against the component attributes.
|
String |
getFamily() |
boolean |
getRendersChildren() |
Object |
getValue()
Get the value for this component to be evaluated against
|
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setValue(Object value)
Set the value for this component to be evaluated against
|
outputAttribute
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public final String getFamily()
getFamily
in class UIComponent
UIComponent.getFamily()
public final boolean getRendersChildren()
getRendersChildren
in class UIComponentBase
UIComponentBase.getRendersChildren()
public final void encodeBegin(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
IOException
UIComponentBase.encodeBegin(javax.faces.context.FacesContext)
public final void encodeChildren(FacesContext context) throws IOException
encodeChildren
in class UIComponentBase
IOException
UIComponentBase.encodeChildren(javax.faces.context.FacesContext)
public final void encodeEnd(FacesContext context) throws IOException
encodeEnd
in class UIComponentBase
IOException
UIComponentBase.encodeEnd(javax.faces.context.FacesContext)
public Object getValue()
public void setValue(Object value)
value
- the value for this component to be evaluated againstpublic void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UIComponentBase
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIComponentBase
StateHolder.saveState(javax.faces.context.FacesContext)
public abstract boolean evaluate()
Copyright © 2005–2017 Alfresco Software. All rights reserved.