Package org.ametys.plugins.flipbook
Class ConvertExternalResource2ImagesComponent
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.plugins.flipbook.AbstractConvertDocument2ImagesComponent
org.ametys.plugins.flipbook.ConvertExternalResource2ImagesComponent
- All Implemented Interfaces:
Initializable
,Component
,LogEnabled
,Serviceable
,ThreadSafe
public class ConvertExternalResource2ImagesComponent
extends AbstractConvertDocument2ImagesComponent
Implementation of a
AbstractConvertDocument2ImagesComponent
for an external resource-
Field Summary
Fields inherited from class org.ametys.plugins.flipbook.AbstractConvertDocument2ImagesComponent
_cocoonContext, _documentToImages, _resolver
-
Constructor Summary
-
Method Summary
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
-
Field Details
-
ROLE
Avalon ROLE.
-
-
Constructor Details
-
ConvertExternalResource2ImagesComponent
-
-
Method Details
-
doCache
Put the file in cache- Parameters:
resource
- the resource to cachepath
- The resource pathcacheDir
- The cache directoryname
- The resource name- Returns:
- The absolute cache path
- Throws:
Exception
- if an error occurs while caching the file
-