Class GetProjectsRightsAction
- java.lang.Object
 - 
- org.apache.avalon.framework.logger.AbstractLogEnabled
 - 
- org.apache.cocoon.acting.AbstractAction
 - 
- org.apache.cocoon.acting.ServiceableAction
 - 
- org.ametys.plugins.workspaces.project.actions.GetProjectsRightsAction
 
 
 
 
 
- 
- All Implemented Interfaces:
 Component,LogEnabled,Serviceable,Action
public class GetProjectsRightsAction extends ServiceableAction
Retrieve the rights 
- 
- 
Field Summary
Fields Modifier and Type Field Description private static String__RIGHT_PROJECT_CREATEprivate static String__RIGHT_PROJECT_DELETEprivate static String__RIGHT_PROJECT_EDITprivate static String__RIGHT_PROJECT_FO_CREATEprivate RightManager_rightManager- 
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 GetProjectsRightsAction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapact(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)voidservice(ServiceManager smanager)- 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
 - 
 
 - 
 
- 
- 
Field Detail
- 
__RIGHT_PROJECT_CREATE
private static final String __RIGHT_PROJECT_CREATE
- See Also:
 - Constant Field Values
 
 
- 
__RIGHT_PROJECT_FO_CREATE
private static final String __RIGHT_PROJECT_FO_CREATE
- See Also:
 - Constant Field Values
 
 
- 
__RIGHT_PROJECT_EDIT
private static final String __RIGHT_PROJECT_EDIT
- See Also:
 - Constant Field Values
 
 
- 
__RIGHT_PROJECT_DELETE
private static final String __RIGHT_PROJECT_DELETE
- See Also:
 - Constant Field Values
 
 
- 
_rightManager
private RightManager _rightManager
 
 - 
 
- 
Constructor Detail
- 
GetProjectsRightsAction
public GetProjectsRightsAction()
 
 - 
 
- 
Method Detail
- 
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classServiceableAction- Throws:
 ServiceException
 
- 
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
- Throws:
 Exception
 
 - 
 
 -