org.springframework.extensions.webscripts.ui.common.component
Class SelfRenderingComponent

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by 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
SelfRenderingComponent()
          Default Constructor
 
Method Summary
protected static void outputAttribute(javax.faces.context.ResponseWriter out, Object attr, 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,
                                      Object attr,
                                      String mapping)
                               throws 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:
IOException


Copyright © 2009 SpringSource, Inc. All Rights Reserved.