public class SearchController
extends org.springframework.web.servlet.mvc.BaseCommandController
SearchController class.
Modifier and Type | Field and Description |
---|---|
static String |
SEARCH_CASE_SENSITIVE
Constant
SEARCH_CASE_SENSITIVE="search.checked" |
DEFAULT_COMMAND_NAME
Constructor and Description |
---|
SearchController()
Constructor for SearchController.
|
Modifier and Type | Method and Description |
---|---|
String |
getCriteria()
Getter for the field
criteria . |
String |
getType()
Getter for the field
type . |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setCriteria(String criteria)
Setter for the field
criteria . |
void |
setType(String type)
Setter for the field
type . |
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommand, 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, useDirectFieldAccess
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
public static final String SEARCH_CASE_SENSITIVE
SEARCH_CASE_SENSITIVE="search.checked"
public void setType(String type)
Setter for the field type
.
type
- a String
object.public void setCriteria(String criteria)
Setter for the field criteria
.
criteria
- a String
object.protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
handleRequestInternal
in class org.springframework.web.servlet.mvc.AbstractController
Exception
Copyright © 2015 SeqWare. All rights reserved.