photospace.web.spring
Class EditController

java.lang.Object
  extended byorg.springframework.context.support.ApplicationObjectSupport
      extended byorg.springframework.web.context.support.WebApplicationObjectSupport
          extended byorg.springframework.web.servlet.support.WebContentGenerator
              extended byorg.springframework.web.servlet.mvc.AbstractController
                  extended byorg.springframework.web.servlet.mvc.BaseCommandController
                      extended byorg.springframework.web.servlet.mvc.AbstractFormController
                          extended byphotospace.web.spring.EditController
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, org.springframework.web.servlet.mvc.Controller

public class EditController
extends org.springframework.web.servlet.mvc.AbstractFormController


Field Summary
static java.lang.String ROTATE_LEFT
           
static java.lang.String ROTATE_RIGHT
           
 
Fields inherited from class org.springframework.web.servlet.mvc.BaseCommandController
DEFAULT_COMMAND_NAME
 
Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator
HEADER_CACHE_CONTROL, HEADER_EXPIRES, HEADER_PRAGMA, METHOD_GET, METHOD_POST
 
Constructor Summary
EditController()
           
 
Method Summary
 void setFilesystem(FileSystem filesystem)
           
 void setPersister(Persister persister)
           
 void setSearcher(Searcher searcher)
           
 
Methods inherited from class org.springframework.web.servlet.mvc.AbstractFormController
setBindOnNewForm, setSessionForm
 
Methods inherited from class org.springframework.web.servlet.mvc.BaseCommandController
setCommandClass, setCommandName, setMessageCodesResolver, setValidateOnBinding, setValidator
 
Methods inherited from class org.springframework.web.servlet.mvc.AbstractController
handleRequest, setSynchronizeOnSession
 
Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator
setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseExpiresHeader
 
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, setApplicationContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROTATE_LEFT

public static final java.lang.String ROTATE_LEFT
See Also:
Constant Field Values

ROTATE_RIGHT

public static final java.lang.String ROTATE_RIGHT
See Also:
Constant Field Values
Constructor Detail

EditController

public EditController()
Method Detail

setPersister

public void setPersister(Persister persister)

setFilesystem

public void setFilesystem(FileSystem filesystem)

setSearcher

public void setSearcher(Searcher searcher)