Package org.ametys.core.util.cocoon
Class AbstractCurrentUserProviderServiceableAction
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
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,ThreadSafe
,Action
- Direct Known Subclasses:
AbstractNotifierAction
,HasRightAction
,SetUserPreferencesAction
,UploadAction
public abstract class AbstractCurrentUserProviderServiceableAction
extends ServiceableAction
implements ThreadSafe
ServiceableAction
which provides the current user if necessary.-
Field Summary
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.cocoon.acting.ServiceableAction
service
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
AbstractCurrentUserProviderServiceableAction
-
-
Method Details
-
_getCurrentUser
Provides the current user.- Returns:
- the user which cannot be
null
.
-