public abstract class SelfRenderingComponent
extends javax.faces.component.UIComponentBase
| Constructor and Description |
|---|
SelfRenderingComponent()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
outputAttribute(javax.faces.context.ResponseWriter out,
Object attr,
String mapping)
Helper to output an attribute to the output stream
|
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, setValueBindingprotected static void outputAttribute(javax.faces.context.ResponseWriter out,
Object attr,
String mapping)
throws IOException
out - ResponseWriterattr - attribute value object (cannot be null)mapping - mapping to output as e.g. style="..."IOExceptionCopyright © 2005–2015 Alfresco Software. All rights reserved.