| org.apache.cocoon.components.slide.impl.SlideRepositoryImpl
SlideRepositoryImpl | public class SlideRepositoryImpl extends AbstractLogEnabled implements SlideRepository,Contextualizable,Serviceable,Configurable,Initializable,Disposable,ThreadSafe(Code) | | The class represent a manger for slide repositories
version: CVS $Id: SlideRepositoryImpl.java 433543 2006-08-22 06:22:54Z crossley $ |
SlideRepositoryImpl | public SlideRepositoryImpl()(Code) | | |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | |
contextualize | public void contextualize(org.apache.avalon.framework.context.Context context) throws ContextException(Code) | | |
dispose | public void dispose()(Code) | | |
getDefaultNamespaceToken | public NamespaceAccessToken getDefaultNamespaceToken()(Code) | | Returns a token for the access of the default namespace.
NamespaceAccessToken Access token to the namespace |
getNamespaceToken | public NamespaceAccessToken getNamespaceToken(String namespaceName)(Code) | | Returns a token for the access of a namespace.
Parameters: namespaceName - Name of the namespace on which access is requested NamespaceAccessToken Access token to the namespace |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|