public class CoreRenderer
extends javax.faces.render.Renderer
| Constructor and Description |
|---|
CoreRenderer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertClientId(javax.faces.context.FacesContext context,
java.lang.String clientId) |
protected void |
decodeBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
decodeBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String proxyClientId) |
protected void |
encodeClientBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.behavior.ClientBehaviorHolder component,
JSONBuilder jb) |
protected java.lang.String |
getEncodedURL(javax.faces.context.FacesContext facesContext,
java.lang.String type,
java.lang.String baseUrl,
java.util.Map parameters) |
protected java.lang.String |
getResourceRequestPath(javax.faces.context.FacesContext facesContext,
java.lang.String resourceName) |
protected java.lang.String |
getResourceURL(javax.faces.context.FacesContext facesContext,
java.lang.String value) |
boolean |
isValueBlank(java.lang.String value) |
boolean |
isValueEmpty(java.lang.String value) |
protected void |
renderChild(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent child) |
protected void |
renderChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
renderPassThruAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String[] attrs) |
protected boolean |
themeForms() |
protected void renderChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
java.io.IOExceptionprotected void renderChild(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent child)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getResourceURL(javax.faces.context.FacesContext facesContext,
java.lang.String value)
protected java.lang.String getEncodedURL(javax.faces.context.FacesContext facesContext,
java.lang.String type,
java.lang.String baseUrl,
java.util.Map parameters)
protected java.lang.String getResourceRequestPath(javax.faces.context.FacesContext facesContext,
java.lang.String resourceName)
protected void renderPassThruAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String[] attrs)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String convertClientId(javax.faces.context.FacesContext context,
java.lang.String clientId)
convertClientId in class javax.faces.render.Rendererpublic boolean isValueEmpty(java.lang.String value)
public boolean isValueBlank(java.lang.String value)
protected void encodeClientBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.behavior.ClientBehaviorHolder component,
JSONBuilder jb)
throws java.io.IOException
java.io.IOExceptionprotected boolean themeForms()
protected void decodeBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
protected void decodeBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String proxyClientId)
Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.