public class ScanForNewPicsFormController
extends BSAccountSimpleFormController
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
Logger for this class and subclasses
|
| Constructor and Description |
|---|
ScanForNewPicsFormController() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
formBackingObject(javax.servlet.http.HttpServletRequest request) |
PicManFacade |
getPicMan() |
protected void |
onBindAndValidate(javax.servlet.http.HttpServletRequest request,
java.lang.Object command,
BindException errors) |
protected ModelAndView |
onSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object command,
BindException errors) |
protected java.util.Map<java.lang.String,java.lang.Object> |
referenceData(javax.servlet.http.HttpServletRequest request) |
void |
setPicMan(PicManFacade pmf) |
protected final org.apache.commons.logging.Log logger
public void setPicMan(PicManFacade pmf)
public PicManFacade getPicMan()
protected void onBindAndValidate(javax.servlet.http.HttpServletRequest request,
java.lang.Object command,
BindException errors)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.Object formBackingObject(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.Map<java.lang.String,java.lang.Object> referenceData(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
java.lang.Exceptionprotected ModelAndView onSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object command,
BindException errors)
throws java.lang.Exception
java.lang.Exception