public class DataSourceListController
extends com.serotonin.web.util.PaginatedListController
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DataSourceListController.DataSourceComparator |
DEFAULT_COMMAND_NAME| Constructor and Description |
|---|
DataSourceListController() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getCommand(javax.servlet.http.HttpServletRequest request) |
protected com.serotonin.web.util.PaginatedData |
getData(javax.servlet.http.HttpServletRequest request,
com.serotonin.web.util.PagingDataForm paging,
org.springframework.validation.BindException errors) |
private void |
sortData(java.util.ResourceBundle bundle,
java.util.List<ListParent<DataSourceVO<?>,DataPointVO>> data,
com.serotonin.web.util.PagingDataForm paging) |
getData, handle, referenceData, setViewNamehandleRequestInternalbindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, getWebBindingInitializer, initApplicationContext, initBinder, isValidateOnBinding, onBind, onBind, onBindAndValidate, prepareBinder, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators, setWebBindingInitializer, suppressBinding, suppressValidation, suppressValidation, suppressValidation, useDirectFieldAccesshandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected com.serotonin.web.util.PaginatedData getData(javax.servlet.http.HttpServletRequest request,
com.serotonin.web.util.PagingDataForm paging,
org.springframework.validation.BindException errors)
throws java.lang.Exception
getData in class com.serotonin.web.util.PaginatedListControllerjava.lang.Exceptionprivate void sortData(java.util.ResourceBundle bundle,
java.util.List<ListParent<DataSourceVO<?>,DataPointVO>> data,
com.serotonin.web.util.PagingDataForm paging)
protected java.lang.Object getCommand(javax.servlet.http.HttpServletRequest request)
getCommand in class org.springframework.web.servlet.mvc.BaseCommandController