spcp7.imagegallery.contentprovider.face
Interface ContentManipulationFace

All Superinterfaces:
ContentConnectionFace

public interface ContentManipulationFace
extends ContentConnectionFace

!NOT YET COMPLETE!
This interface is not yet complete and also not used but it may be useful in the future. Content manipulation is only needed for images if you have a real big bandwidth to the server (original images are often really big) and the server is powerful enough to transform whole image galleries.


Method Summary
 java.lang.String getTransformationOriginPath()
           
 java.lang.String getTransformationTargetPath()
           
 void setTransformationOriginPath(java.lang.String transformationOriginPath)
           
 void setTransformationTargetPath(java.lang.String targetPath)
           
 void transform()
           
 void transformArchive()
           
 
Methods inherited from interface spcp7.imagegallery.contentprovider.face.ContentConnectionFace
close, open
 

Method Detail

transform

void transform()

transformArchive

void transformArchive()

getTransformationTargetPath

java.lang.String getTransformationTargetPath()
Returns:
String

setTransformationTargetPath

void setTransformationTargetPath(java.lang.String targetPath)
Parameters:
targetPath -

getTransformationOriginPath

java.lang.String getTransformationOriginPath()
Returns:
String

setTransformationOriginPath

void setTransformationOriginPath(java.lang.String transformationOriginPath)
Parameters:
transformationOriginPath -


Copyright © 2008. All Rights Reserved.