Get the content from the given path. Implementations of this method
should NOT merge the content using view renderer.
Parameters: path - The relative content path The content as a String throws: Exception - Any Exception
Get the content from the given path and merge it with
the given context.
Parameters: path - The content path Parameters: context - The current context The content as a String throws: Exception - Any Exception
Get the last modified time in milliseconds for the given path.
Parameters: path - The content path The last modified time in milliseconds throws: Exception - Any exception
Get an Iterator of paths which are known to the repository, starting
from the specified base path.
Parameters: base - The base path An iterator of paths throws: Exception -
Get the Virtual File System root file. The Virtual File System
provides a datasource-independent way of navigating through all
items known to the Repository.
The root VFSFile throws: Exception -