Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.binding.alias
Class UIAliasHolder

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.nuxeo.ecm.platform.ui.web.binding.alias.UIAliasHolder
All Implemented Interfaces:
StateHolder, ValueHolder

public class UIAliasHolder
extends UIOutput

Holder component for value expressions.

Exposes its expressions to the request context when rendered.

Since:
5.4
Author:
Anahide Tchertchian

Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
Constructor Summary
UIAliasHolder()
           
 
Method Summary
 void broadcast(FacesEvent event)
           
 void encodeBegin(FacesContext context)
           
 void encodeChildren(FacesContext context)
           
 void encodeEnd(FacesContext context)
           
 String getFamily()
           
 String getRendererType()
           
 boolean getRendersChildren()
           
 boolean invokeOnComponent(FacesContext context, String clientId, ContextCallback callback)
           
 boolean isRendered()
           
 void processDecodes(FacesContext context)
           
 void processUpdates(FacesContext context)
           
 void processValidators(FacesContext context)
           
 void queueEvent(FacesEvent event)
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext context)
           
 void setRendered(boolean rendered)
           
 void setRendererType(String rendererType)
           
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
decode, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getValueBinding, isTransient, processRestoreState, processSaveState, restoreAttachedState, saveAttachedState, setId, setParent, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
Constructor Detail

UIAliasHolder

public UIAliasHolder()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class UIOutput

getRendererType

public String getRendererType()
Overrides:
getRendererType in class UIComponentBase

setRendererType

public void setRendererType(String rendererType)
Overrides:
setRendererType in class UIComponentBase

isRendered

public boolean isRendered()
Overrides:
isRendered in class UIComponentBase

setRendered

public void setRendered(boolean rendered)
Overrides:
setRendered in class UIComponentBase

getRendersChildren

public boolean getRendersChildren()
Overrides:
getRendersChildren in class UIComponentBase

broadcast

public void broadcast(FacesEvent event)
Overrides:
broadcast in class UIComponentBase

queueEvent

public void queueEvent(FacesEvent event)
Overrides:
queueEvent in class UIComponentBase

invokeOnComponent

public boolean invokeOnComponent(FacesContext context,
                                 String clientId,
                                 ContextCallback callback)
                          throws FacesException
Overrides:
invokeOnComponent in class UIComponentBase
Throws:
FacesException

encodeBegin

public void encodeBegin(FacesContext context)
                 throws IOException
Overrides:
encodeBegin in class UIComponentBase
Throws:
IOException

encodeChildren

public void encodeChildren(FacesContext context)
                    throws IOException
Overrides:
encodeChildren in class UIComponentBase
Throws:
IOException

encodeEnd

public void encodeEnd(FacesContext context)
               throws IOException
Overrides:
encodeEnd in class UIComponentBase
Throws:
IOException

processDecodes

public void processDecodes(FacesContext context)
Overrides:
processDecodes in class UIComponentBase

processValidators

public void processValidators(FacesContext context)
Overrides:
processValidators in class UIComponentBase

processUpdates

public void processUpdates(FacesContext context)
Overrides:
processUpdates in class UIComponentBase

restoreState

public void restoreState(FacesContext context,
                         Object state)
Specified by:
restoreState in interface StateHolder
Overrides:
restoreState in class UIOutput

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in class UIOutput

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.