org.jboss.seam.ui.renderkit
public class DefaultActionRendererBase extends RendererBase
Modifier and Type | Field and Description |
---|---|
static String |
MARK |
JAVASCRIPT_NAMESPACE
Constructor and Description |
---|
DefaultActionRendererBase() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Class |
getComponentClass()
Get base component slass , targetted for this renderer.
|
decode, doDecode, doEncodeBegin, doEncodeChildren, encodeBegin, encodeChildren, encodeEnd, getUtils, preDecode, preEncodeBegin, renderChild, renderChildren
public static final String MARK
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
protected Class getComponentClass()
RendererBase
getComponentClass
in class RendererBase
Copyright © 2015 Seam Framework. All Rights Reserved.