@JSFRenderer(renderKitId="HTML_BASIC", family="javax.faces.Command", type="javax.faces.Script") public class HtmlCommandScriptRenderer extends HtmlRenderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
Constructor and Description |
---|
HtmlCommandScriptRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
build(ClientBehaviorContext context,
int size,
StringBuilder retVal,
int cnt,
String strVal,
SearchExpressionContext searchExpressionContext) |
void |
decode(FacesContext facesContext,
UIComponent component) |
void |
encodeBegin(FacesContext context,
UIComponent component) |
void |
encodeEnd(FacesContext context,
UIComponent component) |
String |
getScript(ClientBehaviorContext behaviorContext,
ClientBehavior behavior) |
getActionUrl, getChildCount, getChildren, getClientId, isCommonEventsOptimizationEnabled, isCommonPropertiesOptimizationEnabled, renderId, shouldRenderId, toUri
convertClientId, encodeChildren, getConvertedValue, getRendersChildren
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeBegin
in class Renderer
IOException
public void encodeEnd(FacesContext context, UIComponent component) throws IOException
encodeEnd
in class Renderer
IOException
public void decode(FacesContext facesContext, UIComponent component)
public String getScript(ClientBehaviorContext behaviorContext, ClientBehavior behavior)
public void build(ClientBehaviorContext context, int size, StringBuilder retVal, int cnt, String strVal, SearchExpressionContext searchExpressionContext)
Copyright © 2017 The Apache Software Foundation. All rights reserved.