程序包 | 说明 |
---|---|
org.opencms.jsp |
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
I_CmsXmlContentContainer
Provides access to a
document that was previously loaded by a parent tag. |
限定符和类型 | 类和说明 |
---|---|
class |
CmsJspTagContentLoad
Implementation of the
<cms:contentload/> tag,
used to access and display XML content item information from the VFS. |
class |
CmsJspTagContentLoop
Used to loop through the element values of an XML content item.
|
class |
CmsJspTagResourceLoad
Implementation of the
<cms:resourceload/> tag,
used to access and display resource information from the VFS. |
限定符和类型 | 方法和说明 |
---|---|
protected static java.lang.String |
CmsJspTagResourceLoad.getResourceName(CmsObject cms,
I_CmsResourceContainer contentContainer)
Returns the resource name currently processed.
|
protected void |
CmsJspTagResourceLoad.init(I_CmsResourceContainer container)
Initializes this content load tag.
|
构造器和说明 |
---|
CmsJspTagResourceLoad(I_CmsResourceContainer container,
javax.servlet.jsp.PageContext context,
java.lang.String collectorName,
java.lang.String collectorParam)
Constructor used when using
resourceload from scriptlet code. |
CmsJspTagResourceLoad(I_CmsResourceContainer container,
javax.servlet.jsp.PageContext context,
java.lang.String collectorName,
java.lang.String collectorParam,
java.lang.String pageIndex,
java.lang.String pageSize)
Constructor used when using
resourceload from scriptlet code. |