| Package | Description |
|---|---|
| org.springframework.extensions.surf.render | |
| org.springframework.extensions.surf.render.bean |
| Modifier and Type | Method and Description |
|---|---|
static RenderFocus |
RenderFocus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderFocus[] |
RenderFocus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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
|
void |
RenderService.renderComponent(RequestContext context,
RenderFocus renderFocus,
Component component,
String chromeIdOverride,
boolean chromeless)
Entry point for the rendering a single identified component
with the default chrome.
|
void |
RenderService.renderComponent(RequestContext context,
RenderFocus renderFocus,
String componentId,
String overrideChromeId,
boolean chromeless)
Entry point for the rendering a component with the given chrome.
|
void |
RenderService.renderPage(RequestContext context,
RenderFocus renderFocus)
Entry point for the rendering of the current page as provided
by the request context.
|
void |
RenderService.renderRegion(RequestContext context,
RenderFocus renderFocus,
String templateId,
String regionId,
String regionScopeId,
String overrideChromeId,
boolean chromeless)
Entry point for the rendering a region of a given template
|
void |
RenderService.renderSubComponent(SubComponent subComponent,
RequestContext context,
RenderFocus renderFocus)
Renders the supplied
SubComponent. |
void |
RenderService.renderTemplate(RequestContext context,
RenderFocus renderFocus)
Entry point for the rendering of the current content item as
provided by the request context.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2005–2016 Alfresco Software. All rights reserved.