org.shept.org.springframework.web.servlet.mvc.delegation.component
public class PagedListComponent extends AbstractComponent implements WebComponent
ANCHOR_PREFIX| Constructor and Description |
|---|
PagedListComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
doActionInternal(javax.servlet.http.HttpServletRequest request,
ComponentToken token) |
org.springframework.web.servlet.ModelAndView |
excecuteAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ComponentToken token) |
Map<String,String> |
getDefaultMappings() |
private void |
resort(PageableList<?> pagedList,
String columnName,
boolean asc) |
boolean |
supports(Object commandObject) |
getAnchorPrefix, getMappings, getResources, hasErrorsInPath, initApplicationContext, isCopyResources, modelRedirect, modelRedirect, modelRedirectClip, modelUnhandled, modelWithErrors, setAnchorPrefix, setCopyResources, setMappings, setResources, supportedActions, supportsActionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextgetApplicationContext, getMessageSourceAccessor, requiredContextClass, setApplicationContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMappings, supportedActions, supportsActionpublic org.springframework.web.servlet.ModelAndView excecuteAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ComponentToken token)
throws Exception
excecuteAction in interface WebComponentExceptionprotected org.springframework.web.servlet.ModelAndView doActionInternal(javax.servlet.http.HttpServletRequest request,
ComponentToken token)
throws Exception
Exceptionprivate void resort(PageableList<?> pagedList, String columnName, boolean asc)
public Map<String,String> getDefaultMappings()
getDefaultMappings in class AbstractComponentpublic boolean supports(Object commandObject)
supports in interface WebComponentCopyright © 2014. All Rights Reserved.