Class CropImageAction
- java.lang.Object
 - 
- org.apache.avalon.framework.logger.AbstractLogEnabled
 - 
- org.apache.cocoon.acting.AbstractAction
 - 
- org.apache.cocoon.acting.ServiceableAction
 - 
- org.ametys.core.util.cocoon.AbstractCurrentUserProviderServiceableAction
 - 
- org.ametys.plugins.core.upload.UploadAction
 - 
- org.ametys.plugins.core.upload.image.CropImageAction
 - 
- org.ametys.plugins.frontedition.upload.image.CropImageAction
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Component,LogEnabled,Serviceable,ThreadSafe,Action
public class CropImageAction extends CropImageAction
FO edition forCropImageAction. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.ametys.plugins.core.upload.image.CropImageAction
CropImageAction.Cropping 
 - 
 
- 
Field Summary
- 
Fields inherited from class org.ametys.plugins.core.upload.UploadAction
_uploadManager 
- 
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 CropImageAction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String_getUrlForDownload(Upload upload)Get the url for download the uploaded fileprotected String_getUrlForView(Upload upload)Get the url for view the uploaded file- 
Methods inherited from class org.ametys.plugins.core.upload.image.CropImageAction
_doCrop, _doUpload, _getCroppedImageFilename, _getFormatName, _getUploadObject, _storeCroppedImage, _uploadAsBufferedImage 
- 
Methods inherited from class org.ametys.plugins.core.upload.UploadAction
_fillSuccess, _getPart, _handleStoreUploadException, _lookupComponents, _storeUpload, act 
- 
Methods inherited from class org.ametys.core.util.cocoon.AbstractCurrentUserProviderServiceableAction
_getCurrentUser 
- 
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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CropImageAction
public CropImageAction()
 
 - 
 
- 
Method Detail
- 
_getUrlForView
protected String _getUrlForView(Upload upload)
Description copied from class:UploadActionGet the url for view the uploaded file- Overrides:
 _getUrlForViewin classUploadAction- Parameters:
 upload- The file uploaded- Returns:
 - The url for view
 
 
- 
_getUrlForDownload
protected String _getUrlForDownload(Upload upload)
Description copied from class:UploadActionGet the url for download the uploaded file- Overrides:
 _getUrlForDownloadin classUploadAction- Parameters:
 upload- The file uploaded- Returns:
 - The url for view
 
 
 - 
 
 -