org.apache.cocoon.portal.acting
Class AbstractPortalAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.apache.cocoon.acting.ServiceableAction
org.apache.cocoon.portal.acting.AbstractPortalAction
- All Implemented Interfaces:
- Action, Disposable, LogEnabled, Serviceable, ThreadSafe
- Direct Known Subclasses:
- BookmarkAction, CopletSetDataAction, IsAccessingAction, LoginAction, LogoutAction, SaveAction
- public abstract class AbstractPortalAction
- extends ServiceableAction
- implements ThreadSafe, Disposable
This abstract action provides access to the PortalService
.
- Version:
- $Id: AbstractPortalAction.java 321405 2005-10-15 18:15:44Z cziegeler $
Fields inherited from interface org.apache.cocoon.acting.Action |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cocoon.acting.Action |
act |
portalService
protected PortalService portalService
AbstractPortalAction
public AbstractPortalAction()
dispose
public void dispose()
- Specified by:
dispose
in interface Disposable
- See Also:
Disposable.dispose()
service
public void service(ServiceManager manager)
throws ServiceException
- Description copied from class:
ServiceableAction
- Set the current
ServiceManager
instance used by this
Serviceable
.
- Specified by:
service
in interface Serviceable
- Overrides:
service
in class ServiceableAction
- Throws:
ServiceException
- See Also:
Serviceable.service(org.apache.avalon.framework.service.ServiceManager)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.