| org.apache.cocoon.portal.pluto.om.PortletDefinitionRegistryImpl
PortletDefinitionRegistryImpl | public class PortletDefinitionRegistryImpl extends AbstractLogEnabled implements PortletDefinitionRegistry,Contextualizable,Initializable,Serviceable,Disposable(Code) | | author: Carsten Ziegeler version: CVS $Id: PortletDefinitionRegistryImpl.java 433543 2006-08-22 06:22:54Z crossley $ |
PORTLET_MAPPING | final public static String PORTLET_MAPPING(Code) | | The mapping
|
WEBXML_MAPPING | final public static String WEBXML_MAPPING(Code) | | The mapping
|
context | protected Context context(Code) | | The context
|
contextName | protected String contextName(Code) | | Our context name
|
manager | protected ServiceManager manager(Code) | | The service manager
|
portletsKeyObjectId | protected Map portletsKeyObjectId(Code) | | All portlet definitions, hashed by ObjectId
|
resolver | protected EntityResolver resolver(Code) | | The entity resolver
|
contextualize | public void contextualize(Context context) throws ContextException(Code) | | See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(org.apache.avalon.framework.context.Context) |
dispose | public void dispose()(Code) | | See Also: org.apache.avalon.framework.activity.Disposable.dispose |
initialize | public void initialize() throws Exception(Code) | | See Also: org.apache.avalon.framework.activity.Initializable.initialize |
load | protected void load(String baseWMDir, Mapping portletXMLMapping, Mapping webXMLMapping) throws Exception(Code) | | |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|