请参阅: 说明
| 接口 | 说明 |
|---|---|
| I_CmsJspTagParamParent |
Interface for tag handlers implementing valid parent tags for
<c:param>.
|
| I_CmsResourceContainer |
Provides access to a
object that was previously loaded by a parent tag. |
| I_CmsXmlContentContainer |
Provides access to a
document that was previously loaded by a parent tag. |
| 类 | 说明 |
|---|---|
| CmsContentInfoBean |
A container to store information about a collector's result.
|
| CmsJspActionElement |
Bean to be used in JSP scriptlet code that provides direct
access to the functionality offered by the OpenCms taglib.
|
| CmsJspBean |
Superclass for OpenCms JSP beans that provides convient access
to OpenCms core and VFS functionality.
|
| CmsJspLoginBean |
Provides convenient wrappers useful to create user login pages.
|
| CmsJspNavBuilder |
Bean to provide a convenient way to build navigation structures based on the
. |
| CmsJspNavElement |
Bean to collect navigation information from a resource in the OpenCms VFS.
|
| CmsJspScopedVarBodyTagSuport |
Parent for body tags that require support for setting scoped variables to the JSP page context.
|
| CmsJspTagBundle |
Provides tag access to OpenCms resource bundles.
|
| CmsJspTagContainer |
Provides access to the page container elements.
|
| CmsJspTagContentAccess |
Used to access XML content item information from the current open
<cms:contentload>
tag using JSP page context and the JSP EL. |
| CmsJspTagContentCheck |
Used to check the availablity of an XML content item for conditional display.
|
| CmsJspTagContentInfo |
Used to access and display XML content item information from the VFS.
|
| CmsJspTagContentLoad |
Implementation of the
<cms:contentload/> tag,
used to access and display XML content item information from the VFS. |
| CmsJspTagContentLoop |
Used to loop through the element values of an XML content item.
|
| CmsJspTagContentShow |
Used to access and display XML content item information from the VFS.
|
| CmsJspTagDecorate |
Implements the
<cms:decorate></cms:decorate>
tag to decorate HTML content with configurated decoration maps. |
| CmsJspTagDevice |
This class provides a
<cms:device type="..." |
| CmsJspTagEditable |
Implementation of the
<cms:editable/> tag. |
| CmsJspTagElementSetting |
Provides access to the settings of an ADE container element.
|
| CmsJspTagEnableAde |
Implementation of the
<enable-ade/> tag. |
| CmsJspTagExport |
Allows to have certain JSP code on a JSP not processed by OpenCms,
which can be useful in case you want to create a JSP page using the OpenCms static export.
|
| CmsJspTagFormatter |
Implementation of the
<cms:formatter var="..." val="..." |
| CmsJspTagHeadIncludes |
This tag includes required CSS or JavaScript resources that are to be places in the HTML head.
|
| CmsJspTagImage |
Creates HTML code for <img src> tags that use the OpenCms image scaling capabilities.
|
| CmsJspTagInclude |
Implementation of the
<cms:include/> tag,
used to include another OpenCms managed resource in a JSP. |
| CmsJspTagIncludeTEI |
This is a TagExtraInfo evaluation class that checks the attibutes of
the
<cms:include /> tag. |
| CmsJspTagInfo |
Provides access to OpenCms and System related information.
|
| CmsJspTagJQuery |
Implementation of the
<cms:jquery/> tag. |
| CmsJspTagLabel |
Provides access to the labels stored in the
language files of the OpenCms workplace.
|
| CmsJspTagLink |
Implements the
<cms:link>[filename]</cms:link>
tag to add OpenCms managed links to a JSP page, required for link
management and the static
export to work properly. |
| CmsJspTagNavigation |
Implementation of the
<cms:navigation var="..." |
| CmsJspTagNoCache |
A tag to prevent caching by the browser.
|
| CmsJspTagParam |
A handler for <param> that accepts attributes as Strings
and evaluates them as expressions at runtime.
|
| CmsJspTagParse |
Implements the
<cms:parse></cms:parse> tag to allow parsing of nested
HTML with the A_CmsConfiguredHtmlParser} implementation specified by the "parserClass" attribute. |
| CmsJspTagProperty |
Provides access to the properties of a resource in the OpenCms VFS .
|
| CmsJspTagResourceAccess |
Used to access resource information from the current open
<cms:resourceload>
tag using JSP page context and the JSP EL. |
| CmsJspTagResourceLoad |
Implementation of the
<cms:resourceload/> tag,
used to access and display resource information from the VFS. |
| CmsJspTagSecureParams |
This tag is used to enable parameter escaping for a single Flex Request.
|
| CmsJspTagTemplate |
Used to select various template elements form a JSP template that
is included in another file.
|
| CmsJspTagUser |
Provides access to the data of the currently logged in user.
|
| CmsJspTagUserTracking |
Implementation of the
<cms:usertracking/> tag. |
| CmsJspXmlContentBean |
Provides access to XML content tag functions from scriptlet code.
|
| Messages |
Convenience class to access the localized messages of this OpenCms package.
|
| 枚举 | 说明 |
|---|---|
| CmsJspNavBuilder.Visibility |
The visibility mode.
|
| CmsJspTagContainer.JsonContainer |
Json property name constants for containers.
|
| CmsJspTagNavigation.Type |
Constants for
type attribute interpretation. |
Most of the classes in this package implement the <cms:> taglib.
To access the exact same functionality using scriptlets, obtain an instance
of a from the current JSP.
Using the action element you can also access the current users OpenCms context
in a CmsJspActionElement, by using CmsObject.CmsJspBean.getCmsObject()
To aid in template navigation building, have a look at the
which provides a large selection of methods
to easily create dynamic navigations.CmsJspNavBuilder
CmsObject,
CmsResourceTypeJsp,
CmsJspLoader