public abstract class ScriptStyleBaseRenderer extends javax.faces.render.Renderer implements javax.faces.event.ComponentSystemEventListener
Constructor and Description |
---|
ScriptStyleBaseRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
If overridden, this method (i.e.
|
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
boolean warnOnChildren) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
If overridden, this method (i.e.
|
protected abstract void |
endElement(javax.faces.context.ResponseWriter writer)
Allow the subclass to customize the start element content
|
boolean |
getRendersChildren() |
void |
processEvent(javax.faces.event.ComponentSystemEvent event) |
protected abstract void |
startElement(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
Allow the subclass to customize the start element content
|
protected String |
verifyTarget(String toVerify)
Allow a subclass to control what's a valid value for "target".
|
public ScriptStyleBaseRenderer()
public void processEvent(javax.faces.event.ComponentSystemEvent event) throws javax.faces.event.AbortProcessingException
processEvent
in interface javax.faces.event.ComponentSystemEventListener
javax.faces.event.AbortProcessingException
public final void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
decode
in class javax.faces.render.Renderer
public final boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
public void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeBegin
in class javax.faces.render.Renderer
IOException
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeChildren
in class javax.faces.render.Renderer
IOException
public final void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, boolean warnOnChildren) throws IOException
IOException
protected abstract void startElement(javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component) throws IOException
Allow the subclass to customize the start element content
IOException
protected abstract void endElement(javax.faces.context.ResponseWriter writer) throws IOException
Allow the subclass to customize the start element content
IOException
protected String verifyTarget(String toVerify)
Allow a subclass to control what's a valid value for "target".
Copyright © 2018 Nuxeo. All rights reserved.