|
||||||||||
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.shared_impl.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_impl.renderkit.html.HtmlFormRendererBase
org.apache.myfaces.renderkit.html.HtmlFormRenderer
@JSFRenderer(renderKitId="HTML_BASIC", family="javax.faces.Form", type="javax.faces.Form") public class HtmlFormRenderer
Constructor Summary | |
---|---|
HtmlFormRenderer()
|
Method Summary | |
---|---|
protected void |
afterFormElementsEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Called after the state and any elements are added to the form tag in the encodeEnd method |
Methods inherited from class org.apache.myfaces.shared_impl.renderkit.html.HtmlFormRendererBase |
---|
addHiddenCommandParameter, afterFormElementsStart, beforeFormElementsEnd, beforeFormElementsStart, decode, encodeBegin, encodeEnd, getAcceptCharset, getActionUrl, getMethod, renderScrollHiddenInputIfNecessary |
Methods inherited from class org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer |
---|
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri |
Methods inherited from class javax.faces.render.Renderer |
---|
convertClientId, encodeChildren, getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlFormRenderer()
Method Detail |
---|
protected void afterFormElementsEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws java.io.IOException
HtmlFormRendererBase
afterFormElementsEnd
in class HtmlFormRendererBase
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |