|
||||||||||
| 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.renderkit.html.HtmlRenderer
public abstract class HtmlRenderer
| Constructor Summary | |
|---|---|
HtmlRenderer()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getActionUrl(javax.faces.context.FacesContext facesContext)
|
int |
getChildCount(javax.faces.component.UIComponent component)
Return the number of children of the specified component. |
java.util.List |
getChildren(javax.faces.component.UIComponent component)
Return the list of children of the specified component. |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, decode, encodeBegin, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlRenderer()
| Method Detail |
|---|
public java.util.List getChildren(javax.faces.component.UIComponent component)
This default implementation simply returns component.getChildren(). However this method should always be used in order to allow renderer subclasses to override it and provide filtered or reordered views of the component children to rendering methods defined in their ancestor classes.
Any method that overrides this to "hide" child components should also override the getChildCount method.
public int getChildCount(javax.faces.component.UIComponent component)
See getChildren(UIComponent) for more information.
protected java.lang.String getActionUrl(javax.faces.context.FacesContext facesContext)
facesContext -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||