Package org.ametys.plugins.flipbook
Class ConvertResource2ImagesComponent
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.plugins.flipbook.AbstractConvertDocument2ImagesComponent
-
- org.ametys.plugins.flipbook.ConvertResource2ImagesComponent
-
- All Implemented Interfaces:
Initializable
,Component
,LogEnabled
,Serviceable
,ThreadSafe
public class ConvertResource2ImagesComponent extends AbstractConvertDocument2ImagesComponent
Implementation of aAbstractConvertDocument2ImagesComponent
for aResource
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE
Avalon ROLE.-
Fields inherited from class org.ametys.plugins.flipbook.AbstractConvertDocument2ImagesComponent
_cocoonContext, _documentToImages, _resolver
-
-
Constructor Summary
Constructors Constructor Description ConvertResource2ImagesComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private String
_getCacheDirectory(Resource resource, String siteName)
String
doCache(Resource resource, String siteName)
Put the file in cache-
Methods inherited from class org.ametys.plugins.flipbook.AbstractConvertDocument2ImagesComponent
cache, createImages, initialize, isMimeTypeSupported, service
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Constructor Detail
-
ConvertResource2ImagesComponent
public ConvertResource2ImagesComponent()
-
-
Method Detail
-
doCache
public String doCache(Resource resource, String siteName) throws Exception
Put the file in cache- Parameters:
resource
- the resource to cachesiteName
- the name of the site- Returns:
- The absolute cache path
- Throws:
Exception
- if an error occurs while caching the file
-
_getCacheDirectory
private String _getCacheDirectory(Resource resource, String siteName)
-
-