org.shept.org.springframework.web.servlet.mvc.delegation.component
Class FilteredListComponent
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.shept.org.springframework.web.servlet.mvc.delegation.component.AbstractComponent
org.shept.org.springframework.web.servlet.mvc.delegation.component.FilteredListComponent
- All Implemented Interfaces:
- WebComponent, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware
public class FilteredListComponent
- extends AbstractComponent
- implements WebComponent
- Version:
- $$Id: FilteredListComponent.java 110 2011-02-21 09:16:15Z aha $$
- Author:
- Andi
|
Field Summary |
protected org.springframework.dao.support.DaoSupport |
dao
|
| 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.shept.org.springframework.web.servlet.mvc.delegation.component.AbstractComponent |
getAnchorPrefix, getMappings, getResources, hasErrorsInPath, initApplicationContext, isCopyResources, modelRedirect, modelRedirect, modelRedirectClip, modelUnhandled, modelWithErrors, setAnchorPrefix, setCopyResources, setMappings, setResources, supportedActions, supportsAction |
| 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, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dao
protected org.springframework.dao.support.DaoSupport dao
FilteredListComponent
public FilteredListComponent()
excecuteAction
public org.springframework.web.servlet.ModelAndView excecuteAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ComponentToken token)
throws Exception
- Specified by:
excecuteAction in interface WebComponent
- Throws:
Exception
doActionInternal
protected org.springframework.web.servlet.ModelAndView doActionInternal(javax.servlet.http.HttpServletRequest request,
ComponentToken token)
throws Exception
- Throws:
Exception
getDefaultMappings
public Map<String,String> getDefaultMappings()
- Specified by:
getDefaultMappings in class AbstractComponent
supports
public boolean supports(Object commandObject)
- Specified by:
supports in interface WebComponent
getDao
public org.springframework.dao.support.DaoSupport getDao()
- Returns:
- the dao
setDao
public void setDao(org.springframework.dao.support.DaoSupport dao)
- Parameters:
dao - the dao to set
Copyright © 2011. All Rights Reserved.