public abstract class BaseRenderer
extends javax.faces.render.Renderer
| Constructor and Description |
|---|
BaseRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
assertParmeters(javax.faces.context.FacesContext ctx,
javax.faces.component.UIComponent component)
Ensures that the given context and component are not null.
|
protected static java.util.Map |
getParameterComponents(javax.faces.component.UIComponent component)
Return the map of name/value pairs for any child UIParameter components.
|
protected static void |
outputAttribute(javax.faces.context.ResponseWriter out,
java.lang.Object attr,
java.lang.String mapping)
Helper to output an attribute to the output stream
|
protected static void outputAttribute(javax.faces.context.ResponseWriter out,
java.lang.Object attr,
java.lang.String mapping)
throws java.io.IOException
out - ResponseWriterattr - attribute value object (cannot be null)mapping - mapping to output as e.g. style="..."java.io.IOExceptionprotected static void assertParmeters(javax.faces.context.FacesContext ctx,
javax.faces.component.UIComponent component)
ctx - Faces contextcomponent - The componentprotected static java.util.Map getParameterComponents(javax.faces.component.UIComponent component)
component - to find UIParameter child values forCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.