org.opencms.jsp
Interface I_CmsJspTagContentContainer

All Known Implementing Classes:
CmsJspTagContentLoad, CmsJspTagContentLoop

public interface I_CmsJspTagContentContainer

Provides access to a XML content document that was loaded by a parent tag.

Since:
6.0.0
Version:
$Revision: 1.8 $

Method Summary
 String getResourceName()
          Returns the resource name in the VFS for the currently loaded XML content document.
 A_CmsXmlDocument getXmlDocument()
          Returns the currently loaded OpenCms XML content document.
 String getXmlDocumentElement()
          Returns the currently selected element name for the current content.
 Locale getXmlDocumentLocale()
          Returns the currently selected locale for the current content.
 

Method Detail

getResourceName

public String getResourceName()
Returns the resource name in the VFS for the currently loaded XML content document.

Returns:
the resource name in the VFS for the currently loaded XML content document

getXmlDocument

public A_CmsXmlDocument getXmlDocument()
Returns the currently loaded OpenCms XML content document.

Returns:
the currently loaded OpenCms XML content document

getXmlDocumentElement

public String getXmlDocumentElement()
Returns the currently selected element name for the current content.

Returns:
the currently selected element name for the current content

getXmlDocumentLocale

public Locale getXmlDocumentLocale()
Returns the currently selected locale for the current content.

Returns:
the currently selected locale for the current content