org.apache.cocoon.acting
Class ServiceableAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.apache.cocoon.acting.ServiceableAction
- All Implemented Interfaces:
- Action, LogEnabled, Serviceable
- Direct Known Subclasses:
- AbstractPortalAction, AuthAction, CacheEventAction, CheckAccessAction, ClearCacheAction, ClearPersistentStoreAction, CookieCreatorAction, CopySourceAction, ExpiresPipelineAction, FlowAction, FormManagerAction, GetContinuationAction, HelloAction, LinkTranslatorMapAction, LocaleAction, LoggedInAction, LoginAction, LogoutAction, MailAction, PreemptiveLoaderAction, PropagatorAction, RequestParamAction, ResourceExistsAction, ScriptAction, Sendmail, ServerPagesAction, SessionAction, SetCharacterEncodingAction, TagtestAction, URLAction
- public abstract class ServiceableAction
- extends AbstractAction
- implements Serviceable
The ServiceableAction
will allow any Action
that extends this to access SitemapComponents.
- Version:
- CVS $Id: ServiceableAction.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Carsten Ziegeler
Fields inherited from interface org.apache.cocoon.acting.Action |
ROLE |
Method Summary |
void |
service(ServiceManager manager)
Set the current ServiceManager instance used by this
Serviceable . |
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 |
manager
protected ServiceManager manager
- The service manager instance
ServiceableAction
public ServiceableAction()
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-2005 The Apache Software Foundation. All Rights Reserved.