org.apache.myfaces.custom.jsvalueset
Class HtmlJsValueSetRenderer

java.lang.Object
  extended byjavax.faces.render.Renderer
      extended byorg.apache.myfaces.renderkit.html.HtmlRenderer
          extended byorg.apache.myfaces.custom.jsvalueset.HtmlJsValueSetRenderer

public class HtmlJsValueSetRenderer
extends HtmlRenderer

$Log: HtmlJsValueSetRenderer.java,v $ Revision 1.2 2004/12/27 04:11:11 mmarinschek Data Table stores the state of facets of children; script tag is rendered with type attribute instead of language attribute, popup works better as a column in a data table Revision 1.1 2004/12/19 00:50:55 mmarinschek JsValueSetTag

Version:
$Revision: 1.2 $ $Date: 2004/12/27 04:11:11 $
Author:
Martin Marinschek (latest modification by $Author: mmarinschek $)

Constructor Summary
HtmlJsValueSetRenderer()
           
 
Method Summary
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  javax.faces.application.Application getApplication()
           
protected  javax.faces.context.FacesContext getFacesContext()
           
 
Methods inherited from class org.apache.myfaces.renderkit.html.HtmlRenderer
encodeChildren
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, decode, encodeBegin, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlJsValueSetRenderer

public HtmlJsValueSetRenderer()
Method Detail

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent component)
               throws java.io.IOException
Throws:
java.io.IOException

getApplication

protected javax.faces.application.Application getApplication()

getFacesContext

protected javax.faces.context.FacesContext getFacesContext()