query(LocatorDescriptor locator) Query for a collection of templates given template locator criteria.
Parameters: locator - The template locator criteria.
Creates a locator from a string of format (where brackets are optional]:
template//[media-type/]/[language/]/[country/]]/name/Parameters: string - the string representation of a template locator throws: TemplateLocatorException -
Factory to create template locators of the given type.
Known supported locator types, but not limited to:
portletemail Parameters: The - type of locator to create a general template locator of the given type throws: TemplateLocatorException - if factory exception or if not valid locator type
Locate an template using Jetspeed template location algorithm
Parameters: locator - The template locator The template found, or null if not found. throws: TemplateLocatorException -
Query for a collection of templates given template locator criteria.
Parameters: locator - The template locator criteria. The result list of Template objects matching the locator criteria.