org.apache.cocoon.portal.acting
Class AbstractPortalAction

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.acting.AbstractAction
          extended byorg.apache.cocoon.acting.ServiceableAction
              extended byorg.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 $

Field Summary
protected  PortalService portalService
           
 
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
 
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
 
Fields inherited from interface org.apache.cocoon.acting.Action
ROLE
 
Constructor Summary
AbstractPortalAction()
           
 
Method Summary
 void dispose()
           
 void service(ServiceManager manager)
          Set the current ServiceManager instance used by this Serviceable.
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
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
 

Field Detail

portalService

protected PortalService portalService
Constructor Detail

AbstractPortalAction

public AbstractPortalAction()
Method Detail

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.