Class AddOrUpdateFileAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.plugins.skineditor.resources.AddOrUpdateFileAction
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,Action
public class AddOrUpdateFileAction extends ServiceableAction
This action creates or updates a resource file.
-
-
Field Summary
Fields Modifier and Type Field Description protected SkinLockManager
_lockManager
The lock managerprotected SkinEditionHelper
_skinHelper
The skin edition helperstatic String
SKIN_EDITOR_TOOL_ID
Constant for skin editor tool id-
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 AddOrUpdateFileAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map
act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)
void
service(ServiceManager smanager)
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
SKIN_EDITOR_TOOL_ID
public static final String SKIN_EDITOR_TOOL_ID
Constant for skin editor tool id- See Also:
- Constant Field Values
-
_lockManager
protected SkinLockManager _lockManager
The lock manager
-
_skinHelper
protected SkinEditionHelper _skinHelper
The skin edition helper
-
-
Constructor Detail
-
AddOrUpdateFileAction
public AddOrUpdateFileAction()
-
-
Method Detail
-
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classServiceableAction
- Throws:
ServiceException
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
- Throws:
Exception
-
-