public abstract class AlloyRendererBase extends com.liferay.faces.util.render.ClientComponentRendererBase implements AlloyRenderer
BOUNDING_BOX, CONTENT_BOX, LIFERAY_Z_INDEX_OVERLAY, LIFERAY_Z_INDEX_TOOLTIP| Constructor and Description |
|---|
AlloyRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
decodeClientBehaviors(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeBoolean(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Boolean attributeValue,
boolean first) |
void |
encodeClientId(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
String clientId,
boolean first) |
void |
encodeClientId(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
String clientId,
javax.faces.component.UIComponent uiComponent,
boolean first) |
void |
encodeEventCallback(javax.faces.context.ResponseWriter responseWriter,
String varName,
String methodName,
String eventName,
String callback) |
void |
encodeInteger(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Integer attributeValue,
boolean first) |
void |
encodeJavaScript(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeJavaScriptBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeJavaScriptCustom(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeJavaScriptEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeJavaScriptMain(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeLiferayComponentVar(javax.faces.context.ResponseWriter responseWriter,
String clientVarName,
String clientKey) |
void |
encodeNonEscapedObject(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Object attributeValue,
boolean first) |
void |
encodeString(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Object attributeValue,
boolean first) |
void |
encodeWidgetRender(javax.faces.context.ResponseWriter responseWriter,
boolean first) |
String |
getClientVarName(javax.faces.context.FacesContext facesContext,
com.liferay.faces.util.component.ClientComponent clientComponent) |
String |
getYUIConfig(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter responseWriter,
javax.faces.component.UIComponent uiComponent) |
boolean |
isSandboxed(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
renderScript(javax.faces.context.FacesContext facesContext,
String bufferedScriptString,
String[] modules,
com.liferay.faces.util.client.Script.ModulesType scriptType) |
decodeClientState, encodeBegin, encodeBooleanProperty, encodeClientIdProperty, encodeClientIdProperty, encodeClientState, encodeEnd, encodeFunctionCall, encodeIntegerProperty, encodeMarkupBegin, encodeMarkupEnd, encodeNonEscapedObjectProperty, encodeStringPropertyconvertClientId, encodeChildren, getConvertedValue, getRendersChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAlloyAttributes, getAlloyClassName, getModulespublic void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
decode in class com.liferay.faces.util.render.ClientComponentRendererBasepublic void decodeClientBehaviors(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
decodeClientBehaviors in interface AlloyRendererpublic void encodeBoolean(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Boolean attributeValue,
boolean first)
throws IOException
encodeBoolean in interface AlloyRendererIOExceptionpublic void encodeClientId(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
String clientId,
boolean first)
throws IOException
encodeClientId in interface AlloyRendererIOExceptionpublic void encodeClientId(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
String clientId,
javax.faces.component.UIComponent uiComponent,
boolean first)
throws IOException
encodeClientId in interface AlloyRendererIOExceptionpublic void encodeEventCallback(javax.faces.context.ResponseWriter responseWriter,
String varName,
String methodName,
String eventName,
String callback)
throws IOException
encodeEventCallback in interface AlloyRendererIOExceptionpublic void encodeInteger(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Integer attributeValue,
boolean first)
throws IOException
encodeInteger in interface AlloyRendererIOExceptionpublic void encodeJavaScript(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeJavaScript in interface com.liferay.faces.util.render.ClientComponentRendererencodeJavaScript in class com.liferay.faces.util.render.ClientComponentRendererBaseIOExceptionpublic void encodeJavaScriptBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeJavaScriptBegin in interface AlloyRendererIOExceptionpublic void encodeJavaScriptCustom(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeJavaScriptCustom in interface AlloyRendererIOExceptionpublic void encodeJavaScriptEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeJavaScriptEnd in interface AlloyRendererIOExceptionpublic void encodeJavaScriptMain(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeJavaScriptMain in interface AlloyRendererIOExceptionpublic void encodeLiferayComponentVar(javax.faces.context.ResponseWriter responseWriter,
String clientVarName,
String clientKey)
throws IOException
encodeLiferayComponentVar in interface AlloyRendererIOExceptionpublic void encodeNonEscapedObject(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Object attributeValue,
boolean first)
throws IOException
encodeNonEscapedObject in interface AlloyRendererIOExceptionpublic void encodeString(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Object attributeValue,
boolean first)
throws IOException
encodeString in interface AlloyRendererIOExceptionpublic void encodeWidgetRender(javax.faces.context.ResponseWriter responseWriter,
boolean first)
throws IOException
encodeWidgetRender in interface AlloyRendererIOExceptionpublic String getClientVarName(javax.faces.context.FacesContext facesContext, com.liferay.faces.util.component.ClientComponent clientComponent)
getClientVarName in interface AlloyRenderergetClientVarName in class com.liferay.faces.util.render.ClientComponentRendererBasepublic String getYUIConfig(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter responseWriter, javax.faces.component.UIComponent uiComponent) throws IOException
getYUIConfig in interface AlloyRendererIOExceptionpublic boolean isSandboxed(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
isSandboxed in interface AlloyRendererpublic void renderScript(javax.faces.context.FacesContext facesContext,
String bufferedScriptString,
String[] modules,
com.liferay.faces.util.client.Script.ModulesType scriptType)
renderScript in interface AlloyRendererrenderScript in class com.liferay.faces.util.render.ClientComponentRendererBaseCopyright © 2016 Liferay, Inc.. All rights reserved.