| Class | Description |
|---|---|
| AbstractObjectTag | |
| ComponentIncludeTag | Deprecated |
| ComponentTag | |
| ConstructPreset |
This class provides the "constructPreset" custom JSP tag that can be used instantiate a Spring Surf
preset.
|
| HeadTag |
This tag is meant to be used during the processing of Template Instances.
|
| IncludeTag |
This class has been created to solve the problem of components rendering chrome that use
the
regionInclude tag (resulting in an OutOfMemory exception) and regions rendering
chrome that use the componentInclude tag (resulting in an infinite loop). |
| ObjectAnchorTag |
Renders an HTML anchor tag to a page or page type using the attributes provided.
|
| ObjectLinkTag |
This tag will render the URL to the page or page type specified by the attributes provided.
|
| PageTitleTag | |
| PresetToken |
This class provides the "presetToken" custom JSP tag that can only be used as a child tag of the
"constructPreset" custom JSP tag.
|
| RegionIncludeTag | Deprecated |
| RegionTag | |
| RenderServiceTag |
An abstract
RequestContextAwareTag intended to be sub-classed by custom JSP tags that
require access to a RenderService for rendering Spring Surf objects (such as pages,
templates, components, etc). |
| ResourceTag |
Outputs the requested url representation of a resource.
|
| StylesheetTag |
The "link" tag is provided so that multiple CSS resources requested by a component
can be batched up into a single "style" tag with multiple @import statements.
|
| SurfBugInclude |
A custom JSP tag that should only be used in
SurfBug instances to
render whatever component is being debugged |
| TagBase |
Copyright © 2005–2016 Alfresco Software. All rights reserved.