Class SelfRenderingComponent
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
-
- All Implemented Interfaces:
javax.faces.component.StateHolder
- Direct Known Subclasses:
UIWebScript
public abstract class SelfRenderingComponent extends javax.faces.component.UIComponentBase- Author:
- kevinr
-
-
Constructor Summary
Constructors Constructor Description SelfRenderingComponent()Default Constructor
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voidoutputAttribute(javax.faces.context.ResponseWriter out, java.lang.Object attr, java.lang.String mapping)Helper to output an attribute to the output stream-
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
-
-
-
-
Method Detail
-
outputAttribute
protected static void outputAttribute(javax.faces.context.ResponseWriter out, java.lang.Object attr, java.lang.String mapping) throws java.io.IOExceptionHelper to output an attribute to the output stream- Parameters:
out- ResponseWriterattr- attribute value object (cannot be null)mapping- mapping to output as e.g. style="..."- Throws:
java.io.IOException
-
-