public class StylesheetRenderer extends ScriptStyleBaseRenderer
This Renderer handles the rendering of stylesheet references.
loggerPASSTHROUGH_RENDERER_LOCALNAME_KEY| Constructor and Description |
|---|
StylesheetRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
endExternalElement(ResponseWriter writer,
UIComponent component,
String resourceUrl)
Allow the subclass to customize the end external element content.
|
protected void |
endInlineElement(ResponseWriter writer,
UIComponent component)
Allow the subclass to customize the end inline element content.
|
protected void |
startExternalElement(ResponseWriter writer,
UIComponent component)
Allow the subclass to customize the start external element content.
|
protected void |
startInlineElement(ResponseWriter writer,
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, processEventconvertClientId, getConvertedValueprotected void startInlineElement(ResponseWriter writer, UIComponent component) throws IOException
ScriptStyleBaseRendererAllow the subclass to customize the start inline element content.
startInlineElement in class ScriptStyleBaseRendererIOExceptionprotected void endInlineElement(ResponseWriter writer, UIComponent component) throws IOException
ScriptStyleBaseRendererAllow the subclass to customize the end inline element content.
endInlineElement in class ScriptStyleBaseRendererIOExceptionprotected void startExternalElement(ResponseWriter writer, UIComponent component) throws IOException
ScriptStyleBaseRendererAllow the subclass to customize the start external element content.
startExternalElement in class ScriptStyleBaseRendererIOExceptionprotected void endExternalElement(ResponseWriter writer, UIComponent component, String resourceUrl) throws IOException
ScriptStyleBaseRendererAllow the subclass to customize the end external element content.
endExternalElement in class ScriptStyleBaseRendererIOExceptionprotected String verifyTarget(String toVerify)
ScriptStyleBaseRendererAllow a subclass to control what's a valid value for "target".
verifyTarget in class ScriptStyleBaseRendererCopyright © 1997–2019 Eclipse Foundation. All rights reserved.