Class UIComponent
java.lang.Object
org.eclnt.jsfserver.base.faces.component.UIComponent
- Direct Known Subclasses:
UIComponentBase
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(UIComponent child) voidbroadcast(FacesEvent event) voiddecode(FacesContext context) dump()voidencodeBegin(FacesContext context) voidencodeChildren(FacesContext context) voidencodeEnd(FacesContext context) getChild(int i) intgetClientId(FacesContext context) protected FacesContextgetId()booleangetValueBinding(String name) jakarta.el.ValueExpressiongetValueExpression(String name) booleanvoidprocessDecodes(FacesContext context) voidprocessEncodeOfComponentTree(jakarta.servlet.http.HttpServletResponse response, FacesContext context) voidprocessEncodes(FacesContext context) voidprocessUpdates(FacesContext context) voidprocessValidators(FacesContext context) voidqueueEvent(FacesEvent event) voidrestoreState(FacesContext context, Object state) saveState(FacesContext context) voidvoidsetParent(UIComponent parent) voidsetRendered(boolean value) voidsetRendersChildren(boolean rendersChildren) voidsetValueExpression(String name, jakarta.el.ValueExpression binding)
-
Constructor Details
-
UIComponent
public UIComponent()
-
-
Method Details
-
getChildren
-
getChildCount
public int getChildCount() -
getChild
-
getFacetsAndChildren
-
addChild
-
getId
-
setId
-
getClientId
-
getParent
-
setParent
-
getFacesContext
-
getAttributes
-
isRendered
public boolean isRendered() -
setRendered
public void setRendered(boolean value) -
getValueBinding
-
getValueExpression
-
setValueExpression
-
broadcast
- Throws:
AbortProcessingException
-
processDecodes
-
queueEvent
-
processEncodeOfComponentTree
public void processEncodeOfComponentTree(jakarta.servlet.http.HttpServletResponse response, FacesContext context) -
processEncodes
-
encodeBegin
- Throws:
IOException
-
encodeEnd
- Throws:
IOException
-
processUpdates
-
getRendersChildren
public boolean getRendersChildren() -
setRendersChildren
public void setRendersChildren(boolean rendersChildren) -
encodeChildren
- Throws:
IOException
-
processValidators
-
saveState
-
restoreState
-
decode
-
dump
-