| org.apache.cocoon.auth.StandardApplication
All known Subclasses: org.apache.cocoon.auth.portal.StandardPortalApplication,
StandardApplication | public class StandardApplication extends AbstractLogEnabled implements Application,Configurable,Serviceable,Disposable,ThreadSafe(Code) | | This is the default implementation for an
Application .
version: $Id: StandardApplication.java 433543 2006-08-22 06:22:54Z crossley $ |
HANDLER_CONFIG_PREFIX | final protected static String HANDLER_CONFIG_PREFIX(Code) | | This prefix is used to lookup security handlers.
|
STORE_CONFIG_PREFIX | final protected static String STORE_CONFIG_PREFIX(Code) | | This prefix is used to lookup application stores.
|
attributes | final protected Map attributes(Code) | | Attributes.
|
manager | protected ServiceManager manager(Code) | | The service manager.
|
configure | public void configure(Configuration conf) throws ConfigurationException(Code) | | See Also: org.apache.avalon.framework.configuration.Configurable.configure(org.apache.avalon.framework.configuration.Configuration) |
configureAttributes | protected void configureAttributes(Configuration conf)(Code) | | This method is invoked during configuration of the application. The
default behaviour is to add all children of the configuration object
as key value pairs. The name of the child is the key, and the value
of the tag is the value (as a string).
Subclasses can override this method, if a different/additional
behaviour is wanted.
Parameters: conf - The application configuration. |
dispose | public void dispose()(Code) | | See Also: org.apache.avalon.framework.activity.Disposable.dispose |
service | public void service(ServiceManager aManager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|