| java.lang.Object org.apache.cocoon.portal.tools.PortalToolManager
PortalToolManager | public class PortalToolManager implements ThreadSafe,Component,Parameterizable,Serviceable,Disposable(Code) | | version: CVS $Id: PortalToolManager.java 433543 2006-08-22 06:22:54Z crossley $ |
resolver | protected SourceResolver resolver(Code) | | The source resolver
|
dispose | public void dispose()(Code) | | |
getConfiguration | public Configuration getConfiguration()(Code) | | Returns the Configuration for the plugins
|
getToolsWithFunctions | public Collection getToolsWithFunctions()(Code) | | Returns a Collection of tools which offers functions
|
parameterize | public void parameterize(Parameters para) throws ParameterException(Code) | | |
sGet | public String sGet(String key)(Code) | | Returns a value from the auth context
Parameters: key - Path (e.g. /foo/bar) |
sSet | public void sSet(String key, String value)(Code) | | Sets a value in the auth context
Parameters: key - Path (e.g. /foo/bar) Parameters: value - Value |
saveConfiguration | public synchronized void saveConfiguration()(Code) | | Saves the configuration
|
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|