|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
org.apache.myfaces.trinidad.render.ExtendedRenderer
public abstract class ExtendedRenderer
TraversingRenderer enhances the general component renderer contract, to control all child component hierarchy traversal and local client id generation.
Constructor Summary | |
---|---|
ExtendedRenderer()
|
Method Summary | |
---|---|
boolean |
decodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Decodes a component and its children. |
boolean |
getRendersChildren()
Indicates that this Renderer takes responsibility for encoding its child components. |
boolean |
updateChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Updates a component and its children. |
boolean |
validateChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Validates a component and its children. |
Methods inherited from class javax.faces.render.Renderer |
---|
convertClientId, decode, encodeBegin, encodeChildren, encodeEnd, getConvertedValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtendedRenderer()
Method Detail |
---|
public final boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
public boolean decodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
decodeChildren
in interface LifecycleRenderer
context
- the Faces contextcomponent
- the component to render
public boolean validateChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
validateChildren
in interface LifecycleRenderer
context
- the Faces contextcomponent
- the component to render
public boolean updateChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
updateChildren
in interface LifecycleRenderer
context
- the Faces contextcomponent
- the component to render
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |