com.ibm.xsp.render
Class ResourceRenderer
java.lang.Object
javax.faces.render.Renderer
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
.
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 |
ResourceRenderer
public ResourceRenderer()
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