org.apache.myfaces.custom.jsvalueset
Class HtmlJsValueSetRenderer
java.lang.Object
|
+--javax.faces.render.Renderer
|
+--org.apache.myfaces.renderkit.html.HtmlRenderer
|
+--org.apache.myfaces.custom.jsvalueset.HtmlJsValueSetRenderer
- public class HtmlJsValueSetRenderer
- extends HtmlRenderer
$Log: HtmlJsValueSetRenderer.java,v $
Revision 1.3 2005/03/12 02:15:18 mmarinschek
jsvalueset now supports maps of maps; ui component logging enhanced
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.3 $ $Date: 2005/03/12 02:15:18 $
- Author:
- Martin Marinschek (latest modification by $Author: mmarinschek $)
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 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 |
HtmlJsValueSetRenderer
public HtmlJsValueSetRenderer()
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeEnd
in class javax.faces.render.Renderer
java.io.IOException
getApplication
protected javax.faces.application.Application getApplication()
getFacesContext
protected javax.faces.context.FacesContext getFacesContext()