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:
- Component, LogEnabled, Serviceable, Action
- Direct Known Subclasses:
- AbstractAuthAction, AuthAction, AuthAction, BookmarkAction, CacheEventAction, CheckAccessAction, ClearCacheAction, ClearPersistentStoreAction, CopletSetDataAction, CopySourceAction, FormManagerAction, GetContinuationAction, HelloAction, LocaleAction, LoggedInAction, LoginAction, LoginAction, LogoutAction, LogoutAction, MailAction, PreemptiveLoaderAction, PreparePortalAction, PropagatorAction, RequestParamAction, ResourceExistsAction, SaveAction, ScriptAction, Sendmail, 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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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-2010 The Apache Software Foundation. All Rights Reserved.