Package org.ametys.plugins.flipbook
Class GetFirstPageAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.plugins.flipbook.GetFirstPageAction
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,Action
public class GetFirstPageAction extends ServiceableAction
Get the first page image for thumbnail
-
-
Field Summary
Fields Modifier and Type Field Description static String
IMAGES_DIRECTORY_PATH_REQUEST_ATTR
Request attribute from path to images' directory-
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 GetFirstPageAction()
-
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)
-
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
-
-
-
-
Field Detail
-
IMAGES_DIRECTORY_PATH_REQUEST_ATTR
public static final String IMAGES_DIRECTORY_PATH_REQUEST_ATTR
Request attribute from path to images' directory- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetFirstPageAction
public GetFirstPageAction()
-
-
Method Detail
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
- Throws:
Exception
-
-