public class HeadRenderer
extends javax.faces.render.Renderer
Constructor and Description |
---|
HeadRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeCSS(javax.faces.context.FacesContext context,
String library,
String resource) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeValidationResources(javax.faces.context.FacesContext context,
boolean beanValidationEnabled) |
public void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeBegin
in class javax.faces.render.Renderer
IOException
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void encodeCSS(javax.faces.context.FacesContext context, String library, String resource) throws IOException
IOException
protected void encodeValidationResources(javax.faces.context.FacesContext context, boolean beanValidationEnabled) throws IOException
IOException
Copyright © 2017. All rights reserved.