|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.infoglue.cms.controllers.delivery.kernel.impl.simple.DigitalAssetDeliveryController
| Method Summary | |
void |
deleteContentVersionAssets(java.lang.Integer contentVersionId)
This method removes all images in the digitalAsset directory which belongs to a certain content version. |
java.util.Vector |
dumpAndGetZipEntries(org.infoglue.cms.entities.content.DigitalAsset digitalAsset,
java.lang.String fileName,
java.lang.String filePath,
java.io.File unzipDirectory)
|
void |
dumpAndUnzipDigitalAsset(org.infoglue.cms.entities.content.DigitalAsset digitalAsset,
java.lang.String fileName,
java.lang.String filePath,
java.io.File unzipDirectory)
This method dumps the digitalAsset to file and unzips it. |
void |
dumpAttributeToFile(java.lang.String attributeValue,
java.lang.String fileName,
java.lang.String filePath)
This method checks if the given file exists on disk. |
void |
dumpDigitalAsset(org.infoglue.cms.entities.content.DigitalAsset digitalAsset,
java.lang.String fileName,
java.lang.String filePath)
This method checks if the given file exists on disk. |
static DigitalAssetDeliveryController |
getDigitalAssetDeliveryController()
Factory method |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static DigitalAssetDeliveryController getDigitalAssetDeliveryController()
public void dumpAttributeToFile(java.lang.String attributeValue,
java.lang.String fileName,
java.lang.String filePath)
throws java.lang.Exception
java.lang.Exception
public void dumpDigitalAsset(org.infoglue.cms.entities.content.DigitalAsset digitalAsset,
java.lang.String fileName,
java.lang.String filePath)
throws java.lang.Exception
java.lang.Exception
public void dumpAndUnzipDigitalAsset(org.infoglue.cms.entities.content.DigitalAsset digitalAsset,
java.lang.String fileName,
java.lang.String filePath,
java.io.File unzipDirectory)
throws java.lang.Exception
java.lang.Exception
public java.util.Vector dumpAndGetZipEntries(org.infoglue.cms.entities.content.DigitalAsset digitalAsset,
java.lang.String fileName,
java.lang.String filePath,
java.io.File unzipDirectory)
throws java.lang.Exception
java.lang.Exceptionpublic void deleteContentVersionAssets(java.lang.Integer contentVersionId)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||