Class SelfRenderingComponent

  • All Implemented Interfaces:
    javax.faces.component.StateHolder
    Direct Known Subclasses:
    UIWebScript

    public abstract class SelfRenderingComponent
    extends javax.faces.component.UIComponentBase
    Author:
    kevinr
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void outputAttribute​(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
      • Methods inherited from class javax.faces.component.UIComponent

        getFamily
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelfRenderingComponent

        public SelfRenderingComponent()
        Default Constructor
    • Method Detail

      • outputAttribute

        protected static void outputAttribute​(javax.faces.context.ResponseWriter out,
                                              java.lang.Object attr,
                                              java.lang.String mapping)
                                       throws java.io.IOException
        Helper to output an attribute to the output stream
        Parameters:
        out - ResponseWriter
        attr - attribute value object (cannot be null)
        mapping - mapping to output as e.g. style="..."
        Throws:
        java.io.IOException