Package com.opencms.flex.jsp

The implementation of the OpenCms JSP tag library, with some additional utility classes to help in JSP scriplet code and navigation building.

See:
          Description

Interface Summary
I_CmsJspTagParamParent Interface for tag handlers implementing valid parent tags for <c:param>.
 

Class Summary
CmsJspActionElement Bean to be used in JSP scriptlet code that provides direct access to the functionality offered by the opencms taglib.
CmsJspNavBuilder Bean to provide a convenient way to build navigation structures based on CmsJspNavElement.
CmsJspNavElement Bean to collect navigation information from a resource in the OpenCms VFS.
CmsJspTagInclude 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.
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.
CmsJspTagParam A handler for <param> that accepts attributes as Strings and evaluates them as expressions at runtime.
CmsJspTagProperty Provides access to the properties of a resource in the OpenCms VFS .
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.
 

Package com.opencms.flex.jsp Description

The implementation of the OpenCms JSP tag library, with some additional utility classes to help in JSP scriplet code and navigation building.

Since:
FLEX alpha 1
See Also:
CmsObject, CmsResourceTypeJsp, CmsJspLoader, CmsFlexRequest, CmsFlexResponse