com.sun.faces.renderkit.html_basic
public class ScriptRenderer extends ScriptStyleBaseRenderer
This Renderer
handles the rendering of external script
references.
logger
Constructor and Description |
---|
ScriptRenderer() |
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
|
decode, encodeBegin, encodeChildren, getRendersChildren, processEvent, verifyTarget
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
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-2010 Oracle America, Inc. All Rights Reserved.