org.apache.cocoon.acting
Class ServiceableAction

java.lang.Object
  extended byorg.apache.cocoon.util.AbstractLogEnabled
      extended byorg.apache.cocoon.acting.AbstractAction
          extended byorg.apache.cocoon.acting.ServiceableAction
All Implemented Interfaces:
org.apache.cocoon.acting.Action, Serviceable

public abstract class ServiceableAction
extends AbstractAction
implements Serviceable

The ServiceableAction will allow any Action that extends this to access SitemapComponents.

Version:
$Id: ServiceableAction.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
protected  ServiceManager manager
          The service manager instance
 
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
 
Fields inherited from interface org.apache.cocoon.acting.Action
ROLE
 
Constructor Summary
ServiceableAction()
           
 
Method Summary
 void service(ServiceManager manager)
          Set the current ServiceManager instance used by this Serviceable.
 
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled
getLogger, setLogger
 
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

manager

protected ServiceManager manager
The service manager instance

Constructor Detail

ServiceableAction

public ServiceableAction()
Method Detail

service

public void service(ServiceManager manager)
             throws ServiceException
Set the current ServiceManager instance used by this Serviceable.

Specified by:
service in interface Serviceable
Throws:
ServiceException


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.