| com.caucho.jsf.html.BaseRenderer com.caucho.jsf.html.HtmlFormRenderer
Field Summary | |
final public static Renderer | RENDERER |
Method Summary | |
static void | addCommandLinkParam(FacesContext context, String formClientId, String name) | public void | decode(FacesContext context, UIComponent component) Decodes the data from the form. | public void | encodeBegin(FacesContext context, UIComponent component) Renders the open tag for the text. | public void | encodeEnd(FacesContext context, UIComponent component) Renders the closing tag for the component. | public boolean | getRendersChildren() True if the renderer is responsible for rendering the children. |
RENDERER | final public static Renderer RENDERER(Code) | | |
addCommandLinkParam | static void addCommandLinkParam(FacesContext context, String formClientId, String name)(Code) | | |
decode | public void decode(FacesContext context, UIComponent component)(Code) | | Decodes the data from the form.
|
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | Renders the open tag for the text.
|
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Renders the closing tag for the component.
|
getRendersChildren | public boolean getRendersChildren()(Code) | | True if the renderer is responsible for rendering the children.
|
|
|