com.ibm.xsp.render
Class ResourceRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by com.ibm.xsp.render.ResourceRenderer

public abstract class ResourceRenderer
extends javax.faces.render.Renderer

Abstract class for resource renderers, used by Resource objects that render some content to the web browser, usually by implementing EncodableObject.


Constructor Summary
ResourceRenderer()
           
 
Method Summary
abstract  void encodeResource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Resource resource)
          Perform encoding for the specified action.
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, decode, encodeBegin, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRenderer

public ResourceRenderer()
Method Detail

encodeResource

public abstract void encodeResource(javax.faces.context.FacesContext context,
                                    javax.faces.component.UIComponent component,
                                    Resource resource)
                             throws java.io.IOException
Perform encoding for the specified action.

Throws:
java.io.IOException