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, renderChildren
protected void doEncodeBegin(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
RendererBase
doEncodeBegin
in class RendererBase
IOException
protected void doEncodeEnd(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
RendererBase
doEncodeEnd
in class RendererBase
IOException
public abstract void startElement(javax.faces.context.ResponseWriter writer, UIStyle style) throws IOException
IOException
public abstract void endElement(javax.faces.context.ResponseWriter writer) throws IOException
IOException
Copyright © 2015 Seam Framework. All Rights Reserved.