public abstract class BaseRenderer extends Renderer
Constructor and Description |
---|
BaseRenderer() |
Modifier and Type | Method and Description |
---|---|
protected static void |
assertParmeters(FacesContext ctx,
UIComponent component)
Ensures that the given context and component are not null.
|
protected static Map<String,String> |
getParameterComponents(UIComponent component)
Return the map of name/value pairs for any child UIParameter components.
|
protected static void |
outputAttribute(ResponseWriter out,
Object attr,
String mapping)
Helper to output an attribute to the output stream
|
convertClientId, decode, encodeBegin, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren
protected static void outputAttribute(ResponseWriter out, Object attr, String mapping) throws IOException
out
- ResponseWriterattr
- attribute value object (cannot be null)mapping
- mapping to output as e.g. style="..."IOException
protected static void assertParmeters(FacesContext ctx, UIComponent component)
ctx
- Faces contextcomponent
- The componentprotected static Map<String,String> getParameterComponents(UIComponent component)
component
- to find UIParameter child values forCopyright © 2005–2017 Alfresco Software. All rights reserved.