public class SpinContactsFormController
extends BSAccountSimpleFormController
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
SpinContactsFormController() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
formBackingObject(javax.servlet.http.HttpServletRequest request) |
DatabaseFacade |
getDatabase() |
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 |
setDatabase(DatabaseFacade dbf) |
void |
setPicMan(PicManFacade pmf) |
public void setPicMan(PicManFacade pmf)
public PicManFacade getPicMan()
public void setDatabase(DatabaseFacade dbf)
public DatabaseFacade getDatabase()
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