org.infoglue.cms.applications.contenttool.actions
Class ImageEditorAction

java.lang.Object
  extended by org.infoglue.cms.applications.common.actions.WebworkAbstractAction
      extended by org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
          extended by 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

Field Summary
 
Fields inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
colorScheme
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ImageEditorAction()
           
 
Method Summary
 java.lang.String doCrop()
           
 java.lang.String doExecute()
          Subclasses implement this
 java.lang.String doResize()
           
 java.lang.String doSave()
           
 java.lang.String getCloseOnLoad()
           
 java.lang.Integer getContentVersionId()
           
 java.util.List getDefinedAssetKeys()
           
 java.lang.Integer getDigitalAssetId()
           
 java.lang.String getDigitalAssetKey()
           
 int getHeight()
           
 boolean getIsUpdated()
           
 java.lang.String getModifiedFileUrl()
           
 int getWidth()
           
 java.lang.String getWorkingFileName()
           
 int getXpos1()
           
 int getXpos2()
           
 int getYpos1()
           
 int getYpos2()
           
 void setBestFit(java.lang.String bestFit)
           
 void setCloseOnLoad(java.lang.String closeOnLoad)
           
 void setContentVersionId(java.lang.Integer contentVersionId)
           
 void setDigitalAssetId(java.lang.Integer digitalAssetId)
           
 void setDigitalAssetKey(java.lang.String digitalAssetKey)
           
 void setHeight(int height)
           
 void setKeepRatio(java.lang.String keepRatio)
           
 void setWidth(int width)
           
 void setWorkingFileName(java.lang.String workingFileName)
           
 void setXpos1(int xpos1)
           
 void setXpos2(int xpos2)
           
 void setYpos1(int ypos1)
           
 void setYpos2(int ypos2)
           
 
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
 

Constructor Detail

ImageEditorAction

public ImageEditorAction()
Method Detail

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.