public class ScriptRenderer extends ScriptStyleBaseRenderer
This Renderer
handles the rendering of script
references.
logger
PASSTHROUGH_RENDERER_LOCALNAME_KEY
Constructor and Description |
---|
ScriptRenderer() |
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.
|
decode, encodeBegin, encodeChildren, encodeEnd, getRendersChildren, processEvent, verifyTarget
convertClientId, getConvertedValue
protected void startInlineElement(ResponseWriter writer, UIComponent component) throws IOException
ScriptStyleBaseRenderer
Allow the subclass to customize the start inline element content.
startInlineElement
in class ScriptStyleBaseRenderer
IOException
protected void endInlineElement(ResponseWriter writer, UIComponent component) throws IOException
ScriptStyleBaseRenderer
Allow the subclass to customize the end inline element content.
endInlineElement
in class ScriptStyleBaseRenderer
IOException
protected void startExternalElement(ResponseWriter writer, UIComponent component) throws IOException
ScriptStyleBaseRenderer
Allow the subclass to customize the start external element content.
startExternalElement
in class ScriptStyleBaseRenderer
IOException
protected void endExternalElement(ResponseWriter writer, UIComponent component, String resourceUrl) throws IOException
ScriptStyleBaseRenderer
Allow the subclass to customize the end external element content.
endExternalElement
in class ScriptStyleBaseRenderer
IOException
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.