org.apache.myfaces.view.facelets.component
Class JsfElementRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared.renderkit.html.HtmlRenderer
org.apache.myfaces.view.facelets.component.JsfElementRenderer
@JSFRenderer(renderKitId="HTML_BASIC",
family="javax.faces.Panel",
type="javax.faces.passthrough.Element")
public class JsfElementRenderer
- extends HtmlRenderer
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsfElementRenderer
public JsfElementRenderer()
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren
in class Renderer
encodeBegin
public void encodeBegin(FacesContext facesContext,
UIComponent component)
throws IOException
- Overrides:
encodeBegin
in class Renderer
- Throws:
IOException
encodeChildren
public void encodeChildren(FacesContext facesContext,
UIComponent component)
throws IOException
- Overrides:
encodeChildren
in class Renderer
- Throws:
IOException
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws IOException
- Overrides:
encodeEnd
in class Renderer
- Throws:
IOException
isCommonPropertiesOptimizationEnabled
protected boolean isCommonPropertiesOptimizationEnabled(FacesContext facesContext)
- Overrides:
isCommonPropertiesOptimizationEnabled
in class HtmlRenderer
isCommonEventsOptimizationEnabled
protected boolean isCommonEventsOptimizationEnabled(FacesContext facesContext)
- Overrides:
isCommonEventsOptimizationEnabled
in class HtmlRenderer
Copyright © 2014 The Apache Software Foundation. All rights reserved.