public abstract class CoreRenderer
extends javax.faces.render.Renderer
Constructor and Description |
---|
CoreRenderer() |
Modifier and Type | Method and Description |
---|---|
protected String |
buildAjaxRequest(javax.faces.context.FacesContext context,
AjaxSource source,
javax.faces.component.UIComponent form) |
protected String |
buildDomEvent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String domEvent,
String behaviorEvent,
String behaviorEventAlias,
String command) |
protected String |
buildNonAjaxRequest(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.component.UIComponent form,
String decodeParam,
boolean submit) |
protected void |
decodeBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeClientBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.behavior.ClientBehaviorHolder component) |
protected void |
endScript(javax.faces.context.ResponseWriter writer) |
protected String |
escapeText(String text) |
protected String |
getEventBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.behavior.ClientBehaviorHolder cbh,
String event,
List<javax.faces.component.behavior.ClientBehaviorContext.Parameter> parameters) |
protected String |
getHighlighter() |
protected String |
getResourceRequestPath(javax.faces.context.FacesContext context,
String resourceName) |
protected String |
getResourceURL(javax.faces.context.FacesContext context,
String value) |
protected WidgetBuilder |
getWidgetBuilder(javax.faces.context.FacesContext context) |
protected boolean |
isGrouped() |
boolean |
isValueBlank(String value) |
protected void |
renderChild(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent child) |
protected void |
renderChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
renderDomEvent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String domEvent,
String behaviorEvent,
String behaviorEventAlias,
String command) |
protected void |
renderDomEvents(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String[] eventAttrs) |
protected void |
renderDynamicPassThruAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
renderOnchange(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
renderOnclick(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String command) |
protected void |
renderPassThruAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String[] attrs) |
protected void |
renderPassThruAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String[] attrs,
String[] ignoredAttrs) |
protected void |
renderValidationMetadata(javax.faces.context.FacesContext context,
javax.faces.component.EditableValueHolder component) |
protected boolean |
shouldRenderAttribute(Object value) |
protected boolean |
shouldWriteId(javax.faces.component.UIComponent component) |
protected void |
startScript(javax.faces.context.ResponseWriter writer,
String clientId) |
protected void renderChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
IOException
protected void renderChild(javax.faces.context.FacesContext context, javax.faces.component.UIComponent child) throws IOException
IOException
protected String getResourceURL(javax.faces.context.FacesContext context, String value)
protected String getResourceRequestPath(javax.faces.context.FacesContext context, String resourceName)
protected void renderPassThruAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String[] attrs) throws IOException
IOException
protected void renderDynamicPassThruAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
IOException
protected void renderDomEvents(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String[] eventAttrs) throws IOException
IOException
protected void renderPassThruAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String[] attrs, String[] ignoredAttrs) throws IOException
IOException
protected void renderOnchange(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
IOException
protected void renderOnclick(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String command) throws IOException
IOException
protected void renderDomEvent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String domEvent, String behaviorEvent, String behaviorEventAlias, String command) throws IOException
IOException
protected String buildDomEvent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String domEvent, String behaviorEvent, String behaviorEventAlias, String command)
protected boolean shouldRenderAttribute(Object value)
public boolean isValueBlank(String value)
protected String buildAjaxRequest(javax.faces.context.FacesContext context, AjaxSource source, javax.faces.component.UIComponent form)
protected String buildNonAjaxRequest(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, javax.faces.component.UIComponent form, String decodeParam, boolean submit)
protected void encodeClientBehaviors(javax.faces.context.FacesContext context, javax.faces.component.behavior.ClientBehaviorHolder component) throws IOException
IOException
protected void decodeBehaviors(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
protected void startScript(javax.faces.context.ResponseWriter writer, String clientId) throws IOException
IOException
protected void endScript(javax.faces.context.ResponseWriter writer) throws IOException
IOException
protected String getEventBehaviors(javax.faces.context.FacesContext context, javax.faces.component.behavior.ClientBehaviorHolder cbh, String event, List<javax.faces.component.behavior.ClientBehaviorContext.Parameter> parameters)
protected boolean shouldWriteId(javax.faces.component.UIComponent component)
protected WidgetBuilder getWidgetBuilder(javax.faces.context.FacesContext context)
protected void renderValidationMetadata(javax.faces.context.FacesContext context, javax.faces.component.EditableValueHolder component) throws IOException
IOException
protected String getHighlighter()
protected boolean isGrouped()
Copyright © 2018. All rights reserved.