public class ScriptRenderer extends ScriptStyleBaseRenderer
This Renderer handles the rendering of script references.
logger| Constructor and Description |
|---|
ScriptRenderer() |
| 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.
|
decode, encodeBegin, encodeChildren, encodeEnd, getRendersChildren, processEvent, verifyTargetprotected void startInlineElement(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
throws IOException
ScriptStyleBaseRendererAllow the subclass to customize the start inline element content.
startInlineElement in class ScriptStyleBaseRendererIOExceptionprotected void endInlineElement(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
throws IOException
ScriptStyleBaseRendererAllow the subclass to customize the end inline element content.
endInlineElement in class ScriptStyleBaseRendererIOExceptionprotected void startExternalElement(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
throws IOException
ScriptStyleBaseRendererAllow the subclass to customize the start external element content.
startExternalElement in class ScriptStyleBaseRendererIOExceptionprotected void endExternalElement(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
String resourceUrl)
throws IOException
ScriptStyleBaseRendererAllow the subclass to customize the end external element content.
endExternalElement in class ScriptStyleBaseRendererIOExceptionCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.