org.infoglue.cms.applications.contenttool.actions
Class ImageEditorAction
java.lang.Object
org.infoglue.cms.applications.common.actions.WebworkAbstractAction
org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
org.infoglue.cms.applications.contenttool.actions.ImageEditorAction
- All Implemented Interfaces:
- java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
public class ImageEditorAction
- extends InfoGlueAbstractAction
- Since:
- InfoglueCMS 2.4
- Version:
- 1.0
- Author:
- Mattias Bogeblad
- See Also:
- Serialized Form
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Methods inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction |
beginTransaction, closeDatabase, closeTransaction, commitTransaction, encode, getAllowPublicationEventFilter, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getDisableCustomIcons, getDisableImageEditor, getEnableDateTimeDirectEditing, getInfoGluePrincipal, getLanguageCode, getLocale, getLogoutURL, getOriginalFullURL, getParameter, getPrincipalPropertyHashValues, getPrincipalPropertyValue, getPrincipalPropertyValue, getSessionTimeout, getSingleParameter, getThis, getToolId, getToolLocales, getURLBase, getUserName, hasAccessTo, hasAccessTo, rollbackTransaction, setColorScheme, setLanguageCode, setToolId |
| Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction |
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getHttpSession, getInfoGluePrincipal, getLocalizedString, getRequest, getResponse, getRoot, getSession, setCommand, setError, setServletRequest, setServletResponse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageEditorAction
public ImageEditorAction()
doExecute
public java.lang.String doExecute()
throws java.lang.Exception
- Description copied from class:
WebworkAbstractAction
- Subclasses implement this
- Specified by:
doExecute in class WebworkAbstractAction
- Throws:
java.lang.Exception
doResize
public java.lang.String doResize()
throws java.lang.Exception
- Throws:
java.lang.Exception
doCrop
public java.lang.String doCrop()
throws java.lang.Exception
- Throws:
java.lang.Exception
doSave
public java.lang.String doSave()
throws java.lang.Exception
- Throws:
java.lang.Exception
setDigitalAssetKey
public void setDigitalAssetKey(java.lang.String digitalAssetKey)
getDefinedAssetKeys
public java.util.List getDefinedAssetKeys()
getDigitalAssetId
public java.lang.Integer getDigitalAssetId()
setDigitalAssetId
public void setDigitalAssetId(java.lang.Integer digitalAssetId)
getDigitalAssetKey
public java.lang.String getDigitalAssetKey()
getIsUpdated
public boolean getIsUpdated()
getContentVersionId
public java.lang.Integer getContentVersionId()
setContentVersionId
public void setContentVersionId(java.lang.Integer contentVersionId)
getCloseOnLoad
public java.lang.String getCloseOnLoad()
setCloseOnLoad
public void setCloseOnLoad(java.lang.String closeOnLoad)
getModifiedFileUrl
public java.lang.String getModifiedFileUrl()
getXpos1
public int getXpos1()
setXpos1
public void setXpos1(int xpos1)
getXpos2
public int getXpos2()
setXpos2
public void setXpos2(int xpos2)
getYpos1
public int getYpos1()
setYpos1
public void setYpos1(int ypos1)
getYpos2
public int getYpos2()
setYpos2
public void setYpos2(int ypos2)
getWorkingFileName
public java.lang.String getWorkingFileName()
setWorkingFileName
public void setWorkingFileName(java.lang.String workingFileName)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
setKeepRatio
public void setKeepRatio(java.lang.String keepRatio)
setBestFit
public void setBestFit(java.lang.String bestFit)
Copyright © 2005 InfoGlue.org All Rights Reserved.