Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.jsf.component
Class UIFragment

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.theme.jsf.component.UIFragment
All Implemented Interfaces:
StateHolder, ValueHolder

public class UIFragment
extends UIOutput


Field Summary
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY, COMPONENT_TYPE
 
Constructor Summary
UIFragment()
           
 
Method Summary
 void encodeAll(FacesContext context)
           
 String getEngine()
           
 String getMode()
           
 String getUid()
           
 boolean isTransient()
           
 void setEngine(String engine)
           
 void setMode(String mode)
           
 void setUid(String uid)
           
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIFragment

public UIFragment()
Method Detail

encodeAll

public void encodeAll(FacesContext context)
               throws IOException
Overrides:
encodeAll in class UIComponent
Throws:
IOException

isTransient

public boolean isTransient()
Specified by:
isTransient in interface StateHolder
Overrides:
isTransient in class UIComponentBase

getEngine

public String getEngine()

setEngine

public void setEngine(String engine)

getMode

public String getMode()

setMode

public void setMode(String mode)

getUid

public String getUid()

setUid

public void setUid(String uid)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.