com.sun.faces.renderkit.html_basic
public class HeadRenderer extends javax.faces.render.Renderer
This Renderer
is responsible for rendering
the standard HTML head elements as well as rendering any resources
that should be output before the head
tag is closed.
Modifier and Type | Field and Description |
---|---|
private static Attribute[] |
HEAD_ATTRIBUTES |
Constructor and Description |
---|
HeadRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
private void |
encodeHeadResources(javax.faces.context.FacesContext context) |
private static final Attribute[] HEAD_ATTRIBUTES
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
decode
in class javax.faces.render.Renderer
public void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeBegin
in class javax.faces.render.Renderer
java.io.IOException
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeChildren
in class javax.faces.render.Renderer
java.io.IOException
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeEnd
in class javax.faces.render.Renderer
java.io.IOException
private void encodeHeadResources(javax.faces.context.FacesContext context) throws java.io.IOException
java.io.IOException
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.