getContentDirectory(String area) Return the directory of a specific area.
Parameters: area - a File representing the root of the area content directory.
getProxy(Document document, boolean isSslProtected) Returns the proxy which is used for a particular document's area
(see
Publication.getProxy(String,boolean) ).
Parameters: document - The document. Parameters: isSslProtected - A boolean value.
Return the directory of a specific area.
Parameters: area - a File representing the root of the area content directory. the directory of the given content area.
Returns the publication template instantiator hint. If the publication does not allow
templating, null is returned.
A hint to use for service selection.
Returns the proxy which is used for a particular document's area
(see
Publication.getProxy(String,boolean) ).
Parameters: document - The document. Parameters: isSslProtected - A boolean value. A proxy.
Returns the proxy which is used for the given area and the ssl parameter.
If no proxy is defined in the publication configuration file, a default proxy
with the URL {contextPath}/{pubId}/{area} is returned.
If the area string is "root", the global proxy is returned. If no global proxy
is defined, a default global proxy with the URL {contextPath}
is returned.
Parameters: area - area Parameters: isSslProtected - A boolean value. A proxy.
Parameters: resourceType - The resource type or null if no workflow is registered forthis resource type. The workflow schema to use for this resource type.