| Package | Description |
|---|---|
| org.springframework.extensions.surf.mvc | |
| org.springframework.extensions.surf.render | |
| org.springframework.extensions.surf.taglib |
| Modifier and Type | Method and Description |
|---|---|
void |
PageView.dispatchPage(RequestContext context,
String pageId,
String formatId)
Dispatches a given page in a given format.
|
void |
TemplateView.dispatchTemplate(RequestContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderService.handleError(RequestContext context,
String errorTitle,
String errorDescription,
Throwable t)
This method sets up the
RequestContext and attempts to redirect the
request to the general error page. |
void |
RenderService.renderChromeInclude(RequestContext context,
ModelObject object)
Renders either a component or a region depending upon the value of
RENDER_TYPE key set in the
current RequestContext. |
| Modifier and Type | Method and Description |
|---|---|
protected int |
IncludeTag.invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject object) |
protected int |
RegionTag.invokeRenderService(RenderService renderService,
RequestContext context,
ModelObject object) |
protected int |
ComponentTag.invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject object) |
protected int |
ResourceTag.invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject modelObject) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.