com.sun.rave.web.ui.renderer
Class AlarmRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by com.sun.rave.web.ui.renderer.AbstractRenderer
          extended by com.sun.rave.web.ui.renderer.ImageRenderer
              extended by com.sun.rave.web.ui.renderer.AlarmRenderer

public class AlarmRenderer
extends ImageRenderer

Renderer for an Alarm component.


Field Summary
 
Fields inherited from class com.sun.rave.web.ui.renderer.AbstractRenderer
BUNDLE, EVENTS_ATTRIBUTES, I18N_ATTRIBUTES
 
Constructor Summary
AlarmRenderer()
          Creates a new instance of AlarmRenderer
 
Method Summary
protected  void renderAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer)
          Render the image element's attributes
 
Methods inherited from class com.sun.rave.web.ui.renderer.ImageRenderer
renderEnd, renderStart
 
Methods inherited from class com.sun.rave.web.ui.renderer.AbstractRenderer
addBooleanAttributes, addCoreAttributes, addIntegerAttributes, addStringAttributes, decode, encodeBegin, encodeChildren, encodeEnd, getApplication, getAsObject, getAsString, getExternalContext, getFacesContext, getSubmittedValue, isDisabled, isPortlet, isReadOnly, renderMarkup, setSubmittedValue
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlarmRenderer

public AlarmRenderer()
Creates a new instance of AlarmRenderer

Method Detail

renderAttributes

protected void renderAttributes(javax.faces.context.FacesContext context,
                                javax.faces.component.UIComponent component,
                                javax.faces.context.ResponseWriter writer)
                         throws java.io.IOException
Render the image element's attributes

Overrides:
renderAttributes in class ImageRenderer
Parameters:
context - The current FacesContext
component - The ImageComponent object to use
writer - The current ResponseWriter
Throws:
java.io.IOException - if an input/output error occurss