public class StylesheetRenderer extends ScriptStyleBaseRenderer
This Renderer
handles the rendering of stylesheet
references.
logger
Constructor and Description |
---|
StylesheetRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
endExternalElement(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
String resourceUrl)
Allow the subclass to customize the end external element content.
|
protected void |
endInlineElement(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
Allow the subclass to customize the end inline element content.
|
protected void |
startExternalElement(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
Allow the subclass to customize the start external element content.
|
protected void |
startInlineElement(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
Allow the subclass to customize the start inline element content.
|
protected String |
verifyTarget(String toVerify)
Allow a subclass to control what's a valid value for "target".
|
decode, encodeBegin, encodeChildren, encodeEnd, getRendersChildren, processEvent
protected void startInlineElement(javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component) throws IOException
ScriptStyleBaseRenderer
Allow the subclass to customize the start inline element content.
startInlineElement
in class ScriptStyleBaseRenderer
IOException
protected void endInlineElement(javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component) throws IOException
ScriptStyleBaseRenderer
Allow the subclass to customize the end inline element content.
endInlineElement
in class ScriptStyleBaseRenderer
IOException
protected void startExternalElement(javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component) throws IOException
ScriptStyleBaseRenderer
Allow the subclass to customize the start external element content.
startExternalElement
in class ScriptStyleBaseRenderer
IOException
protected void endExternalElement(javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, String resourceUrl) throws IOException
ScriptStyleBaseRenderer
Allow the subclass to customize the end external element content.
endExternalElement
in class ScriptStyleBaseRenderer
IOException
protected String verifyTarget(String toVerify)
ScriptStyleBaseRenderer
Allow a subclass to control what's a valid value for "target".
verifyTarget
in class ScriptStyleBaseRenderer
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.