public class MosaicDisplayConfigFormController
extends BSAccountSimpleFormController
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
MosaicDisplayConfigFormController() |
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 |
setPicMan(PicManFacade pmf)
Set the reference to the PicMan API.
|
public void setPicMan(PicManFacade pmf)
pmf
- The PicManFacadeprotected 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