org.apache.myfaces.wap.renderkit.wml
Class CommandButtonRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.wap.renderkit.WmlRenderer
org.apache.myfaces.wap.renderkit.wml.CommandButtonRenderer
- public class CommandButtonRenderer
- extends WmlRenderer
- Version:
- $Revision: 1.1 $ $Date: 2004/12/30 09:37:26 $
$Log: CommandButtonRenderer.java,v $
Revision 1.1 2004/12/30 09:37:26 matzew
added a new RenderKit for WML. Thanks to Jirí Žaloudek
- Author:
- Jiri Zaloudek (latest modification by $Author: matzew $)
Method Summary |
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
Methods inherited from class javax.faces.render.Renderer |
getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandButtonRenderer
public CommandButtonRenderer()
- Creates a new instance of FormRenderer
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
decode
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)