Package org.ametys.odf.export.indesign
Class GetIndesignFilesAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.odf.export.indesign.GetIndesignFilesAction
-
- All Implemented Interfaces:
Component,Configurable,LogEnabled,Serviceable,Action
public class GetIndesignFilesAction extends ServiceableAction implements Configurable
Get the indesign stylesheet names and their labels
-
-
Field Summary
Fields Modifier and Type Field Description private boolean_globalprivate IndesignTransformationHelper_indesignTransformationHelperThe helper for indesign transformations-
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 GetIndesignFilesAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapact(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)voidconfigure(Configuration configuration)voidservice(ServiceManager serviceManager)-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
_indesignTransformationHelper
private IndesignTransformationHelper _indesignTransformationHelper
The helper for indesign transformations
-
_global
private boolean _global
-
-
Constructor Detail
-
GetIndesignFilesAction
public GetIndesignFilesAction()
-
-
Method Detail
-
configure
public void configure(Configuration configuration) throws ConfigurationException
- Specified by:
configurein interfaceConfigurable- Throws:
ConfigurationException
-
service
public void service(ServiceManager serviceManager) 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
-
-