| java.lang.Object org.apache.cocoon.components.accessor.MapAccessor
MapAccessor | public class MapAccessor implements Accessor,Configurable,Serviceable,ThreadSafe(Code) | | An accessor that handles a Map of accessors.
version: $Id: MapAccessor.java 449189 2006-09-23 06:52:29Z crossley $ |
Inner Class :public static class AccessorMap extends HashMap | |
Method Summary | |
public void | configure(Configuration config) The accessors that should be part of the map are configured
through <element name="the key that will be used in
the map" accessor="the name of the accessor"/> . | public Object | getObject() | public void | service(ServiceManager manager) Set the current ServiceManager instance used by this
Serviceable . |
configure | public void configure(Configuration config) throws ConfigurationException(Code) | | The accessors that should be part of the map are configured
through <element name="the key that will be used in
the map" accessor="the name of the accessor"/> .
See Also: org.apache.avalon.framework.configuration.Configurable.configure(org.apache.avalon.framework.configuration.Configuration) |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | Set the current ServiceManager instance used by this
Serviceable .
See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|