| Modifier and Type | Class and Description |
|---|---|
class |
ChromeRendererExecutionException |
class |
ComponentRendererExecutionException |
class |
PageRendererExecutionException |
class |
RegionRendererExecutionException |
class |
ResourceLoaderException
An exception raised when a resource fails to load its metadata
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRenderer.all(RequestContext context,
ModelObject object)
Renders both the header and body focus by calling the
header and body methods
in succession. |
void |
Renderer.all(RequestContext renderContext,
ModelObject object)
Executes the renderer in the "all" mode
|
abstract void |
AbstractRenderer.body(RequestContext context,
ModelObject object)
This method must be implemented by concrete subclasses to render the body focus for artifact
being handled by the renderer.
|
void |
Renderer.body(RequestContext renderContext,
ModelObject object)
Executes the renderer in the "body" mode
|
void |
Processor.execute(ProcessorContext processorContext,
ModelObject object,
RenderFocus focus)
Executes the given focus of the processor output using the
given processor context
|
void |
AbstractProcessor.execute(ProcessorContext processorContext,
ModelObject object,
RenderFocus focus) |
void |
Processor.executeBody(ProcessorContext processorContext,
ModelObject object)
Executes the "body" of the processor output using the given
processor context.
|
abstract void |
AbstractProcessor.executeBody(ProcessorContext processorContext,
ModelObject object) |
void |
Processor.executeHeader(ProcessorContext processorContext,
ModelObject object)
Executes the "header" of the processor output using the given
processor context.
|
void |
AbstractProcessor.executeHeader(ProcessorContext processorContext,
ModelObject object) |
void |
AbstractRenderer.header(RequestContext context,
ModelObject object)
This method should be overridden by concrete subclasses to render the header focus for artifact
being handled by the renderer.
|
void |
Renderer.header(RequestContext renderContext,
ModelObject object)
Executes the renderer in the "head" mode
|
protected void |
AbstractRenderer.print(javax.servlet.http.HttpServletResponse response,
String str)
Commits the given string to the response output stream
|
protected static void |
AbstractRenderer.print(RequestContext context,
String str)
Commits the given string to the response output stream
|
void |
RenderService.processComponent(RequestContext context,
RenderFocus renderFocus,
Component component,
boolean chromeless)
Executes the processor for the given render focus on the given component instance.
|
void |
RenderService.processRenderable(RequestContext context,
RenderFocus renderFocus,
ModelObject object,
Renderable renderable)
Executes the processor for the given focus on the provided renderable object.
|
void |
RenderService.processTemplate(RequestContext context,
RenderFocus renderFocus,
TemplateInstance template)
Executes the processor for the given render focus on the given template instance.
|
void |
AbstractRenderer.render(RequestContext context,
ModelObject object,
RenderFocus focus)
This method directs rendering requests to the appropriate method for the
RenderFocus provided. |
void |
Renderer.render(RequestContext renderContext,
ModelObject object,
RenderFocus focus)
Executes the renderer in the given focus
|
boolean |
RenderService.renderErrorHandlerPage(RequestContext context,
String errorHandlerPageId)
Renders a default error handler page
A system page can be configured to handle a fault state for the web framework.
|
void |
RenderService.renderRegionComponents(RequestContext context,
ModelObject object,
boolean chromeless)
Renders the components of the region described by the render context
This method is generally called from the region include tag.
|
void |
RenderService.renderSurfBugInclude(RequestContext context)
Convenience method provided for both the "surfbugInclude" FreeMarker directive and
JSP tag to use.
|
boolean |
RenderService.renderSystemPage(RequestContext context,
String systemPageId)
Renders a default system page
A system container is a page fragment that is rendered
as a container of other elements like components.
|
String |
RenderService.renderTemplateHeaderAsString(RequestContext context,
ModelObject object)
Generates text to be inserted into template markup head for a given
renderer context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateInstanceRenderer.body(RequestContext context,
ModelObject object)
Renders the current template
|
void |
ComponentRenderer.body(RequestContext context,
ModelObject object) |
void |
RegionRenderer.body(RequestContext context,
ModelObject object) |
void |
PageRenderer.body(RequestContext context,
ModelObject object)
Renders the current page
|
void |
ChromeRenderer.body(RequestContext context,
ModelObject object) |
void |
JSPProcessor.executeBody(ProcessorContext pc,
ModelObject object) |
void |
JSPProcessor.executeHeader(ProcessorContext pc,
ModelObject object) |
void |
PageRenderer.header(RenderContext context)
Renders the header for the page
|
void |
TemplateInstanceRenderer.header(RequestContext context,
ModelObject object) |
void |
ComponentRenderer.header(RequestContext context,
ModelObject object) |
void |
RegionRenderer.header(RequestContext context,
ModelObject object) |
void |
TemplateInstanceRenderer.postHeaderProcess(RequestContext context) |
void |
ChromeRenderer.render(RequestContext context,
ModelObject object,
RenderFocus focus)
Overrides the method provided by
AbstractRenderer to set a RENDER_TYPE entry into the
RequestContext where the value indicates whether Component or Region chrome is being rendered. |
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyRegionRenderer.executeBody(ProcessorContext pc,
ModelObject object) |
void |
EmptyRegionRenderer.executeHeader(ProcessorContext pc,
ModelObject object) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
SurfBugInclude.invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject object) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebTemplateProcessor.executeBody(ProcessorContext pc,
ModelObject object)
Execute template Body.
|
void |
WebScriptProcessor.executeBody(ProcessorContext pc,
ModelObject object) |
void |
WebTemplateProcessor.executeHeader(ProcessorContext pc,
ModelObject object)
Execute Template header
|
void |
WebScriptProcessor.executeHeader(ProcessorContext pc,
ModelObject object) |
void |
ProcessorModelHelper.populateTemplateModel(RequestContext context,
Map<String,Object> model,
ModelObject object)
Populate the model for template processor.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.