org.rhq.core.gui.configuration.propset
Class PropertySetRenderer
java.lang.Object
javax.faces.render.Renderer
org.rhq.core.gui.configuration.propset.PropertySetRenderer
public class PropertySetRenderer
- extends javax.faces.render.Renderer
- Author:
- Ian Springer
|
Method Summary |
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Decode any new state from request parameters for the given PropertySetComponent. |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Render the beginning of the given PropertySetComponent. |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
| Methods inherited from class javax.faces.render.Renderer |
convertClientId, encodeChildren, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySetRenderer
public PropertySetRenderer()
decode
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
- Decode any new state from request parameters for the given
PropertySetComponent.
- Overrides:
decode in class javax.faces.render.Renderer
- Parameters:
facesContext - the JSF context for the current requestcomponent - the PropertySetComponent for which request parameters should be decoded
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
- Render the beginning of the given
PropertySetComponent.
- Overrides:
encodeBegin in class javax.faces.render.Renderer
- Parameters:
facesContext - the JSF context for the current requestcomponent - the PropertySetComponent to be encoded
- Throws:
IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
- Overrides:
encodeEnd in class javax.faces.render.Renderer
- Throws:
IOException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.