org.apache.myfaces.custom.popup
Class HtmlPopupRenderer

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

public class HtmlPopupRenderer
extends HtmlRenderer

Version:
$Revision: 1.11 $ $Date: 2004/12/27 04:11:11 $ $Log: HtmlPopupRenderer.java,v $ Revision 1.11 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.10 2004/12/20 06:13:01 mmarinschek killed bugs Revision 1.9 2004/12/17 22:06:32 grantsmith Jira MYFACES-57: Changed logging levels to DEBUG from INFO Revision 1.8 2004/12/17 13:19:10 mmarinschek new component jsValueChangeListener Revision 1.7 2004/12/03 20:52:11 svieujot Defer script loading for additional performance. Revision 1.6 2004/12/02 22:26:23 svieujot Simplify the AddResource methods Revision 1.5 2004/12/01 16:32:03 svieujot Convert the Multipart filter in an ExtensionsFilter that provides an additional facility to include resources in a page. Tested only with javascript resources right now, but should work fine with images too. Some work to do to include css resources. The popup component has been converted to use this new Filter. Revision 1.4 2004/11/25 08:41:25 matzew removed unused import-statements Revision 1.3 2004/11/23 23:24:04 mmarinschek Popup tag has now more attributes Revision 1.2 2004/11/17 11:25:42 mmarinschek reviewed version of popup Revision 1.1 2004/11/16 16:25:52 mmarinschek new popup - component; not yet finished
Author:
Martin Marinschek (latest modification by $Author: mmarinschek $)

Field Summary
static java.lang.String RENDERER_TYPE
           
 
Constructor Summary
HtmlPopupRenderer()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 void encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 boolean getRendersChildren()
           
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, decode, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

HtmlPopupRenderer

public HtmlPopupRenderer()
Method Detail

getRendersChildren

public boolean getRendersChildren()

encodeBegin

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

encodeChildren

public void encodeChildren(javax.faces.context.FacesContext facesContext,
                           javax.faces.component.UIComponent component)
                    throws java.io.IOException
Overrides:
encodeChildren in class HtmlRenderer
Throws:
java.io.IOException

encodeEnd

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