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 Map<String,String> |
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,
Object attr,
String mapping)
Helper to output an attribute to the output stream
|
protected static void outputAttribute(javax.faces.context.ResponseWriter out,
Object attr,
String mapping)
throws IOException
out - ResponseWriterattr - attribute value object (cannot be null)mapping - mapping to output as e.g. style="..."IOExceptionprotected static void assertParmeters(javax.faces.context.FacesContext ctx,
javax.faces.component.UIComponent component)
ctx - Faces contextcomponent - The componentprotected static Map<String,String> getParameterComponents(javax.faces.component.UIComponent component)
component - to find UIParameter child values forCopyright © 2005–2018 Alfresco Software. All rights reserved.