public class ResourceBundleRenderer extends AbstractResourceRenderer
| Modifier and Type | Field and Description |
|---|---|
static String |
RENDERER_TYPE |
BUNDLE_ENDPOINT_PATH, COMPONENTS_PATH, EMPTY_PARAMS, ENDPOINT_PATH, PAGE_ENDPOINT_PATHlogger| Constructor and Description |
|---|
ResourceBundleRenderer() |
| 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 |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
ResourceType type,
String base) |
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
|
getParamList, getUrlWithParams, resolveNuxeoResource, resolveNuxeoResourcePath, resolveNuxeoResourceUrl, resolveResourceFromSource, resolveResourceUrl, resolveUrl, resolveUrlWithTimestampdecode, encodeBegin, encodeChildren, encodeChildren, getRendersChildren, processEvent, verifyTargetpublic static final String RENDERER_TYPE
public ResourceBundleRenderer()
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
ScriptStyleBaseRendererencodeEnd in class ScriptStyleBaseRendererIOExceptionprotected void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ResourceType type, String base) throws IOException
IOExceptionprotected void startElement(javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component) throws IOException
ScriptStyleBaseRendererAllow the subclass to customize the start element content
startElement in class ScriptStyleBaseRendererIOExceptionprotected void endElement(javax.faces.context.ResponseWriter writer) throws IOException
ScriptStyleBaseRendererAllow the subclass to customize the start element content
endElement in class ScriptStyleBaseRendererIOExceptionCopyright © 2019 Nuxeo. All rights reserved.