Package org.ametys.core.observation
Class AbstractNotifierAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.core.util.cocoon.AbstractCurrentUserProviderServiceableAction
-
- org.ametys.core.observation.AbstractNotifierAction
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,ThreadSafe
,Action
- Direct Known Subclasses:
AbstractSurveyAction
,AddOrUpdateResourceAction
,AddSharedContentAction
,ApplyTemplatesAction
,EditDataAction
,GetStatisticsAction
,ImportTagsAction
,PageSubscribeAction
public abstract class AbstractNotifierAction extends AbstractCurrentUserProviderServiceableAction
AbstractAction
providing:
-
-
Field Summary
Fields Modifier and Type Field Description protected ObservationManager
_observationManager
Observer manager.-
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
-
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
-
Constructor Summary
Constructors Constructor Description AbstractNotifierAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
service(ServiceManager serviceManager)
-
Methods inherited from class org.ametys.core.util.cocoon.AbstractCurrentUserProviderServiceableAction
_getCurrentUser
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
_observationManager
protected ObservationManager _observationManager
Observer manager.
-
-
Constructor Detail
-
AbstractNotifierAction
public AbstractNotifierAction()
-
-
Method Detail
-
service
public void service(ServiceManager serviceManager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classServiceableAction
- Throws:
ServiceException
-
-