public abstract class PlaceholderRendererBase extends RendererBase
Modifier and Type | Field and Description |
---|---|
static String |
RENDERER_TYPE |
Constructor and Description |
---|
PlaceholderRendererBase() |
Modifier and Type | Method and Description |
---|---|
void |
doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Template method for custom finish encoding of concrete renderer.
|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
String |
getConvertedValue(javax.faces.context.FacesContext facesContext,
AbstractPlaceholder placeholder) |
concatClasses, concatStyles, decode, doDecode, doEncodeBegin, doEncodeChildren, encodeBegin, encodeChildren, getComponentClass, getResourcePath, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildren
public static final String RENDERER_TYPE
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class RendererBase
IOException
public void doEncodeEnd(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
RendererBase
encodeEnd
method.doEncodeEnd
in class RendererBase
IOException
public String getConvertedValue(javax.faces.context.FacesContext facesContext, AbstractPlaceholder placeholder)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.