org.jboss.seam.ui.renderkit
public abstract class StyleRendererBase extends RendererBase
JAVASCRIPT_NAMESPACE| Constructor and Description |
|---|
StyleRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Template method for custom start encoding of concrete renderer.
|
protected 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.
|
abstract void |
endElement(javax.faces.context.ResponseWriter writer) |
abstract void |
startElement(javax.faces.context.ResponseWriter writer,
UIStyle style) |
decode, doDecode, doEncodeChildren, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getUtils, preDecode, preEncodeBegin, renderChild, renderChildrenprotected void doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
RendererBasedoEncodeBegin in class RendererBaseIOExceptionprotected void doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
RendererBasedoEncodeEnd in class RendererBaseIOExceptionpublic abstract void startElement(javax.faces.context.ResponseWriter writer,
UIStyle style)
throws IOException
IOExceptionpublic abstract void endElement(javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionCopyright © 2015 Seam Framework. All Rights Reserved.