Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.compiler
Class UIInstructions  view UIInstructions download UIInstructions.java

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended bycom.sun.facelets.compiler.UILeaf
              extended bycom.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)
           
 
Method Summary
protected  void addFacesListener(javax.faces.event.FacesListener faces)
           
 void broadcast(javax.faces.event.FacesEvent event)
           
 void decode(javax.faces.context.FacesContext faces)
           
 void encodeAll(javax.faces.context.FacesContext faces)
           
 void encodeBegin(javax.faces.context.FacesContext context)
           
 void encodeChildren(javax.faces.context.FacesContext faces)
           
 void encodeEnd(javax.faces.context.FacesContext faces)
           
 javax.faces.component.UIComponent findComponent(java.lang.String id)
           
 int getChildCount()
           
 java.util.List getChildren()
           
protected  javax.faces.context.FacesContext getFacesContext()
           
protected  javax.faces.event.FacesListener[] getFacesListeners(java.lang.Class faces)
           
 javax.faces.component.UIComponent getFacet(java.lang.String name)
           
 int getFacetCount()
           
 java.util.Map getFacets()
           
 java.util.Iterator getFacetsAndChildren()
           
 java.lang.String getFamily()
           
 javax.faces.component.UIComponent getParent()
           
protected  javax.faces.render.Renderer getRenderer(javax.faces.context.FacesContext faces)
           
 java.lang.String getRendererType()
           
 boolean getRendersChildren()
           
 javax.faces.el.ValueBinding getValueBinding(java.lang.String binding)
           
 ValueExpression getValueExpression(java.lang.String name)
           
 boolean isRendered()
           
 boolean isTransient()
           
 void processDecodes(javax.faces.context.FacesContext faces)
           
 void processRestoreState(javax.faces.context.FacesContext faces, java.lang.Object state)
           
 java.lang.Object processSaveState(javax.faces.context.FacesContext faces)
           
 void processUpdates(javax.faces.context.FacesContext faces)
           
 void processValidators(javax.faces.context.FacesContext faces)
           
 void queueEvent(javax.faces.event.FacesEvent event)
           
protected  void removeFacesListener(javax.faces.event.FacesListener faces)
           
 void restoreState(javax.faces.context.FacesContext faces, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext faces)
           
 void setParent(javax.faces.component.UIComponent parent)
           
 void setRendered(boolean rendered)
           
 void setRendererType(java.lang.String rendererType)
           
 void setTransient(boolean tranzient)
           
 void setValueBinding(java.lang.String name, javax.faces.el.ValueBinding binding)
           
 void setValueExpression(java.lang.String name, ValueExpression arg1)
           
 java.lang.String toString()
          Convert this Object to a human-readable String.
 
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:
encodeBegin in class UILeaf

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)