public class RootManFormController
extends BSAccountSimpleFormController
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
RootManFormController() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
formBackingObject(javax.servlet.http.HttpServletRequest request) |
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)
Set the reference to the PicMan Database
|
public void setDatabase(DatabaseFacade dbf)
dbf
- The DatabaseFacadeprotected java.lang.Object formBackingObject(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
java.lang.Exception
protected void onBindAndValidate(javax.servlet.http.HttpServletRequest request, java.lang.Object command, BindException errors) throws java.lang.Exception
java.lang.Exception
protected java.util.Map<java.lang.String,java.lang.Object> referenceData(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
java.lang.Exception
protected 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