public class StylesheetRenderer extends ScriptStyleBaseRenderer
This Renderer
handles the rendering of external stylesheet
references.
logger
Constructor and Description |
---|
StylesheetRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
If overridden, this method (i.e.
|
protected void |
endElement(javax.faces.context.ResponseWriter writer)
Allow the subclass to customize the start element content
|
protected void |
startElement(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
Allow the subclass to customize the start element content
|
protected java.lang.String |
verifyTarget(java.lang.String toVerify)
Allow a subclass to control what's a valid value for "target".
|
decode, encodeBegin, encodeChildren, getRendersChildren, processEvent
protected void startElement(javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component) throws java.io.IOException
ScriptStyleBaseRenderer
Allow the subclass to customize the start element content
startElement
in class ScriptStyleBaseRenderer
java.io.IOException
protected void endElement(javax.faces.context.ResponseWriter writer) throws java.io.IOException
ScriptStyleBaseRenderer
Allow the subclass to customize the start element content
endElement
in class ScriptStyleBaseRenderer
java.io.IOException
protected java.lang.String verifyTarget(java.lang.String toVerify)
ScriptStyleBaseRenderer
Allow a subclass to control what's a valid value for "target".
verifyTarget
in class ScriptStyleBaseRenderer
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
ScriptStyleBaseRenderer
encodeEnd
in class ScriptStyleBaseRenderer
java.io.IOException
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.