|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
public abstract class CoreRenderer
Field Summary |
---|
Fields inherited from class javax.faces.render.Renderer |
---|
PASSTHROUGH_RENDERER_LOCALNAME_KEY |
Constructor Summary | |
---|---|
CoreRenderer()
|
Method Summary | |
---|---|
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 |
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)
Non-obstrusive way to apply client behaviors. |
protected void |
endScript(javax.faces.context.ResponseWriter writer)
|
protected String |
escapeJavaScriptForChain(String javaScript)
|
protected String |
escapeText(String text)
Duplicate code from json-simple project under apache license http://code.google.com/p/json-simple/source/browse/trunk/src/org/json/simple/JSONValue.java |
protected String |
getActionURL(javax.faces.context.FacesContext context)
Deprecated. |
protected String |
getEventBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.behavior.ClientBehaviorHolder cbh,
String event)
|
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)
|
boolean |
isAjaxRequest(javax.faces.context.FacesContext context)
Deprecated. |
boolean |
isPostback(javax.faces.context.FacesContext context)
Deprecated. |
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 |
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 |
renderPassThruAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String var,
String[] attrs)
Deprecated. |
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)
|
Methods inherited from class javax.faces.render.Renderer |
---|
convertClientId, decode, encodeBegin, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoreRenderer()
Method Detail |
---|
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
@Deprecated protected String getActionURL(javax.faces.context.FacesContext context)
protected String getResourceURL(javax.faces.context.FacesContext context, String value)
protected String getResourceRequestPath(javax.faces.context.FacesContext context, String resourceName)
@Deprecated public boolean isPostback(javax.faces.context.FacesContext context)
@Deprecated public boolean isAjaxRequest(javax.faces.context.FacesContext context)
@Deprecated protected void renderPassThruAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String var, String[] attrs) throws IOException
IOException
protected void renderPassThruAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String[] attrs) throws IOException
IOException
protected void renderPassThruAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String[] attrs, String[] ignoredAttrs) throws IOException
IOException
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 String escapeJavaScriptForChain(String javaScript)
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 escapeText(String text)
protected String getEventBehaviors(javax.faces.context.FacesContext context, javax.faces.component.behavior.ClientBehaviorHolder cbh, String event)
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |