net.sf.sail.webapp.presentation.web.controllers.offerings
Class OfferingListController
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.springframework.web.servlet.mvc.AbstractController
net.sf.sail.webapp.presentation.web.controllers.offerings.OfferingListController
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.mvc.Controller
public class OfferingListController
- extends org.springframework.web.servlet.mvc.AbstractController
- Version:
- $Id$
Puts offering details into the model to be retrieved and displayed on
offeringlist.jsp
- Author:
- Cynick Young
| Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator |
METHOD_GET, METHOD_HEAD, METHOD_POST |
| Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
logger |
| Methods inherited from class org.springframework.web.servlet.mvc.AbstractController |
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession |
| Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator |
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader |
| Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTP_TRANSPORT_KEY
protected static final String HTTP_TRANSPORT_KEY
- See Also:
- Constant Field Values
OFFERING_LIST_KEY
protected static final String OFFERING_LIST_KEY
- See Also:
- Constant Field Values
WORKGROUP_MAP_KEY
protected static final String WORKGROUP_MAP_KEY
- See Also:
- Constant Field Values
REQUEST_PARAMETER_KEY_ERROR
public static final String REQUEST_PARAMETER_KEY_ERROR
- See Also:
- Constant Field Values
REQUEST_PARAMETER_VALUE_ERROR
public static final String REQUEST_PARAMETER_VALUE_ERROR
- See Also:
- Constant Field Values
ERROR_MODEL_NAME
protected static final String ERROR_MODEL_NAME
- See Also:
- Constant Field Values
ERROR_MODEL_OBJECT
protected static final Object ERROR_MODEL_OBJECT
OfferingListController
public OfferingListController()
handleRequestInternal
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
throws Exception
- Specified by:
handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractController
- Throws:
Exception- See Also:
AbstractController.handleRequestInternal(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
setWorkgroupService
public void setWorkgroupService(WorkgroupService workgroupService)
- Parameters:
workgroupService - the workgroupService to set
setOfferingService
public void setOfferingService(OfferingService offeringService)
- Parameters:
offeringService - the offeringService to set
setHttpRestTransport
public void setHttpRestTransport(HttpRestTransport httpRestTransport)
- Parameters:
httpRestTransport - the httpRestTransport to set
Copyright © 2012. All Rights Reserved.