|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to a
document that was previously loaded by a parent tag.I_CmsXmlDocument
Method Summary | |
java.lang.String |
getCollectorName()
Returns the name of the currently used XML content collector. |
java.lang.String |
getCollectorParam()
Returns the parameters of the currently used XML content collector. |
java.util.List |
getCollectorResult()
Returns the list of all currently loaded XML content documents (instances of ). |
java.lang.String |
getResourceName()
Returns the resource name in the VFS for the currently loaded XML content document. |
I_CmsXmlDocument |
getXmlDocument()
Returns the currently loaded OpenCms XML content document. |
java.lang.String |
getXmlDocumentElement()
Returns the currently selected element name in the loaded XML content document. |
java.util.Locale |
getXmlDocumentLocale()
Returns the currently selected locale used for acessing the content in the loaded XML content document. |
boolean |
hasMoreContent()
Content iteration method to be used by JSP scriptlet code. |
boolean |
isPreloader()
Returns true if this container is used as a content preloader. |
Method Detail |
public java.lang.String getCollectorName()
public java.lang.String getCollectorParam()
public java.util.List getCollectorResult()
I_CmsXmlDocument
).
public java.lang.String getResourceName()
public I_CmsXmlDocument getXmlDocument()
public java.lang.String getXmlDocumentElement()
public java.util.Locale getXmlDocumentLocale()
public boolean hasMoreContent() throws javax.servlet.jsp.JspException
Calling this method will insert "direct edit" HTML to the output page (if required).
true
if more content is to be iterated
javax.servlet.jsp.JspException
- in case something goes wrongpublic boolean isPreloader()
true
if this container is used as a content preloader.A content preloader is used to load content without looping through it.
true
if this container is used as a content preloader
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |