|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ compiler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets.compiler
Class UIInstructions

java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.sun.facelets.compiler.UILeaf
com.sun.facelets.compiler.UIInstructions
- All Implemented Interfaces:
- javax.faces.component.StateHolder
- final class UIInstructions
- extends UILeaf
| Field Summary | |
private Instruction[] |
instructions
|
private com.sun.facelets.el.ELText |
txt
|
| Fields inherited from class javax.faces.component.UIComponentBase |
|
| Constructor Summary | |
UIInstructions(com.sun.facelets.el.ELText txt,
Instruction[] instructions)
|
|
| Methods inherited from class javax.faces.component.UIComponentBase |
getAttributes, getClientId, getId, restoreAttachedState, saveAttachedState, setId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
txt
private final com.sun.facelets.el.ELText txt
instructions
private final Instruction[] instructions
| Constructor Detail |
UIInstructions
public UIInstructions(com.sun.facelets.el.ELText txt, Instruction[] instructions)
| Method Detail |
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext context) throws java.io.IOException
- Overrides:
encodeBeginin classUILeaf
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object - Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null, string concatenation will instead use"null".The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode()).
getValueBinding
public javax.faces.el.ValueBinding getValueBinding(java.lang.String binding)
setValueBinding
public void setValueBinding(java.lang.String name, javax.faces.el.ValueBinding binding)
getValueExpression
public ValueExpression getValueExpression(java.lang.String name)
setValueExpression
public void setValueExpression(java.lang.String name, ValueExpression arg1)
getFamily
public java.lang.String getFamily()
getParent
public javax.faces.component.UIComponent getParent()
setParent
public void setParent(javax.faces.component.UIComponent parent)
isRendered
public boolean isRendered()
setRendered
public void setRendered(boolean rendered)
getRendererType
public java.lang.String getRendererType()
setRendererType
public void setRendererType(java.lang.String rendererType)
getRendersChildren
public boolean getRendersChildren()
getChildren
public java.util.List getChildren()
getChildCount
public int getChildCount()
findComponent
public javax.faces.component.UIComponent findComponent(java.lang.String id)
getFacets
public java.util.Map getFacets()
getFacetCount
public int getFacetCount()
getFacet
public javax.faces.component.UIComponent getFacet(java.lang.String name)
getFacetsAndChildren
public java.util.Iterator getFacetsAndChildren()
broadcast
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
decode
public void decode(javax.faces.context.FacesContext faces)
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext faces) throws java.io.IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext faces) throws java.io.IOException
encodeAll
public void encodeAll(javax.faces.context.FacesContext faces) throws java.io.IOException
addFacesListener
protected void addFacesListener(javax.faces.event.FacesListener faces)
getFacesListeners
protected javax.faces.event.FacesListener[] getFacesListeners(java.lang.Class faces)
removeFacesListener
protected void removeFacesListener(javax.faces.event.FacesListener faces)
queueEvent
public void queueEvent(javax.faces.event.FacesEvent event)
processRestoreState
public void processRestoreState(javax.faces.context.FacesContext faces, java.lang.Object state)
processDecodes
public void processDecodes(javax.faces.context.FacesContext faces)
processValidators
public void processValidators(javax.faces.context.FacesContext faces)
processUpdates
public void processUpdates(javax.faces.context.FacesContext faces)
processSaveState
public java.lang.Object processSaveState(javax.faces.context.FacesContext faces)
getFacesContext
protected javax.faces.context.FacesContext getFacesContext()
getRenderer
protected javax.faces.render.Renderer getRenderer(javax.faces.context.FacesContext faces)
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext faces)
restoreState
public void restoreState(javax.faces.context.FacesContext faces, java.lang.Object state)
isTransient
public boolean isTransient()
setTransient
public void setTransient(boolean tranzient)
|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ compiler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC