| org.apache.lenya.cms.publication.templating.PublicationTemplateManagerImpl
PublicationTemplateManagerImpl | public class PublicationTemplateManagerImpl extends AbstractLogEnabled implements PublicationTemplateManager,Serviceable(Code) | | Manager for publication templates.
version: $Id: PublicationTemplateManagerImpl.java 474729 2006-11-14 11:07:44Z version: andreas $ |
PublicationTemplateManagerImpl | public PublicationTemplateManagerImpl()(Code) | | Ctor.
|
getBaseURI | public static String getBaseURI(Publication publication)(Code) | | Returns the base URI for a certain publication.
Parameters: publication - The publication. A string. |
getBaseURIs | protected String[] getBaseURIs(Publication publication)(Code) | | Returns the base URIs in traversing order.
Parameters: publication - The original publication. An array of strings. |
getPublications | protected Publication[] getPublications(Publication publication)(Code) | | Returns the publications in traversing order.
Parameters: publication - The original publication. An array of strings. |
service | public void service(ServiceManager _manager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|