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) |
doEncodeEnd
decode, doDecode, doEncodeChildren, encodeBegin, encodeChildren, encodeEnd, getUtils, preDecode, preEncodeBegin, renderChild, renderChildren
protected Class getComponentClass()
RendererBase
getComponentClass
in class RendererBase
public void endElement(javax.faces.context.ResponseWriter writer) throws IOException
endElement
in class StyleRendererBase
IOException
protected void doEncodeBegin(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
RendererBase
doEncodeBegin
in class StyleRendererBase
IOException
public void startElement(javax.faces.context.ResponseWriter writer, UIStyle style) throws IOException
startElement
in class StyleRendererBase
IOException
Copyright © 2015 Seam Framework. All Rights Reserved.