Package org.weborganic.bastille.xml

This package provides a collection of useful content generators for use by Berlioz and using better caching and logging options.

See:
          Description

Class Summary
GetBreadCrumbFromBerliozPath This generator returns the breadcrumb status based on Berlioz path.
GetFileInfo Returns information about the file specified by the Berlioz path in the public folder.
GetFolderOverview Returns an overview of the folder by Berlioz path.
GetNavTreeFromMasterDoc Generate the Navigation Tree.
GetXMLFileFromRelativePathParameter This generator returns the static content by providing relative path parameter.
GetXMLFileInfo Returns information about a file in the WEB-INF/xml based on the specified by the path info.
GetXMLFromBerliozPath This generator returns the content of an XML file using the Berlioz path.
GetXMLFromPath This generator returns the content of an XML file from the specified path.
GetXMLFromPathInfo This generator returns the content of an XML file using the Berlioz servlet path info.
GetXMLFromURITemplate A content generator that can be used to get content from a URI template.
XMLConfiguration Centralises the configuration options for this package.
XMLHelper Utility class providing useful functions for content generators.
XSLTUtils A utility class to help with XSLT operations.
 

Package org.weborganic.bastille.xml Description

This package provides a collection of useful content generators for use by Berlioz and using better caching and logging options.

See individual content generator implementation for details.