org.jboss.seam.ui.renderkit
public class SpanRendererBase extends StyleRendererBase
JAVASCRIPT_NAMESPACE| Constructor and Description |
|---|
SpanRendererBase() |
| 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.
|
void |
endElement(javax.faces.context.ResponseWriter writer) |
protected Class |
getComponentClass()
Get base component slass , targetted for this renderer.
|
void |
startElement(javax.faces.context.ResponseWriter writer,
UIStyle style) |
doEncodeEnddecode, doDecode, doEncodeChildren, encodeBegin, encodeChildren, encodeEnd, getUtils, preDecode, preEncodeBegin, renderChild, renderChildrenprotected Class getComponentClass()
RendererBasegetComponentClass in class RendererBasepublic void endElement(javax.faces.context.ResponseWriter writer)
throws IOException
endElement in class StyleRendererBaseIOExceptionprotected void doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
RendererBasedoEncodeBegin in class StyleRendererBaseIOExceptionpublic void startElement(javax.faces.context.ResponseWriter writer,
UIStyle style)
throws IOException
startElement in class StyleRendererBaseIOExceptionCopyright © 2015 Seam Framework. All Rights Reserved.