|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsXmlContentContainer
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 |
---|
java.lang.String getCollectorName()
java.lang.String getCollectorParam()
java.util.List getCollectorResult()
I_CmsXmlDocument
).
java.lang.String getResourceName()
I_CmsXmlDocument getXmlDocument()
java.lang.String getXmlDocumentElement()
java.util.Locale getXmlDocumentLocale()
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 wrongboolean 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 |