- cacheForSeconds(HttpServletResponse, int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set HTTP headers to allow caching for the given number of seconds.
- cacheForSeconds(HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set HTTP headers to allow caching for the given number of seconds.
- CallableMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
- CallableMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
-
- canHandle(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Indicates whether or not this
ViewResolver
can
handle the supplied view name.
- changeLocale(Locale) - Method in class org.springframework.web.servlet.support.RequestContext
-
Change the current locale to the specified one,
storing the new locale through the configured
LocaleResolver
.
- changeLocale(Locale, TimeZone) - Method in class org.springframework.web.servlet.support.RequestContext
-
Change the current locale to the specified locale and time zone context,
storing the new locale context through the configured
LocaleResolver
.
- changeTheme(Theme) - Method in class org.springframework.web.servlet.support.RequestContext
-
Change the current theme to the specified one,
storing the new theme name through the configured
ThemeResolver
.
- changeTheme(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Change the current theme to the specified theme by name,
storing the new theme name through the configured
ThemeResolver
.
- checkAndPrepare(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Check and prepare the given request and response according to the settings
of this generator.
- checkAndPrepare(HttpServletRequest, HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Check and prepare the given request and response according to the settings
of this generator.
- CheckboxesTag - Class in org.springframework.web.servlet.tags.form
-
Databinding-aware JSP tag for rendering multiple HTML 'input
'
elements with a 'type
' of 'checkbox
'.
- CheckboxesTag() - Constructor for class org.springframework.web.servlet.tags.form.CheckboxesTag
-
- CheckboxTag - Class in org.springframework.web.servlet.tags.form
-
Databinding-aware JSP tag for rendering an HTML 'input
'
element with a 'type
' of 'checkbox
'.
- CheckboxTag() - Constructor for class org.springframework.web.servlet.tags.form.CheckboxTag
-
- checkMultipart(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Convert the request into a multipart request, and make multipart resolver available.
- checkResource(Locale) - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
-
Check whether the underlying resource that the configured URL points to
actually exists.
- checkResource(Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Check that the FreeMarker template used for this view exists and is valid.
- checkResource(Locale) - Method in class org.springframework.web.servlet.view.tiles2.TilesView
-
- checkResource(Locale) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
-
- checkResource(Locale) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Overrides VelocityView.checkTemplate()
to additionally check
that both the layout template and the screen content template can be loaded.
- checkResource(Locale) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Check that the Velocity template used for this view exists and is valid.
- CLASS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- cleanupMultipart(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Clean up any resources used by the given multipart request (if any).
- clear() - Method in class org.springframework.web.servlet.ModelAndView
-
Clear the state of this ModelAndView object.
- clearCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Clear the entire view cache, removing all cached view objects.
- COLS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
-
- combine(CompositeRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
If one instance is empty, return the other.
- combine(ConsumesRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Returns the "other" instance if it has any expressions; returns "this"
instance otherwise.
- combine(HeadersRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
Returns a new instance with the union of the header expressions
from "this" and the "other" instance.
- combine(ParamsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
Returns a new instance with the union of the param expressions
from "this" and the "other" instance.
- combine(PatternsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
Returns a new instance with URL patterns from the current instance ("this") and
the "other" instance as follows:
If there are patterns in both instances, combine the patterns in "this" with
the patterns in "other" using PathMatcher.combine(String, String)
.
- combine(ProducesRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Returns the "other" instance if it has any expressions; returns "this"
instance otherwise.
- combine(T) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
-
Defines the rules for combining this condition (i.e.
- combine(RequestConditionHolder) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
Combine the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type.
- combine(RequestMethodsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
Returns a new instance with a union of the HTTP request methods
from "this" and the "other" instance.
- combine(RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Combines "this" request mapping info (i.e.
- compareTo(FlashMap) - Method in class org.springframework.web.servlet.FlashMap
-
Compare two FlashMaps and prefer the one that specifies a target URL
path or has more target URL parameters.
- compareTo(CompositeRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
If one instance is empty, the other "wins".
- compareTo(ConsumesRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Returns:
0 if the two conditions have the same number of expressions
Less than 0 if "this" has more or more specific media type expressions
Greater than 0 if "other" has more or more specific media type expressions
- compareTo(HeadersRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
Returns:
0 if the two conditions have the same number of header expressions
Less than 0 if "this" instance has more header expressions
Greater than 0 if the "other" instance has more header expressions
- compareTo(ParamsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
Returns:
0 if the two conditions have the same number of parameter expressions
Less than 0 if "this" instance has more parameter expressions
Greater than 0 if the "other" instance has more parameter expressions
- compareTo(PatternsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
Compare the two conditions based on the URL patterns they contain.
- compareTo(ProducesRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Compares this and another "produces" condition as follows:
Sort 'Accept' header media types by quality value via
MediaType.sortByQualityValue(List)
and iterate the list.
- compareTo(T, HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
-
Compares this condition to another condition in the context of
a specific request.
- compareTo(RequestConditionHolder, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
Compare the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type.
- compareTo(RequestMethodsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
Returns:
0 if the two conditions contain the same number of HTTP request methods
Less than 0 if "this" instance has an HTTP request method but "other" doesn't
Greater than 0 "other" has an HTTP request method but "this" doesn't
- compareTo(RequestMappingInfo, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Compares "this" info (i.e.
- CompositeRequestCondition - Class in org.springframework.web.servlet.mvc.condition
-
Implements the
RequestCondition
contract by delegating to multiple
RequestCondition
types and using a logical conjunction (' && ') to
ensure all conditions match a given request.
- CompositeRequestCondition(RequestCondition<?>...) - Constructor for class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
Create an instance with 0 or more RequestCondition
types.
- ConfigurableJasperReportsView - Class in org.springframework.web.servlet.view.jasperreports
-
Configurable JasperReports View, allowing to specify the JasperReports exporter
to be specified through bean properties rather than through the view class name.
- ConfigurableJasperReportsView() - Constructor for class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
-
- configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Override this method to configure asynchronous request processing options.
- configureAsyncSupport(AsyncSupportConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Configure asynchronous request handling options.
- configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
Configure asynchronous request handling options.
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Override this method to configure content negotiation.
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Configure content negotiation options.
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
Configure content negotiation options.
- configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Override this method to configure "default" Servlet handling.
- configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Configure a handler to delegate unhandled requests by forwarding to the
Servlet container's "default" servlet.
- configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
Configure a handler to delegate unhandled requests by forwarding to the
Servlet container's "default" servlet.
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
- configureIndentation(Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Configure the indentation settings for the supplied
Transformer
.
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Configure the HttpMessageConverter
s to use in argument resolvers
and return value handlers that support reading and/or writing to the
body of the request and response.
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
Configure the HttpMessageConverter
s to use in argument resolvers
and return value handlers that support reading and/or writing to the
body of the request and response.
- configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Override this method to configure path matching options.
- configurePathMatch(PathMatchConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Configure path matching options.
- configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
Configure path matching options.
- configureResponse(Map<String, Object>, HttpServletResponse, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
- configureTransformer(Map<String, Object>, HttpServletResponse, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
- ConsumesRequestCondition - Class in org.springframework.web.servlet.mvc.condition
-
A logical disjunction (' || ') request condition to match a request's
'Content-Type' header to a list of media type expressions.
- ConsumesRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Creates a new instance from 0 or more "consumes" expressions.
- ConsumesRequestCondition(String[], String[]) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Creates a new instance with "consumes" and "header" expressions.
- CONTENT_DISPOSITION_INLINE - Static variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
The default Content-Disposition header.
- ContentNegotiatingViewResolver - Class in org.springframework.web.servlet.view
-
Implementation of
ViewResolver
that resolves a view based on the request file name or
Accept
header.
- ContentNegotiatingViewResolver() - Constructor for class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- ContentNegotiationConfigurer - Class in org.springframework.web.servlet.config.annotation
-
Helps with configuring a ContentNegotiationManager
.
- ContentNegotiationConfigurer(ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
- contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-
- Controller - Interface in org.springframework.web.servlet.mvc
-
Base Controller interface, representing a component that receives
HttpServletRequest
and HttpServletResponse
instances just like a HttpServlet
but is able to
participate in an MVC workflow.
- controller(Class<T>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
Return a "mock" controller instance.
- ControllerBeanNameHandlerMapping - Class in org.springframework.web.servlet.mvc.support
-
Implementation of
HandlerMapping
that
follows a simple convention for generating URL path mappings from the
bean names
of registered
Controller
beans
as well as
@Controller
annotated beans.
- ControllerBeanNameHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
-
- ControllerClassNameHandlerMapping - Class in org.springframework.web.servlet.mvc.support
-
Implementation of
HandlerMapping
that
follows a simple convention for generating URL path mappings from the
class names
of registered
Controller
beans
as well as
@Controller
annotated beans.
- ControllerClassNameHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
- ConversionServiceExposingInterceptor - Class in org.springframework.web.servlet.handler
-
Interceptor that places the configured ConversionService
in request scope
so it's available during request processing.
- ConversionServiceExposingInterceptor(ConversionService) - Constructor for class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
-
- convertExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Converts the exporter parameters passed in by the user which may be keyed
by String
s corresponding to the fully qualified name of the
JRExporterParameter
into parameters which are keyed by
JRExporterParameter
.
- convertParameterValue(JRExporterParameter, Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Convert the supplied parameter value into the actual type required by the
corresponding JRExporterParameter
.
- convertReportData(Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Convert the given report data value to a JRDataSource
.
- convertSource(Object) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
- convertToDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get a display String for the given value, converted by a PropertyEditor
that the BindStatus may have registered for the value's Class.
- convertToExporterParameter(String) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Convert the given fully qualified field name to a corresponding
JRExporterParameter instance.
- CookieLocaleResolver - Class in org.springframework.web.servlet.i18n
-
LocaleResolver
implementation that uses a cookie sent back to the user
in case of a custom setting, with a fallback to the specified default locale
or the request's accept-header locale.
- CookieLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- CookieThemeResolver - Class in org.springframework.web.servlet.theme
-
ThemeResolver
implementation that uses a cookie sent back to the user
in case of a custom setting, with a fallback to the default theme.
- CookieThemeResolver() - Constructor for class org.springframework.web.servlet.theme.CookieThemeResolver
-
- copyModelParameters(Map<String, Object>, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
- copyOutputProperties(Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
- createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
-
Instantiate the model attribute from a URI template variable or from a
request parameter if the name matches to the model attribute name and
if there is an appropriate type conversion strategy.
- createAttributeFromRequestValue(String, String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
-
Create a model attribute from a String request value (e.g.
- createBinder(HttpServletRequest, Object, String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Template method for creating a new ServletRequestDataBinder instance.
- createBinder(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Create a new binder instance for the given command and request.
- createBinderInstance(Object, String, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
-
- createDataBinderFactory(List<InvocableHandlerMethod>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Template method to create a new InitBinderDataBinderFactory instance.
- createDefaultStrategy(ApplicationContext, Class<?>) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Create a default strategy.
- createEnvironment() - Method in class org.springframework.web.servlet.HttpServletBean
-
Create and return a new StandardServletEnvironment
.
- createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
-
Create a JasperReports exporter for a specific output format,
which will be used to render the report to the HTTP response.
- createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
-
Returns a new instance of the specified JRExporter
class.
- createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
-
- createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
-
- createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
-
- createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
-
- createHandlerMethod(Object, Method) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Create the HandlerMethod instance.
- createHttpInputMessage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Template method for creating a new HttpInputMessage instance.
- createHttpOutputMessage(HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Template method for creating a new HttpOutputMessage instance.
- createInputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Create a new HttpInputMessage
from the given NativeWebRequest
.
- createMergedOutputModel(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
Creates a combined output Map (never null
) that includes dynamic values and static attributes.
- createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
-
- createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-
- createOutputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Creates a new HttpOutputMessage
from the given NativeWebRequest
.
- createQueryString(List<Param>, Set<String>, boolean) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Build the query string from available parameters that have not already
been applied as template params.
- createReport(JRDataSourceProvider) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Create a report using the given provider.
- createRequestContext(HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in class org.springframework.web.servlet.view.AbstractView
-
Create a RequestContext to expose under the specified attribute name.
- createRequestMappingInfo(RequestMapping, RequestCondition<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Created a RequestMappingInfo from a RequestMapping annotation.
- createResult(HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Create the XSLT
Result
used to render the result of the transformation.
- createRootApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
- createServletApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
Create a servlet application context to be provided to the DispatcherServlet
.
- createServletApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
Create a servlet application context to be provided to the DispatcherServlet
.
- createTagWriter() - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Create the
TagWriter
which all output will be written to.
- createTargetUrl(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.RedirectView
-
Creates the target URL by checking if the redirect string is a URI template first,
expanding it with the given model, and then optionally appending simple type model
attributes as query String parameters.
- createTemporaryOutputStream() - Method in class org.springframework.web.servlet.view.AbstractView
-
Create a temporary OutputStream for this view.
- createTilesInitializer() - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Creates a new instance of SpringTilesInitializer
.
- createTilesRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
-
- createTransformer(Templates) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Create the
Transformer
instance used to prefer the XSLT transformation.
- createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
-
Overridden to create a ChainedContext, which is part of the view package
of Velocity Tools, as special context.
- createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Create a Velocity Context instance for the given model,
to be passed to the template for merging.
- createVelocityContext(Map<String, Object>) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Create a Velocity Context instance for the given model,
to be passed to the template for merging.
- createView(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Create the actual View object.
- createView(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Overridden to implement check for "redirect:" prefix.
- createWebApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Instantiate the WebApplicationContext for this servlet, either a default
XmlWebApplicationContext
or a
custom context class
, if set.
- createWebApplicationContext(WebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Instantiate the WebApplicationContext for this servlet, either a default
XmlWebApplicationContext
or a
custom context class
, if set.
- customizeRegistration(ServletRegistration.Dynamic) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
- generatePathMapping(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
-
Prepends a '/' if required and appends the URL suffix to the name.
- generatePathMappings(Class<?>) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
Generate the actual URL paths for the given controller class.
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return whether this view generates download content
(typically binary content like PDF or Excel files).
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
-
Deprecated.
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
-
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
-
- generatesDownloadContent() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
- getAcceptCharset() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'acceptCharset
' attribute.
- getAccesskey() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the 'accesskey
' attribute.
- getAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'action
' attribute.
- getActualValue() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the actual value of the field, i.e.
- getAdaptedInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getAlt() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'alt
' attribute.
- getApplicationContext() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getArgumentValues() - Method in interface org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
-
- getAttributesMap() - Method in class org.springframework.web.servlet.view.AbstractView
-
Allow Map access to the static attributes of this view,
with the option to add or override specific entries.
- getAttributesMap() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Allow Map access to the static attributes for views returned by
this resolver, with the option to add or override specific entries.
- getAutocomplete() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'autocomplete
' attribute.
- getAutocomplete() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'autocomplete
' attribute.
- getBeanFactory() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the owning factory of this bean instance, or null
.
- getBeanName() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return the view's name.
- getBindStatus(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
- getBindStatus(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
- getBindStatus() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- getBindStatus() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
- getBindStatus() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- getBoundValue() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get the bound value.
- getBundle(String, Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Obtain the resource bundle for the given basename and
Locale
.
- getBundleClassLoader() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return the cache key for the given view name and the given locale.
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
This implementation returns just the view name,
as this ViewResolver doesn't support localized resolution.
- getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
This implementation returns just the view name,
as XmlViewResolver doesn't support localized resolution.
- getCacheLimit() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return the maximum number of entries for the view cache.
- getCacheSeconds() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Return the number of seconds that content is cached.
- getCallableInterceptors() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
- getCell(HSSFSheet, int, int) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Convenient method to obtain the cell in the given sheet, row and column.
- getCols() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Get the value of the 'cols
' attribute.
- getCommandName(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Return the command name to use for the given command object.
- getCommandName() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the name of the form attribute in the model.
- getCondition() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
Return the held request condition, or null
if not holding one.
- getConditions() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
Return the underlying conditions, possibly empty but never null
.
- getConfigurableWebBindingInitializer() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Return the ConfigurableWebBindingInitializer
to use for
initializing all WebDataBinder
instances.
- getConfiguration() - Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
-
Return the FreeMarker Configuration object for the current
web application context.
- getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Return the Configuration object wrapped by this bean.
- getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Return the FreeMarker configuration used by this view.
- getConfiguredUriComponentsContributor() - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- getConsumableMediaTypes() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Returns the media types for this condition excluding negated expressions.
- getConsumesCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the "consumes" condition of this
RequestMappingInfo
;
or instance with 0 consumes expressions, never
null
.
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
-
Return the discrete items a request condition is composed of.
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
- getContent() - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
- getContentDispositionMappings() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Return the mappings of Content-Disposition
header values to
mapping keys.
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Return the configured ContentNegotiationManager
instance
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return the configured ContentNegotiationManager
.
- getContentNegotiationManager() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Return the configured ContentNegotiationManager
.
- getContentType() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return the content type for this view.
- getContentType() - Method in interface org.springframework.web.servlet.View
-
Return the content type of the view, if predetermined.
- getContentType() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the content type for all views, if any.
- getContextAttribute() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
that this servlet is supposed to use.
- getContextClass() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the custom context class.
- getContextConfigLocation() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the explicit context config location, if any.
- getContextId() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the custom WebApplicationContext id, if any.
- getContextPath() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the context path of the original request, that is, the path that
indicates the current web application.
- getContextUrl(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Return a context-aware URl for the given relative URL.
- getContextUrl(String, Map<String, ?>) - Method in class org.springframework.web.servlet.support.RequestContext
-
Return a context-aware URl for the given relative URL with placeholders (named keys with braces {}
).
- getControllerMethod() - Method in interface org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
-
- getConvertedExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Allows subclasses to retrieve the converted exporter parameters.
- getCssClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'class
' attribute.
- getCssErrorClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
The CSS class to use when the field bound to a particular tag has errors.
- getCssStyle() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'style
' attribute.
- getCurrentRequest() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Obtain the request through RequestContextHolder
.
- getCustomArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return the custom argument resolvers, or null
.
- getCustomArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the custom argument resolvers, or null
.
- getCustomCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
- getCustomMethodCondition(Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Provide a custom method-level request condition.
- getCustomReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return the custom return value handlers, or null
.
- getCustomReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the custom return value handlers, or null
.
- getCustomTypeCondition(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Provide a custom type-level request condition.
- getDefaultArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getDefaultHandler() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Return the default handler for this handler mapping,
or null
if none.
- getDefaultHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the default HTML escape setting, differentiating between no default specified and an explicit value.
- getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
-
Return the default Locale that this resolver is supposed to fall back to, if any.
- getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Return the fixed Locale that this resolver will return if no cookie found,
if any.
- getDefaultMediaTypes() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getDefaultReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getDefaultStrategies(ApplicationContext, Class<T>) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Create a List of default strategy objects for the given strategy interface.
- getDefaultStrategy(ApplicationContext, Class<T>) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Return the default strategy object for the given strategy interface.
- getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
-
Return the name of the default theme.
- getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
Return the name of the default theme.
- getDefaultTimeZone() - Method in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
Return the default TimeZone that this resolver is supposed to fall back to, if any.
- getDefaultTimeZone() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Return the fixed TimeZone that this resolver will return if no cookie found,
if any.
- getDefaultValue() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Return the default value.
- getDefaultViewName(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Translate the supplied request into a default view name.
- getDeferredResultInterceptors() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
- getDelimiter() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Return the delimiter to be used between each
'input type="radio"
' tag.
- getDelimiter() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Return the delimiter to be used between error messages.
- getDepth(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Return the depth to the superclass matching.
- getDir() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'dir
' attribute.
- getDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Get the display value of the supplied Object
, HTML escaped
as required.
- getDisplayString(Object, PropertyEditor) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Get the display value of the supplied Object
, HTML escaped
as required.
- getDisplayValue() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return a suitable display value for the field, i.e.
- getDynamicAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the map of dynamic attributes.
- getEditor() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the PropertyEditor for the property that this bind status
is currently bound to.
- getEditor() - Method in class org.springframework.web.servlet.tags.BindTag
-
- getEditor() - Method in interface org.springframework.web.servlet.tags.EditorAwareTag
-
Retrieve the PropertyEditor for the property that this tag is
currently bound to.
- getEditor() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- getElement() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Get the HTML element used to enclose
'input type="checkbox/radio"
' tag.
- getElement() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Get the HTML element must be used to render the error messages.
- getEncoding() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Return the encoding for the FreeMarker template.
- getEncoding() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Return the JsonEncoding
for this view.
- getEncoding() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Return the JsonEncoding
for this view.
- getEncoding() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Return the encoding for the Velocity template.
- getEnctype() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'enctype
' attribute.
- getEnvironment() - Method in class org.springframework.web.servlet.HttpServletBean
- getErrorCode() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the first error codes for the field or object, if any.
- getErrorCodes() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the error codes for the field or object, if any.
- getErrorMessage() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the first error message for the field or object, if any.
- getErrorMessages() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the resolved error messages for the field or object,
if any.
- getErrorMessagesAsString(String) - Method in class org.springframework.web.servlet.support.BindStatus
-
Return an error message string, concatenating all messages
separated by the given delimiter.
- getErrors() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the Errors instance (typically a BindingResult) that this
bind status is currently associated with.
- getErrors(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the Errors instance for the given bind object, using the "defaultHtmlEscape" setting.
- getErrors(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the Errors instance for the given bind object.
- getErrors() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
-
Retrieve the Errors instance that this tag is currently bound to.
- getErrors() - Method in class org.springframework.web.servlet.tags.BindTag
-
Retrieve the Errors instance that this tag is currently bound to.
- getExceptionHandler(Throwable) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Determine the exception handler method for the given exception.
- getExceptionHandlerAdviceCache() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return an unmodifiable Map with the @ControllerAdvice
beans discovered in the ApplicationContext.
- getExceptionHandlerMethod(HandlerMethod, Exception) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Find an @ExceptionHandler
method for the given exception.
- getExceptionResolvers() - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
Return the list of exception resolvers to delegate to.
- getExporterParameter(Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Return a JRExporterParameter
for the given parameter object,
converting it from a String if necessary.
- getExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Return the exporter parameters that this view uses, if any.
- getExpression() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return a bind expression that can be used in HTML forms as input name
for the respective field, or null
if not field-specific.
- getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Return the contained MediaType expressions.
- getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
Return the contained request header expressions.
- getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
Return the contained request parameter expressions.
- getExpressions() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Return the contained "produces" expressions.
- getExtraHiddenFields(HttpServletRequest) - Method in interface org.springframework.web.servlet.support.RequestDataValueProcessor
-
Invoked after all form fields have been rendered.
- getFallbackLocale() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
-
This implementation checks for a JSTL locale attribute
in page, request, session or application scope; if not found,
returns the HttpServletRequest.getLocale()
.
- getFallbackLocale() - Method in class org.springframework.web.servlet.support.RequestContext
-
Determine the fallback locale for this context.
- getFallbackTheme() - Method in class org.springframework.web.servlet.support.RequestContext
-
Determine the fallback theme for this context.
- getFallbackTimeZone() - Method in class org.springframework.web.servlet.support.RequestContext
-
Determine the fallback time zone for this context.
- getFileExtensions() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Return the file extensions to use for suffix pattern matching.
- getFileTimestamp(String) - Method in class org.springframework.web.servlet.ResourceServlet
-
Return the file timestamp for the given resource.
- getFlashAttributes() - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
-
Return the attributes candidate for flash storage or an empty Map.
- getFlashAttributes() - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
-
Return the attributes candidate for flash storage or an empty Map.
- getFlashMapManager(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return the FlashMapManager instance to save flash attributes with
before a redirect.
- getFlashMapsMutex(HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
- getFlashMapsMutex(HttpServletRequest) - Method in class org.springframework.web.servlet.support.SessionFlashMapManager
-
Exposes the best available session mutex.
- getFlashMapTimeout() - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Return the amount of time in seconds before a FlashMap expires.
- getFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Get the value of the 'id
' attribute.
- getHandledExceptions(Method) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Returns all the exception classes handled by the given method.
- getHandler(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Return the HandlerExecutionChain for this request.
- getHandler(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Look up a handler for the given request, falling back to the default
handler if no specific one is found.
- getHandler() - Method in class org.springframework.web.servlet.HandlerExecutionChain
-
Return the handler object to execute.
- getHandler(HttpServletRequest) - Method in interface org.springframework.web.servlet.HandlerMapping
-
Return a handler and any interceptors for this request.
- getHandlerAdapter(Object) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Return the HandlerAdapter for this handler object.
- getHandlerExecutionChain(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Look up a handler for the given request, returning null
if no
specific one is found.
- getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Look up a handler method for the given request.
- getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Look up a handler for the URL path of the given request.
- getHandlerMap() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Return the registered handlers as an unmodifiable Map, with the registered path
as key and the handler object (or handler bean name in case of a lazy-init handler)
as value.
- getHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
-
- getHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
Return a handler mapping with the mapped resource handlers; or null
in case of no registrations.
- getHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
-
Returns a handler mapping with the mapped ViewControllers; or null
in case of no registrations.
- getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Retrieves the URL path to use for lookup and delegates to
getHandlerMethodNameForUrlPath
.
- getHandlerMethodName(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.multiaction.MethodNameResolver
-
Return a method name that can handle this request.
- getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
- getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Return a method name that can handle this request, based on the
given lookup path.
- getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Extracts the method name indicated by the URL path.
- getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
-
- getHandlerMethods() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Return a map with all handler methods and their mappings.
- getHeaders() - Method in exception org.springframework.web.servlet.NoHandlerFoundException
-
- getHeadersCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the "headers" condition of this
RequestMappingInfo
;
or instance with 0 header expressions, never
null
.
- getHttp11StatusCode(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.view.RedirectView
-
Determines the status code to use for HTTP 1.1 compatible requests.
- getHttpMethod() - Method in exception org.springframework.web.servlet.NoHandlerFoundException
-
- getId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get the value of the 'id
' attribute.
- getInitBinderArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getInputFlashMap(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return a read-only
Map
with "input" flash attributes saved on a
previous request.
- getInputType() - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Return the type of the HTML input element to generate:
"checkbox" or "radio".
- getInputType() - Method in class org.springframework.web.servlet.tags.form.CheckboxesTag
-
- getInputType() - Method in class org.springframework.web.servlet.tags.form.CheckboxTag
-
- getInputType() - Method in class org.springframework.web.servlet.tags.form.RadioButtonsTag
-
- getInputType() - Method in class org.springframework.web.servlet.tags.form.RadioButtonTag
-
- getInterceptor() - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
-
Returns the underlying interceptor.
- getInterceptor() - Method in class org.springframework.web.servlet.handler.MappedInterceptor
-
The actual Interceptor reference.
- getInterceptors() - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
-
Returns all registered interceptors.
- getInterceptors() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Provide access to the shared handler interceptors used to configure
HandlerMapping
instances with.
- getInterceptors() - Method in class org.springframework.web.servlet.HandlerExecutionChain
-
Return the array of interceptors to apply (in the given order).
- getItemLabel() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Get the value to be displayed as part of the
'input type="checkbox/radio"
' tag.
- getItemLabel() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Get the name of the property mapped to the label (inner text) of the
'option
' tag.
- getItemLabel() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Get the value of the 'itemLabel
' attribute.
- getItems() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Get the
Collection
,
Map
or array of objects
used to generate the '
input type="checkbox/radio"
' tags.
- getItems() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Get the
Collection
,
Map
or array
of objects used to generate the inner '
option
' tags.
- getItems() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Get the value of the 'items
' attribute.
- getItemValue() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Get the name of the property mapped to the 'value
' attribute
of the 'input type="checkbox/radio"
' tag.
- getItemValue() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Return the name of the property mapped to the 'value
'
attribute of the 'option
' tag.
- getItemValue() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Get the value of the 'itemValue
' attribute.
- getJdbcDataSource() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Return the javax.sql.DataSource
that this view uses, if any.
- getJstlAwareMessageSource(ServletContext, MessageSource) - Static method in class org.springframework.web.servlet.support.JstlUtils
-
Checks JSTL's "javax.servlet.jsp.jstl.fmt.localizationContext"
context-param and creates a corresponding child message source,
with the provided Spring-defined MessageSource as parent.
- getLabel() - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Get the value of the 'label
' attribute.
- getLabel() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Get the text body of the rendered HTML <option>
tag.
- getLang() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'lang
' attribute.
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- getLastModified(HttpServletRequest, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
-
Same contract as for HttpServlet's getLastModified
method.
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
This method always returns -1 since an annotated controller can have many methods,
each requiring separate lastModified calculations.
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
-
- getLastModified(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.LastModified
-
Same contract as for HttpServlet's getLastModified
method.
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
Same contract as for HttpServlet's getLastModified
method.
- getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Try to find an XXXXLastModified method, where XXXX is the name of a handler.
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.ResourceServlet
-
Return the last-modified timestamp of the file that corresponds
to the target resource URL (i.e.
- getLastModifiedInternal(HttpServletRequest, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
- getLastModifiedInternal(HttpServletRequest, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
This implementation always returns -1.
- getLocale() - Method in class org.springframework.web.servlet.handler.DispatcherServletWebRequest
-
- getLocale() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the current Locale (falling back to the request locale; never null
).
- getLocale(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Retrieve the current locale from the given request, using the
LocaleResolver bound to the request by the DispatcherServlet
(if available), falling back to the request's accept-header Locale.
- getLocaleResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return the LocaleResolver that has been bound to the request by the
DispatcherServlet.
- getMappedInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getMappingComparator(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Return a comparator for sorting matching mappings.
- getMappingComparator(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
-
Provide a Comparator to sort RequestMappingInfos matched to a request.
- getMappingForMethod(Method, Class<?>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Provide the mapping for a handler method.
- getMappingForMethod(Method, Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Uses method and type-level @RequestMapping
annotations to create
the RequestMappingInfo.
- getMappingPathPatterns(T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Extract and return the URL paths contained in a mapping.
- getMappingPathPatterns(RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
-
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
Delegate to all contained conditions to match the request and return the
resulting "matching" condition instances.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Checks if any of the contained media type expressions match the given
request 'Content-Type' header and returns an instance that is guaranteed
to contain matching expressions only.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
Returns "this" instance if the request matches all expressions;
or null
otherwise.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
Returns "this" instance if the request matches all param expressions;
or null
otherwise.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
Checks if any of the patterns match the given request and returns an instance
that is guaranteed to contain matching patterns, sorted via
PathMatcher.getPatternComparator(String)
.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Checks if any of the contained media type expressions match the given
request 'Content-Type' header and returns an instance that is guaranteed
to contain matching expressions only.
- getMatchingCondition(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
-
Checks if this condition matches the given request and returns a
potentially new request condition with content tailored to the
current request.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
Get the matching condition for the held request condition wrap it in a
new RequestConditionHolder instance.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
Check if any of the HTTP request methods match the given request and
return an instance that contains the matching HTTP request method only.
- getMatchingCondition(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Checks if all conditions in this request mapping info match the provided request and returns
a potentially new request mapping info with conditions tailored to the current request.
- getMatchingMapping(T, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Check if a mapping matches the current request and return a (potentially
new) mapping with conditions relevant to the current request.
- getMatchingMapping(RequestMappingInfo, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
-
Check if the given RequestMappingInfo matches the current request and
return a (potentially new) instance with conditions that match the
current request -- for example with a subset of URL patterns.
- getMatchingPatterns(String) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
Find the patterns matching the given lookup path.
- getMaxlength() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'maxlength
' attribute.
- getMediaType() - Method in interface org.springframework.web.servlet.mvc.condition.MediaTypeExpression
-
- getMediaType(Resource) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Determine an appropriate media type for the given resource.
- getMediaTypes(HttpServletRequest) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getMessage(String, String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[], String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, List<?>, String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[], String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code.
- getMessage(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[]) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, List<?>) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[], boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the message for the given code.
- getMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the given MessageSourceResolvable (e.g.
- getMessage(MessageSourceResolvable, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the given MessageSourceResolvable (e.g.
- getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Override this method to provide a custom MessageCodesResolver
.
- getMessageCodesResolver() - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Provide a custom MessageCodesResolver
for building message codes
from data binding and validation error codes.
- getMessageCodesResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
Provide a custom MessageCodesResolver
for building message codes
from data binding and validation error codes.
- getMessageConverters() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- getMessageConverters() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Return the message body converters that this adapter has been configured with.
- getMessageConverters() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Return the configured message body converters.
- getMessageConverters() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the configured message body converters.
- getMessageSource() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the current WebApplicationContext as MessageSource.
- getMessageSource() - Method in class org.springframework.web.servlet.tags.MessageTag
-
Use the current RequestContext's application context as MessageSource.
- getMessageSource() - Method in class org.springframework.web.servlet.tags.ThemeTag
-
Use the theme MessageSource for theme message resolution.
- getMethod() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'method
' attribute.
- getMethodName() - Method in exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
-
Return the name of the offending method, if known.
- getMethodNameResolver() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Return the MethodNameResolver used by this class.
- getMethodParameter() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the name of the request param for non-browser supported HTTP methods.
- getMethods() - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
Returns all RequestMethod
s contained in this condition.
- getMethodsCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the HTTP request methods of this
RequestMappingInfo
;
or instance with 0 request methods, never
null
.
- getModel() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the model map.
- getModel() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the model Map that this RequestContext encapsulates, if any.
- getModelAndView(String, Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Return a ModelAndView for the given request, view name and exception.
- getModelAndView(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Return a ModelAndView for the given view name and exception.
- getModelAndView() - Method in exception org.springframework.web.servlet.ModelAndViewDefiningException
-
Return the ModelAndView that this exception contains for forwarding to.
- getModelAndViewResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getModelAttribute() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the name of the form attribute in the model.
- getModelInternal() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the model map.
- getModelKeys() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Return the attributes in the model that should be rendered by this view.
- getModelKeys() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Return the attributes in the model that should be rendered by this view.
- getModelMap() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the underlying ModelMap
instance (never null
).
- getModelObject(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the model object for the given model name, either from the model or from the request attributes.
- getMultipartResolver() - Method in class org.springframework.web.servlet.DispatcherServlet
-
Obtain this servlet's MultipartResolver, if any.
- getMultiple() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Get the value of the HTML 'multiple
' attribute rendered
on the final 'select
' element.
- getName() - Method in interface org.springframework.web.servlet.mvc.condition.NameValueExpression
-
- getName() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
-
Return the name of the bean that this tag checks.
- getName() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get the value for the HTML 'name
' attribute.
- getName() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Set the value of the 'name
' attribute.
- getName() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Get the value for the HTML 'name
' attribute.
- getName() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'name
' attribute.
- getName() - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Overrides
LabelTag.getName()
to always return
null
,
because the '
name
' attribute is not supported by the
'
label
' tag.
- getName() - Method in class org.springframework.web.servlet.tags.Param
-
- getNamespace() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the namespace for this servlet, falling back to default scheme if
no custom namespace was set: e.g.
- getNestedPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Get the value of the nested path that may have been exposed by the
NestedPathTag
.
- getNoSuchMessageExceptionDescription(NoSuchMessageException) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Return default exception message.
- getNoSuchMessageExceptionDescription(NoSuchMessageException) - Method in class org.springframework.web.servlet.tags.ThemeTag
-
Return exception message that indicates the current theme.
- getObjectMapper() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Return the ObjectMapper
for this view.
- getObjectMapper() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Return the ObjectMapper
for this view.
- getObjectWrapper() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Return the configured FreeMarker ObjectWrapper
, or the
default wrapper
if none specified.
- getOnblur() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the 'onblur
' attribute.
- getOnchange() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the 'onchange
' attribute.
- getOnclick() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onclick
' attribute.
- getOndblclick() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'ondblclick
' attribute.
- getOnfocus() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the 'onfocus
' attribute.
- getOnkeydown() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onkeydown
' attribute.
- getOnkeypress() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onkeypress
' attribute.
- getOnkeyup() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onkeyup
' attribute.
- getOnmousedown() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onmousedown
' attribute.
- getOnmousemove() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onmousemove
' attribute.
- getOnmouseout() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onmouseout
' attribute.
- getOnmouseover() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onmouseover
' attribute.
- getOnmouseup() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'onmouseup
' attribute.
- getOnreset() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'onreset
' attribute.
- getOnselect() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'onselect
' attribute.
- getOnselect() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Get the value of the 'onselect
' attribute.
- getOnsubmit() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'onsubmit
' attribute.
- getOrder() - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
- getOrder() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getOrder() - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
- getOrder() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- getOrder() - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
- getOrder() - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
- getOrder() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- getOrder() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- getOrder() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- getOrder() - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
- getOutputFlashMap(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return the "output" FlashMap with attributes to save for a subsequent request.
- getPageContext() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
-
Return the underlying PageContext.
- getParamName() - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Return the name of the parameter that contains a locale specification
in a locale change request.
- getParamName() - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
-
Return the name of the parameter that contains a theme specification
in a theme change request.
- getParamsCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the "parameters" condition of this
RequestMappingInfo
;
or instance with 0 parameter expressions, never
null
.
- getPath() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the bean and property path for which values and errors
will be resolved (e.g.
- getPath() - Method in class org.springframework.web.servlet.tags.BindTag
-
Return the path that this tag applies to.
- getPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- getPath() - Method in class org.springframework.web.servlet.tags.NestedPathTag
-
Return the path that this tag applies to.
- getPathMatcher() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
- getPathMatcher() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Return the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- getPathMatcher() - Method in class org.springframework.web.servlet.handler.MappedInterceptor
-
The configured PathMatcher, or null
.
- getPathMatcher() - Method in class org.springframework.web.servlet.ResourceServlet
-
Return a PathMatcher to use for matching the "allowedResources" URL pattern.
- getPathPatterns() - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Returns the URL path patterns for the resource handler.
- getPathPatterns() - Method in class org.springframework.web.servlet.handler.MappedInterceptor
-
The path into the application the interceptor is mapped to.
- getPathToServlet() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the path to URL mappings within the current servlet including the
context path and the servlet path of the original request.
- getPatterns() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
- getPatternsCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the URL patterns of this
RequestMappingInfo
;
or instance with 0 patterns, never
null
.
- getPrefix() - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Return the common prefix for handler method names.
- getPrefix() - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Return the prefix to prepend to the request URL filename.
- getPrefix() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the prefix that gets prepended to view names when building a URL.
- getPreparer(String, TilesRequestContext) - Method in class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
-
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
-
Obtain a preparer instance for the given preparer name,
based on the given Spring WebApplicationContext.
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
-
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.SpringBeanPreparerFactory
-
- getPreparer(String, Request) - Method in class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
-
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
-
Obtain a preparer instance for the given preparer name,
based on the given Spring WebApplicationContext.
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.SimpleSpringPreparerFactory
-
- getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory
-
- getProducesCondition() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Returns the "produces" condition of this
RequestMappingInfo
;
or instance with 0 produces expressions, never
null
.
- getProducibleMediaTypes() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Return the contained producible media types excluding negated expressions.
- getProducibleMediaTypes(HttpServletRequest, Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Returns the media types that can be produced:
The producible media types specified in the request mappings, or
Media types of configured converters that can write the specific return value, or
MediaType.ALL
- getProperty() - Method in class org.springframework.web.servlet.tags.BindTag
-
Retrieve the property that this tag is currently bound to,
or null
if bound to an object rather than a specific property.
- getPropertyEditor() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- getPropertyPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Build the property path for this tag, including the nested path
but not prefixed with the name of the form attribute.
- getQueryString() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the query string of the current request, that is, the part after
the request path.
- getRenderedAttributes() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
- getRenderedAttributes() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
- getReport() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Determine the JasperReport
to fill.
- getReportData(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Create an appropriate JRDataSource
for passed-in report data.
- getReportDataTypes() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Return the value types that can be converted to a JRDataSource
,
in prioritized order.
- getRequest() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the underlying HttpServletRequest.
- getRequestContext() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
-
Return the current RequestContext.
- getRequestContextAttribute() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return the name of the RequestContext attribute, if any.
- getRequestContextAttribute() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the name of the RequestContext attribute for all views, if any.
- getRequestDataValueProcessor() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the RequestDataValueProcessor instance to use obtained from the
WebApplicationContext under the name "requestDataValueProcessor"
.
- getRequestDispatcher(HttpServletRequest, String) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Obtain the RequestDispatcher to use for the forward/include.
- getRequestHandler() - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
- getRequestToExpose(HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Get the request handle to expose to the RequestDispatcher, i.e.
- getRequestUri() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the request URI of the original request, that is, the invoked URL
without parameters.
- getRequestURL() - Method in exception org.springframework.web.servlet.NoHandlerFoundException
-
- getRequestValueForAttribute(String, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
-
Obtain a value from the request that may be used to instantiate the
model attribute through type conversion from String to the target type.
- getResource(HttpServletRequest) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- getResource(String) - Method in class org.springframework.web.servlet.view.tiles2.SpringWildcardServletTilesApplicationContext
-
- getResource(String) - Method in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
-
- getResource(ApplicationResource, Locale) - Method in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
-
- getResources(String) - Method in class org.springframework.web.servlet.view.tiles2.SpringWildcardServletTilesApplicationContext
-
- getResources(String) - Method in class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
-
- getReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- getReturnValueHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- getRootConfigClasses() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
- getRootHandler() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Return the root handler for this handler mapping (registered for "/"),
or null
if none.
- getRows() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Get the value of the 'rows
' attribute.
- getServletConfigClasses() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-
- getServletContext() - Method in class org.springframework.web.servlet.HttpServletBean
-
Overridden method that simply returns null
when no
ServletConfig set yet.
- getServletContext() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the underlying ServletContext.
- getServletContextAttributeName() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return the ServletContext attribute name for this servlet's WebApplicationContext.
- getServletFilters() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
Specify filters to add and map to the DispatcherServlet
.
- getServletMappings() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
Specify the servlet mapping(s) for the DispatcherServlet
—
for example "/"
, "/app"
, etc.
- getServletName() - Method in class org.springframework.web.servlet.HttpServletBean
-
Overridden method that simply returns null
when no
ServletConfig set yet.
- getServletName() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
- getServletRelativeAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'action
' attribute.
- getSize() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'size
' attribute.
- getSize() - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Get the value of the 'size
' attribute.
- getSourceTypes() - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Return the array of
Classes
that are supported when converting to an
XSLT
Source
.
- getStaticAttributes() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return the static attributes for this view.
- getStatusCodesAsMap() - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
- getStylesheetSource() - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
- getSuffix() - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Return the common suffix for handler method names.
- getSuffix() - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Return the suffix to append to the request URL filename.
- getSuffix() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the suffix that gets appended to view names when building a URL.
- getSupportedMethods() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Return the HTTP methods that this content generator supports.
- getTabindex() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'tabindex
' attribute.
- getTaglibFactory() - Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
-
Returns the TaglibFactory
used to enable JSP tags to be
accessed from FreeMarker templates.
- getTaglibFactory() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Return the TaglibFactory object wrapped by this bean.
- getTarget() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Get the value of the 'target
' attribute.
- getTargetRequestParams() - Method in class org.springframework.web.servlet.FlashMap
-
Return the parameters identifying the target request, or an empty map.
- getTargetRequestPath() - Method in class org.springframework.web.servlet.FlashMap
-
Return the target URL path or null
.
- getTaskExecutor() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
- getTemplate(Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Retrieve the FreeMarker template for the given locale,
to be rendering by this view.
- getTemplate(String, Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Retrieve the FreeMarker template specified by the given name,
using the encoding specified by the "encoding" bean property.
- getTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Retrieve the Velocity template to be rendered by this view.
- getTemplate(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Retrieve the Velocity template specified by the given name,
using the encoding specified by the "encoding" bean property.
- getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Creates the workbook from an existing XLS document.
- getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
-
Deprecated.
Create the workbook from an existing XLS document.
- getTheme() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the current theme (never null
).
- getTheme(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Retrieves the current theme from the given request, using the ThemeResolver
and ThemeSource bound to the request by the DispatcherServlet.
- getThemeMessage(String, String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(String, Object[], String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(String, List<?>, String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(String) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(String, Object[]) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(String, List<?>) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the theme message for the given code.
- getThemeMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.support.RequestContext
-
Retrieve the given MessageSourceResolvable in the current theme.
- getThemeResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return the ThemeResolver that has been bound to the request by the
DispatcherServlet.
- getThemeSource() - Method in class org.springframework.web.servlet.DispatcherServlet
-
Return this servlet's ThemeSource, if any; else return null
.
- getThemeSource(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Return the ThemeSource that has been bound to the request by the
DispatcherServlet.
- getTimeout() - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
- getTimeZone() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the current TimeZone (or null
if none derivable from the request).
- getTimeZone(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Retrieve the current time zone from the given request, using the
TimeZoneAwareLocaleResolver bound to the request by the DispatcherServlet
(if available), falling back to the system's default time zone.
- getTitle() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Get the value of the 'title
' attribute.
- getToolboxConfigLocation() - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
-
Return the Velocity Toolbox config location, if any.
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
-
The notation to use when printing discrete items of content.
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
- getToStringInfix() - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
- getTransformerFactory() - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Return the TransformerFactory that this XsltView uses.
- getType() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Get the value of the 'type
' attribute.
- getType() - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Get the value of the 'type
' attribute.
- getType() - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
Return 'password
' causing the rendered HTML 'input
'
element to have a 'type
' of 'password
'.
- getUriTemplateVariables(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
-
- getUrl() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
-
Return the URL of the resource that this view wraps.
- getUrlMap() - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Allow Map access to the URL path mappings, with the option to add or
override specific entries.
- getUrlPath() - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
-
Returns the URL path for the view controller.
- getUrlPathHelper() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
- getUrlPathHelper() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Return the UrlPathHelper implementation to use for resolution of lookup paths.
- getUrlPathHelper() - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Return the UrlPathHelper to use for the resolution of lookup paths.
- getUrlPathHelper() - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Return the UrlPathHelper implementation to use.
- getUrlPathHelper() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the UrlPathHelper used for context path and request URI decoding.
- getUsernameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Determine the username for the given request.
- getValidator() - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- getValidator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Override this method to provide a custom Validator
.
- getValidator() - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Provide a custom Validator
instead of the one created by default.
- getValidator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
Provide a custom Validator
instead of the one created by default.
- getValidators() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Return the Validators for this controller.
- getValue() - Method in interface org.springframework.web.servlet.mvc.condition.NameValueExpression
-
- getValue() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return the current value of the field, i.e.
- getValue() - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Get the value of the 'value
' attribute.
- getValue() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Get the value of the 'value
' attribute.
- getValue() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Get the 'value' attribute of the rendered HTML <option>
tag.
- getValue() - Method in class org.springframework.web.servlet.tags.Param
-
- getValueType() - Method in class org.springframework.web.servlet.support.BindStatus
-
Get the 'Class
' type of the field.
- getVelocityEngine() - Method in interface org.springframework.web.servlet.view.velocity.VelocityConfig
-
Return the VelocityEngine for the current web application context.
- getVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
- getVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Return the VelocityEngine used by this view.
- getView() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the View object, or null
if we are using a view name
to be resolved by the DispatcherServlet via a ViewResolver.
- getViewClass() - Method in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
-
- getViewClass() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the view class to be used to create views.
- getViewController() - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
-
Returns the view controllers.
- getViewerPreferences() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
Return the viewer preferences for the PDF file.
- getViewName() - Method in class org.springframework.web.servlet.ModelAndView
-
Return the view name to be resolved by the DispatcherServlet
via a ViewResolver, or null
if we are using a View object.
- getViewName() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Return the name of the view to delegate to.
- getViewName(HttpServletRequest) - Method in interface org.springframework.web.servlet.RequestToViewNameTranslator
-
- getViewName(HttpServletRequest) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Translates the request URI of the incoming
HttpServletRequest
into the view name based on the configured parameters.
- getViewNameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Return the name of the view to render for this request, based on the
given lookup path.
- getViewNameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Returns view name based on the URL filename,
with prefix/suffix applied when appropriate.
- getViewNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Returns view name based on the URL filename,
with prefix/suffix applied when appropriate.
- getViewNames() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the view names (or name patterns) that can be handled by this
ViewResolver
.
- getWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Return this servlet's WebApplicationContext.
- getWebApplicationContext() - Method in class org.springframework.web.servlet.support.RequestContext
-
Return the current WebApplicationContext.
- getWebApplicationContext(ServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Look for the WebApplicationContext associated with the DispatcherServlet
that has initiated request processing.
- getWebApplicationContext(ServletRequest, ServletContext) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Look for the WebApplicationContext associated with the DispatcherServlet
that has initiated request processing, and for the global context if none
was found associated with the current request.
- getWebBindingInitializer() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Return the configured WebBindingInitializer, or null
.
- getWebBindingInitializer() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Return the WebBindingInitializer (if any) which will apply pre-configured
configuration to every DataBinder that this controller uses.
- getWebRequest() - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
-
- RadioButtonsTag - Class in org.springframework.web.servlet.tags.form
-
Databinding-aware JSP tag for rendering multiple HTML 'input
'
elements with a 'type
' of 'radio
'.
- RadioButtonsTag() - Constructor for class org.springframework.web.servlet.tags.form.RadioButtonsTag
-
- RadioButtonTag - Class in org.springframework.web.servlet.tags.form
-
Databinding-aware JSP tag for rendering an HTML 'input
'
element with a 'type
' of 'radio
'.
- RadioButtonTag() - Constructor for class org.springframework.web.servlet.tags.form.RadioButtonTag
-
- readBodyContent() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
Read the unescaped body content from the page.
- READONLY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
The name of the 'readonly
' attribute.
- READONLY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
-
- READONLY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
-
- readPdfResource() - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
-
Read the raw PDF resource into an iText PdfReader.
- readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Create the method argument value of the expected parameter type by
reading from the given request.
- readWithMessageConverters(HttpInputMessage, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Create the method argument value of the expected parameter type by reading
from the given HttpInputMessage.
- readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- REDIRECT_URL_PREFIX - Static variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Prefix for special view names that specify a redirect URL (usually
to a controller after a form has been submitted and processed).
- RedirectAttributes - Interface in org.springframework.web.servlet.mvc.support
-
A specialization of the Model
interface that controllers can use to
select attributes for a redirect scenario.
- RedirectAttributesMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
- RedirectAttributesMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
-
- RedirectAttributesModelMap - Class in org.springframework.web.servlet.mvc.support
-
A
ModelMap
implementation of
RedirectAttributes
that formats
values as Strings using a
DataBinder
.
- RedirectAttributesModelMap(DataBinder) - Constructor for class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
-
Class constructor.
- RedirectAttributesModelMap() - Constructor for class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
-
Default constructor without a DataBinder.
- RedirectView - Class in org.springframework.web.servlet.view
-
View that redirects to an absolute, context relative, or current request
relative URL.
- RedirectView() - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Constructor for use as a bean.
- RedirectView(String) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectView(String, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectView(String, boolean, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectView(String, boolean, boolean, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- refresh() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Refresh this servlet's application context, as well as the
dependent state of the servlet.
- registerCallableInterceptors(CallableProcessingInterceptor...) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Configure lifecycle interceptors with callbacks around concurrent request
execution that starts when a controller returns a
Callable
.
- registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Configure lifecycle interceptors with callbacks around concurrent request
execution that starts when a controller returns a DeferredResult
.
- registerDispatcherServlet(ServletContext) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
- registerHandler(String[], String) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Register the specified handler for the given URL paths.
- registerHandler(String, Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Register the specified handler for the given URL path.
- registerHandlerMethod(Object, Method, T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Register a handler method and its unique mapping.
- registerHandlers(Map<String, Object>) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Register all handlers specified in the URL map for the corresponding paths.
- registerServletFilter(ServletContext, Filter) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
Add the given filter to the ServletContext and map it to the
DispatcherServlet
as follows:
a default filter name is chosen based on its concrete type
the
asyncSupported
flag is set depending on the
return value of
asyncSupported
a filter mapping is created with dispatcher types
REQUEST
,
FORWARD
,
INCLUDE
, and conditionally
ASYNC
depending
on the return value of
asyncSupported
- release() - Method in class org.springframework.web.servlet.tags.ArgumentTag
-
- release() - Method in class org.springframework.web.servlet.tags.MessageTag
-
- release() - Method in class org.springframework.web.servlet.tags.ParamTag
-
- removeAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- removeAttributes() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
- removeAttributes() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- removeFromCache(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Provides functionality to clear the cache for a certain view.
- removePathExtension() - Method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
- render(ModelAndView, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Render the given ModelAndView.
- render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
Prepares the view given the specified model, merging it with static
attributes and a RequestContext attribute, if necessary.
- render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.View
-
Render the view given the specified model.
- renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
- renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- renderFromBodyContent(BodyContent, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
Render the tag contents based on the supplied
BodyContent
.
- renderFromBodyContent(BodyContent, TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- renderFromBoolean(Boolean, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Render the 'input(checkbox)
' with the supplied value, marking
the 'input
' element as 'checked' if the supplied Boolean is
true
.
- renderFromValue(Object, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Render the 'input(checkbox)
' with the supplied value, marking the
'input
' element as 'checked' if the supplied value matches the
bound value.
- renderFromValue(Object, Object, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Render the 'input(checkbox)
' with the supplied value, marking the
'input
' element as 'checked' if the supplied value matches the
bound value.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
Subclasses must implement this method to actually render the view.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Renders the Excel view, given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
-
Deprecated.
Renders the Excel view, given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Render the internal resource given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.RedirectView
-
Convert model to request parameters and redirect to the given URL.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles2.TilesView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Subclasses must implement this method to actually render the view.
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Process the model map by merging it with the FreeMarker template.
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Process the model map by merging it with the Velocity template.
- renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
-
Perform rendering for a single Jasper Reports exporter, that is,
for a pre-defined output format.
- renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Subclasses should implement this method to perform the actual rendering process.
- renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Locates the format key in the model using the configured discriminator key and uses this
key to lookup the appropriate view class from the mappings.
- renderReportUsingOutputStream(JRExporter, JasperPrint, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
-
We need to write binary output to the response OutputStream.
- renderReportUsingWriter(JRExporter, JasperPrint, HttpServletResponse) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
-
We need to write text to the response Writer.
- renderView(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ViewRendererServlet
-
Retrieve the View instance and model Map to render
and trigger actual rendering.
- replaceMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Add mappings from file extensions to media types replacing any previous mappings.
- replaceUriTemplateParams(String, List<Param>, Set<String>) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Replace template markers in the URL matching available parameters.
- replaceUriTemplateVariables(String, Map<String, Object>, Map<String, String>, String) - Method in class org.springframework.web.servlet.view.RedirectView
-
Replace URI template variables in the target URL with encoded model
attributes or URI variables from the current request.
- REQUEST_CONTEXT_PAGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
-
- REQUEST_TO_VIEW_NAME_TRANSLATOR_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Well-known name for the RequestToViewNameTranslator object in the bean factory for this namespace.
- RequestCondition<T> - Interface in org.springframework.web.servlet.mvc.condition
-
The contract for request conditions in Spring MVC's mapping infrastructure.
- RequestConditionHolder - Class in org.springframework.web.servlet.mvc.condition
-
A holder for a
RequestCondition
useful when the type of the request
condition is not known ahead of time, e.g.
- RequestConditionHolder(RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
Create a new holder to wrap the given request condition.
- RequestContext - Class in org.springframework.web.servlet.support
-
Context holder for request-specific state, like current web application context, current locale, current theme,
and potential binding errors.
- RequestContext(HttpServletRequest) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, ServletContext) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, Map<String, Object>) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
- RequestContext(HttpServletRequest, HttpServletResponse, ServletContext, Map<String, Object>) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
- RequestContext() - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Default constructor for subclasses.
- RequestContextAwareTag - Class in org.springframework.web.servlet.tags
-
- RequestContextAwareTag() - Constructor for class org.springframework.web.servlet.tags.RequestContextAwareTag
-
- RequestContextUtils - Class in org.springframework.web.servlet.support
-
Utility class for easy access to request-specific state which has been
set by the
DispatcherServlet
.
- RequestContextUtils() - Constructor for class org.springframework.web.servlet.support.RequestContextUtils
-
- RequestDataValueProcessor - Interface in org.springframework.web.servlet.support
-
A contract for inspecting and potentially modifying request data values such
as URL query parameters or form field values before they are rendered by a
view or before a redirect.
- requestMappingHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- RequestMappingHandlerAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
-
An
AbstractHandlerMethodAdapter
that supports
HandlerMethod
s
with the signature -- method argument and return types, defined in
@RequestMapping
.
- RequestMappingHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Default constructor.
- requestMappingHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- RequestMappingHandlerMapping - Class in org.springframework.web.servlet.mvc.method.annotation
-
Creates
RequestMappingInfo
instances from type and method-level
@RequestMapping
annotations in
@Controller
classes.
- RequestMappingHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- RequestMappingInfo - Class in org.springframework.web.servlet.mvc.method
-
- RequestMappingInfo(PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Creates a new instance with the given request conditions.
- RequestMappingInfo(RequestMappingInfo, RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Re-create a RequestMappingInfo with the given custom request condition.
- RequestMappingInfoHandlerMapping - Class in org.springframework.web.servlet.mvc.method
-
Abstract base class for classes for which
RequestMappingInfo
defines
the mapping between a request and a handler method.
- RequestMappingInfoHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
-
- RequestMethodsRequestCondition - Class in org.springframework.web.servlet.mvc.condition
-
A logical disjunction (' || ') request condition that matches a request
against a set of RequestMethod
s.
- RequestMethodsRequestCondition(RequestMethod...) - Constructor for class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
Create a new instance with the given request methods.
- RequestPartMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves the following method arguments:
Annotated with @RequestPart
Of type MultipartFile
in conjunction with Spring's MultipartResolver
abstraction
Of type javax.servlet.http.Part
in conjunction with Servlet 3.0 multipart requests
- RequestPartMethodArgumentResolver(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
- RequestResponseBodyMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves method arguments annotated with @RequestBody
and handles
return values from methods annotated with @ResponseBody
by reading
and writing to the body of the request or response with an
HttpMessageConverter
.
- RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- RequestToViewNameTranslator - Interface in org.springframework.web.servlet
-
Strategy interface for translating an incoming
HttpServletRequest
into a
logical view name when no view name is explicitly supplied.
- requiredViewClass() - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.tiles2.TilesViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the required type of view for this resolver.
- requiredViewClass() - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Requires VelocityLayoutView.
- requiredViewClass() - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
- requiredViewClass() - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
- resolveAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Resolve the value of the 'action
' attribute.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
-
Return a Map with all URI template variables or an empty map.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
-
Set ModelAndViewContainer.setRequestHandled(boolean)
to
false
to indicate that the method signature provides access
to the response.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
-
- resolveArguments(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Resolve the given arguments Object into an arguments array.
- resolveCommonArgument(MethodParameter, NativeWebRequest, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Resolves common method arguments.
- resolveCssClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Gets the appropriate CSS class to use based on the state of the current
BindStatus
object.
- resolveCssClass() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Override resolve CSS class since error class is not supported.
- resolveEmbeddedValuesInPatterns(String[]) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Resolve placeholder values in the given array of patterns.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Checks whether this resolver is supposed to apply (i.e.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
Resolve the exception by iterating over the list of configured exception resolvers.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.springframework.web.servlet.HandlerExceptionResolver
-
Try to resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
- resolveFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Determine the 'for
' attribute value for this tag,
autogenerating one if none specified.
- resolveId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Determine the 'id
' attribute value for this tag,
autogenerating one if none specified.
- resolveId() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Appends a counter to a specified id as well,
since we're dealing with multiple HTML elements.
- resolveId() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Appends a counter to a specified id,
since we're dealing with multiple HTML elements.
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- resolveLocale(HttpServletRequest) - Method in interface org.springframework.web.servlet.LocaleResolver
-
Resolve the current locale via the given request.
- resolveLocale(TilesRequestContext) - Method in class org.springframework.web.servlet.view.tiles2.SpringLocaleResolver
-
- resolveLocale(Request) - Method in class org.springframework.web.servlet.view.tiles3.SpringLocaleResolver
-
- resolveLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- resolveLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
- resolveLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- resolveLocaleContext(HttpServletRequest) - Method in interface org.springframework.web.servlet.LocaleContextResolver
-
Resolve the current locale context via the given request.
- resolveMessage() - Method in class org.springframework.web.servlet.tags.MessageTag
-
Resolve the specified message into a concrete message String.
- resolveModelAndView(Method, Class<?>, Object, ExtendedModelMap, NativeWebRequest) - Method in interface org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
-
- resolveModelAttribute() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Resolves
and returns the name of the form object.
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
-
- resolveResponseStatus(ResponseStatus, HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
-
Template method that handles @ResponseStatus
annotation.
- resolveStandardArgument(Class<?>, NativeWebRequest, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Resolves standard method arguments.
- resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
- resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
-
- resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
-
- resolveThemeName(HttpServletRequest) - Method in interface org.springframework.web.servlet.ThemeResolver
-
Resolve the current theme name via the given request.
- resolveViewName(String, Map<String, Object>, Locale, HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Resolve the given view name into a View object (to be rendered).
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- resolveViewName(String, Locale) - Method in interface org.springframework.web.servlet.ViewResolver
-
Resolve the given view by name.
- RESOURCE_PARAM_NAME - Static variable in class org.springframework.web.servlet.ResourceServlet
-
Name of the parameter that must contain the actual resource path.
- RESOURCE_URL_DELIMITERS - Static variable in class org.springframework.web.servlet.ResourceServlet
-
Any number of these characters are considered delimiters
between multiple resource paths in a single String value.
- ResourceBundleViewResolver - Class in org.springframework.web.servlet.view
-
- ResourceBundleViewResolver() - Constructor for class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- resourceHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped
resource handlers.
- ResourceHandlerRegistration - Class in org.springframework.web.servlet.config.annotation
-
Encapsulates information required to create a resource handlers.
- ResourceHandlerRegistration(ResourceLoader, String...) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
- ResourceHandlerRegistry - Class in org.springframework.web.servlet.config.annotation
-
Stores registrations of resource handlers for serving static resources such as images, css files and others
through Spring MVC including setting cache headers optimized for efficient loading in a web browser.
- ResourceHandlerRegistry(ApplicationContext, ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
- ResourceHttpRequestHandler - Class in org.springframework.web.servlet.resource
-
HttpRequestHandler
that serves static resources optimized for superior browser performance
(according to the guidelines of Page Speed, YSlow, etc.) by allowing for flexible cache settings
(
"cacheSeconds" property, last-modified support).
- ResourceHttpRequestHandler() - Constructor for class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- ResourceServlet - Class in org.springframework.web.servlet
-
Simple servlet that can expose an internal resource, including a
default URL if the specified resource is not found.
- ResourceServlet() - Constructor for class org.springframework.web.servlet.ResourceServlet
-
- RESPONSE_STATUS_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.View
-
- ResponseEntityExceptionHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
A convenient base class for @ControllerAdvice
classes
that wish to provide centralized exception handling across all
@RequestMapping
methods through @ExceptionHandler
methods.
- ResponseEntityExceptionHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
-
- ResponseStatusExceptionResolver - Class in org.springframework.web.servlet.mvc.annotation
-
Implementation of the
HandlerExceptionResolver
interface that uses the
@ResponseStatus
annotation to map exceptions to HTTP status codes.
- ResponseStatusExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
-
- retrieveAndUpdate(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.FlashMapManager
-
Find a FlashMap saved by a previous request that matches to the current
request, remove it from underlying storage, and also remove other
expired FlashMap instances.
- retrieveAndUpdate(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
- retrieveFlashMaps(HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Retrieve saved FlashMap instances from the underlying storage.
- retrieveFlashMaps(HttpServletRequest) - Method in class org.springframework.web.servlet.support.SessionFlashMapManager
-
Retrieves saved FlashMap instances from the HTTP session, if any.
- ROWS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
-
- saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.FlashMapManager
-
Save the given FlashMap, in some underlying storage and set the start
of its expiration period.
- saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
- SELECTED_CONTENT_TYPE - Static variable in interface org.springframework.web.servlet.View
-
The MediaType
selected during content negotiation, which may be
more specific than the one the View is configured with.
- SelectTag - Class in org.springframework.web.servlet.tags.form
-
Databinding-aware JSP tag that renders an HTML 'select
'
element.
- SelectTag() - Constructor for class org.springframework.web.servlet.tags.form.SelectTag
-
- sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Send a redirect back to the HTTP client
- sendServerError(Exception, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
-
Invoked to send a server error.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Override the parent class implementation in order to intercept PATCH
requests.
- SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.servlet.FrameworkServlet
-
Prefix for the ServletContext attribute for the WebApplicationContext.
- ServletCookieValueMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
An
AbstractCookieValueMethodArgumentResolver
that resolves cookie
values from an
HttpServletRequest
.
- ServletCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
-
- ServletForwardingController - Class in org.springframework.web.servlet.mvc
-
Spring Controller implementation that forwards to a named servlet,
i.e.
- ServletForwardingController() - Constructor for class org.springframework.web.servlet.mvc.ServletForwardingController
-
- ServletInvocableHandlerMethod - Class in org.springframework.web.servlet.mvc.method.annotation
-
Extends InvocableHandlerMethod
with the ability to handle return
values through a registered HandlerMethodReturnValueHandler
and
also supports setting the response status based on a method-level
@ResponseStatus
annotation.
- ServletInvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Creates an instance from the given handler and method.
- ServletInvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Create an instance from a HandlerMethod
.
- ServletModelAttributeMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
-
A Servlet-specific ModelAttributeMethodProcessor
that applies data
binding through a WebDataBinder of type ServletRequestDataBinder
.
- ServletModelAttributeMethodProcessor(boolean) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
-
- ServletRequestDataBinderFactory - Class in org.springframework.web.servlet.mvc.method.annotation
-
Creates a ServletRequestDataBinder
.
- ServletRequestDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
-
Create a new instance.
- ServletRequestMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
- ServletRequestMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
-
- ServletResponseMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
- ServletResponseMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
-
- ServletUriComponentsBuilder - Class in org.springframework.web.servlet.support
-
A UriComponentsBuilder that extracts information from an HttpServletRequest.
- ServletUriComponentsBuilder() - Constructor for class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Default constructor.
- ServletWebArgumentResolverAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
-
A Servlet-specific AbstractWebArgumentResolverAdapter
that creates a
NativeWebRequest
from ServletRequestAttributes
.
- ServletWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
-
- ServletWrappingController - Class in org.springframework.web.servlet.mvc
-
Spring Controller implementation that wraps a servlet instance which it manages
internally.
- ServletWrappingController() - Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController
-
- SessionFlashMapManager - Class in org.springframework.web.servlet.support
-
Store and retrieve
FlashMap
instances to and from the HTTP session.
- SessionFlashMapManager() - Constructor for class org.springframework.web.servlet.support.SessionFlashMapManager
-
- SessionLocaleResolver - Class in org.springframework.web.servlet.i18n
-
LocaleResolver
implementation that
uses a locale attribute in the user's session in case of a custom setting,
with a fallback to the specified default locale or the request's
accept-header locale.
- SessionLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- SessionThemeResolver - Class in org.springframework.web.servlet.theme
-
ThemeResolver
implementation that
uses a theme attribute in the user's session in case of a custom setting,
with a fallback to the default theme.
- SessionThemeResolver() - Constructor for class org.springframework.web.servlet.theme.SessionThemeResolver
-
- setAcceptCharset(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'acceptCharset
' attribute.
- setAccesskey(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'accesskey
' attribute.
- setAction(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'action
' attribute.
- setAllowedResources(String) - Method in class org.springframework.web.servlet.ResourceServlet
-
Set allowed resources as URL pattern, e.g.
- setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether HttpServletRequest attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether HttpServletRequest attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether HttpSession attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether HttpSession attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAlt(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the 'alt
' attribute.
- setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Specify whether to always include the view rather than forward to it.
- setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
-
Specify whether to always include the view rather than forward to it.
- setAlwaysMustRevalidate(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
An option to add 'must-revalidate' to every Cache-Control header.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set if URL lookup should always use the full path within the current servlet
context.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Set the Spring ApplicationContext
, e.g.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Called by Spring via ApplicationContextAware
to inject the current
application context.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- setApplyLastModified(boolean) - Method in class org.springframework.web.servlet.ResourceServlet
-
Set whether to apply the file timestamp of the target resource
as last-modified value.
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Configure the complete list of supported argument types thus overriding
the resolvers that would otherwise be configured by default.
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure the complete list of supported argument types thus overriding
the resolvers that would otherwise be configured by default.
- setArguments(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set optional message arguments for this tag, as a comma-delimited
String (each String argument can contain JSP EL), an Object array
(used as argument array), or a single Object (used as single argument).
- setArgumentSeparator(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the separator to use for splitting an arguments String.
- setAsyncRequestTimeout(long) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Specify the amount of time, in milliseconds, before concurrent handling
should time out.
- setAttributes(Properties) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set static attributes for this view from a
java.util.Properties
object.
- setAttributes(Properties) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set static attributes from a java.util.Properties
object,
for all views returned by this resolver.
- setAttributesCSV(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set static attributes as a CSV string.
- setAttributesMap(Map<String, ?>) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set static attributes for this view from a Map.
- setAttributesMap(Map<String, ?>) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set static attributes from a Map, for all views returned by this resolver.
- setAuthorizedRoles(String[]) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
-
Set the roles that this interceptor should treat as authorized.
- setAutocomplete(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'autocomplete
' attribute.
- setAutocomplete(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the 'autocomplete
' attribute.
- setBasename(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- setBasenames(String[]) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- setBasePackage(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
Set the base package to be used for generating path mappings,
including all subpackages underneath this packages as path elements.
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
-
- setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
- setBeanName(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set the view's name.
- setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
- setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- setBundleClassLoader(ClassLoader) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- setCache(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Enable or disable caching.
- setCacheLimit(int) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Specify the maximum number of entries for the view cache.
- setCacheMappings(Properties) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Map specific URL paths to specific cache seconds.
- setCachePeriod(Integer) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Specify the cache period for the resources served by the resource handler, in seconds.
- setCacheSeconds(int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Cache content for the given number of seconds.
- setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Cache content produced by @SessionAttributes
annotated handlers
for the given number of seconds.
- setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Cache content produced by @SessionAttributes
annotated handlers
for the given number of seconds.
- setCacheTemplate(boolean) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set whether the Velocity template should be cached.
- setCacheTemplates(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Turn on/off the caching of the XSLT
Templates
instance.
- setCacheTemplates(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Turn on/off the caching of the XSLT templates.
- setCacheUnresolved(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Whether a view name once resolved to null
should be cached and
automatically resolved to null
subsequently.
- setCallableInterceptors(List<CallableProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure CallableProcessingInterceptor
's to register on async requests.
- setCaseSensitive(boolean) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
Set whether to apply case sensitivity to the generated paths,
e.g.
- setCheckRefresh(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Set whether to check Tiles definition files for a refresh at runtime.
- setCheckRefresh(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set whether to check Tiles definition files for a refresh at runtime.
- setCleanupAfterInclude(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to perform cleanup of request attributes after an include request, that is,
whether to reset the original state of all request attributes after the DispatcherServlet
has processed within an include request.
- setCode(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the message code for this tag.
- setCols(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Set the value of the 'cols
' attribute.
- setCommandName(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the name of the form attribute in the model.
- setCompleteAutoload(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Specify whether to apply Tiles 2.2's "complete-autoload" configuration.
- setCompleteAutoload(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Specify whether to apply Tiles 3.0's "complete-autoload" configuration.
- setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Set a preconfigured Configuration to use for the FreeMarker web config, e.g.
- setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Set the FreeMarker Configuration to be used by this view.
- setConfigurers(List<WebMvcConfigurer>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- setContentDispositionMappings(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Set the mappings of Content-Disposition
header values to
mapping keys.
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Set the ContentNegotiationManager
to use to determine requested media types.
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Set the ContentNegotiationManager
to use to determine requested media types.
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Set the ContentNegotiationManager
to use to determine requested media types.
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Set the ContentNegotiationManager
to use to determine requested media types.
- setContentType(String) - Method in class org.springframework.web.servlet.ResourceServlet
-
Set the content type of the target resource (typically a JSP).
- setContentType(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set the content type for this view.
- setContentType(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the content type for all views.
- setContext(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set the context path for the URL.
- setContextAttribute(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
that this servlet is supposed to use.
- setContextClass(Class<?>) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set a custom context class.
- setContextConfigLocation(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set the context config location explicitly, instead of relying on the default
location built from the namespace.
- setContextId(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Specify a custom WebApplicationContext id,
to be used as serialization id for the underlying BeanFactory.
- setContextInitializerClasses(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Specify the set of fully-qualified ApplicationContextInitializer
class
names, per the optional "contextInitializerClasses" servlet init-param.
- setContextInitializers(ApplicationContextInitializer<? extends ConfigurableApplicationContext>...) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Specify which ApplicationContextInitializer
instances should be used
to initialize the application context used by this FrameworkServlet
.
- setContextRelative(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set whether to interpret a given URL that starts with a slash ("/")
as relative to the current ServletContext, i.e.
- setConvertedExporterParameters(Map<JRExporterParameter, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Allows subclasses to populate the converted exporter parameters.
- setCssClass(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'class
' attribute.
- setCssErrorClass(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
The CSS class to use when the field bound to a particular tag has errors.
- setCssErrorClass(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Unsupported for forms.
- setCssStyle(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'style
' attribute.
- setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set a custom WebArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Set a custom ArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set one or more custom WebArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Set one or more custom ArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Provide resolvers for custom argument types.
- setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide resolvers for custom argument types.
- setCustomModelAndViewResolver(ModelAndViewResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set a custom ModelAndViewResolvers to use for special method return types.
- setCustomModelAndViewResolvers(ModelAndViewResolver[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set one or more custom ModelAndViewResolvers to use for special method return types.
- setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Provide handlers for custom return value types.
- setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide handlers for custom return value types.
- setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set the name of the DateTool helper object to expose in the Velocity context
of this view, or null
if not needed.
- setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Set the name of the DateTool helper object to expose in the Velocity context
of this view, or null
if not needed.
- setDefaultContentType(MediaType) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setDefaultErrorView(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the name of the default error view.
- setDefaultHandler(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the default handler for this handler mapping.
- setDefaultHtmlEscape(boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
(De)activate default HTML escaping for messages and errors, for the scope of this RequestContext.
- setDefaultHtmlEscape(boolean) - Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
-
Set the default value for HTML escaping,
to be put into the current PageContext.
- setDefaultLocale(Locale) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
-
Set a default Locale that this resolver will return if no other locale found.
- setDefaultLocale(Locale) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Set a fixed Locale that this resolver will return if no cookie found.
- setDefaultMethodName(String) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
Set the name of the default handler method that should be
used when no parameter was found in the request
- setDefaultParentView(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Set the default parent for views defined in the ResourceBundle
.
- setDefaultServletName(String) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
-
Set the name of the default Servlet to be forwarded to for static resource requests.
- setDefaultStatusCode(int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the default HTTP status code that this exception resolver will apply
if it resolves an error view and if there is no status code mapping defined.
- setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
-
Set the name of the default theme.
- setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
Set the name of the default theme.
- setDefaultTimeout(long) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Specify the amount of time, in milliseconds, before asynchronous request
handling times out.
- setDefaultTimeZone(TimeZone) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
Set a default TimeZone that this resolver will return if no other time zone found.
- setDefaultTimeZone(TimeZone) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Set a fixed TimeZone that this resolver will return if no cookie found.
- setDefaultUrl(String) - Method in class org.springframework.web.servlet.ResourceServlet
-
Set the URL within the current web application from which to
include content if the requested path isn't found, or if none
is specified in the first place.
- setDefaultViews(List<View>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Set the default views to use when a more specific view can not be obtained
from the
ViewResolver
chain.
- setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure DeferredResultProcessingInterceptor
's to register on async requests.
- setDefinitions(String...) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Set the Tiles definitions, i.e.
- setDefinitions(String...) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set the Tiles definitions, i.e.
- setDefinitionsFactoryClass(Class<? extends DefinitionsFactory>) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
- setDefinitionsFactoryClass(Class<? extends DefinitionsFactory>) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
- setDelegate(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Set the delegate used by this class; the default is this
,
assuming that handler methods have been added by a subclass.
- setDelimiter(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the delimiter to be used between each
'input type="checkbox/radio"
' tag.
- setDelimiter(String) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Set the delimiter to be used between error messages.
- setDetectAllHandlerAdapters(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerAdapter beans in this servlet's context.
- setDetectAllHandlerExceptionResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerExceptionResolver beans in this servlet's context.
- setDetectAllHandlerMappings(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerMapping beans in this servlet's context.
- setDetectAllViewResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all ViewResolver beans in this servlet's context.
- setDetectHandlerMethodsInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Whether to detect handler methods in beans in ancestor ApplicationContexts.
- setDetectHandlersInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
-
Set whether to detect handler beans in ancestor ApplicationContexts.
- setDir(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'dir
' attribute.
- setDisableCaching(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Disables caching of the generated JSON.
- setDisableCaching(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Disables caching of the generated JSON.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'disabled
' attribute.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Set the value of the 'disabled
' attribute.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
-
Set the value of the 'disabled
' attribute.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the value of the 'disabled
' attribute.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the value of the 'disabled
' attribute.
- setDispatchOptionsRequest(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- setDispatchTraceRequest(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- setDynamicAttribute(String, String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- setElement(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the HTML element used to enclose the
'input type="checkbox/radio"
' tag.
- setElement(String) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Set the HTML element must be used to render the error messages.
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- setEncoding(String) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Set the encoding of the FreeMarker template file.
- setEncoding(JsonEncoding) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set the JsonEncoding
for this view.
- setEncoding(JsonEncoding) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Set the JsonEncoding
for this view.
- setEncoding(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set the encoding of the Velocity template file.
- setEncodingScheme(String) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set the encoding scheme for this view.
- setEnctype(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'enctype
' attribute.
- setEnvironment(Environment) - Method in class org.springframework.web.servlet.HttpServletBean
- setErrorListener(ErrorListener) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set an implementation of the
ErrorListener
interface for custom handling of transformation errors and warnings.
- setErrorListener(ErrorListener) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set an implementation of the
ErrorListener
interface for custom handling of transformation errors and warnings.
- setExceptionAttribute(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the name of the model attribute as which the exception should be exposed.
- setExceptionMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the mappings between exception class names and error view names.
- setExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
Set the list of exception resolvers to delegate to.
- setExcludedClasses(Class<?>[]) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Specify controller classes that should be excluded from this mapping.
- setExcludedExceptions(Class<?>...) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set one or more exceptions to be excluded from the exception mappings.
- setExcludedPackages(String[]) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Specify Java packages that should be excluded from this mapping.
- setExpandUriTemplateVariables(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Whether to treat the redirect URL as a URI template.
- setExporterClass(Class<? extends JRExporter>) - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
-
Set the JRExporter
implementation Class
to use.
- setExporterParameters(Map<?, ?>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Set the exporter parameters that should be used when rendering a view.
- setExporterParameters(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the exporterParameters
the view class should use.
- setExposeContextBeansAsAttributes(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Set whether to make all Spring beans in the application context accessible
as request attributes, through lazy checking once an attribute gets accessed.
- setExposeContextBeansAsAttributes(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
-
Set whether to make all Spring beans in the application context accessible
as request attributes, through lazy checking once an attribute gets accessed.
- setExposedContextBeanNames(String[]) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Specify the names of beans in the context which are supposed to be exposed.
- setExposedContextBeanNames(String[]) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
-
Specify the names of beans in the context which are supposed to be exposed.
- setExposeJstlAttributes(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
-
Whether to expose JSTL attributes.
- setExposeModelAttributes(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set the exposeModelAttributes
flag which denotes whether
or not model attributes should be exposed as HTTP query parameters.
- setExposePathVariables(boolean) - Method in class org.springframework.web.servlet.view.AbstractView
-
Whether to add path variables in the model or not.
- setExposePathVariables(Boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Whether views resolved by this resolver should add path variables the model or not.
- setExposeRequestAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether all request attributes should be added to the
model prior to merging with the template.
- setExposeRequestAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether all request attributes should be added to the
model prior to merging with the template.
- setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
- setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
- setExpression(String) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set the expression to evaluate.
- setExtractValueFromSingleKeyModel(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set whether to serialize models containing a single attribute as a map or whether to
extract the single value from the model and serialize it directly.
- setExtractValueFromSingleKeyModel(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Set whether to serialize models containing a single attribute as a map or whether to
extract the single value from the model and serialize it directly.
- setFavorParameter(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setFavorPathExtension(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setFeedType(String) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
-
Sets the Rome feed type to use.
- setFlashMapTimeout(int) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Set the amount of time in seconds after a
FlashMap
is saved
(at request completion) and before it expires.
- setFor(String) - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Set the value of the 'for
' attribute.
- setFormatKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Set the key of the model parameter that holds the format discriminator.
- setFormatMappings(Map<String, Class<? extends AbstractJasperReportsView>>) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Set the mappings of format discriminators to view class names.
- setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Register HandlerMethodReturnValueHandler
instances to use to
handle return values.
- setHeaders(HttpServletResponse, Resource, MediaType) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Set headers on the given servlet response.
- setHeaders(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Specify the set of headers that are included in each of response.
- setHeaders(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the headers
the view class should use.
- setHtmlEscape(boolean) - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
-
Set HTML escaping for this tag, as boolean value.
- setHttp10Compatible(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set whether to stay compatible with HTTP 1.0 clients.
- setId(String) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Set the value of the 'id
' attribute.
- setIgnoreAcceptHeader(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
By default the content of the "default" model is used both during
rendering and redirect scenarios.
- setIgnoreNestedPath(boolean) - Method in class org.springframework.web.servlet.tags.BindTag
-
Set whether to ignore a nested path, if any.
- setIncludeAnnotatedControllers(boolean) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Set whether to activate or deactivate detection of annotated controllers.
- setIndent(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
- setIndent(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
- setInitBinderArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure the supported argument types in @InitBinder
methods.
- setInitParameters(Properties) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
Specify init parameters for the servlet to wrap,
as name-value pairs.
- setInterceptors(Object[]) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the interceptors to apply for all handlers mapped by this handler mapping.
- setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the value to be displayed as part of the
'input type="checkbox/radio"
' tag.
- setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the name of the property mapped to the label (inner text) of the
'option
' tag.
- setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the name of the property mapped to the label (inner text) of the
'option
' tag.
- setItems(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the
Collection
,
Map
or array of objects
used to generate the '
input type="checkbox/radio"
' tags.
- setItems(Object) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the
Collection
,
Map
or array
of objects used to generate the inner '
option
' tags.
- setItems(Object) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the
Collection
,
Map
or array of objects used to
generate the inner '
option
' tags.
- setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the name of the property mapped to the 'value
' attribute
of the 'input type="checkbox/radio"
' tag.
- setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the name of the property mapped to the 'value
'
attribute of the 'option
' tag.
- setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the name of the property mapped to the 'value
'
attribute of the 'option
' tag.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJdbcDataSource(DataSource) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Specify the javax.sql.DataSource
to use for reports with
embedded SQL statements.
- setJdbcDataSource(DataSource) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
- setJsonPrefix(String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Specify a custom prefix to use for this view's JSON output.
- setJsonPrefix(String) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Specify a custom prefix to use for this view's JSON output.
- setLabel(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Set the value of the 'label
' attribute.
- setLabel(String) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the text body of the rendered HTML <option>
tag.
- setLang(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'lang
' attribute.
- setLayoutKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutUrl(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Set the layout template to use.
- setLayoutUrl(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Set the layout template to use.
- setLazyInitHandlers(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Set whether to lazily initialize handlers.
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in interface org.springframework.web.servlet.LocaleResolver
-
Set the current locale to the given one.
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in interface org.springframework.web.servlet.LocaleContextResolver
-
Set the current locale context to the given one,
potentially including a locale with associated time zone information.
- setLocalesToInitialize(Locale[]) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Specify Locales to initialize eagerly, rather than lazily when actually accessed.
- setLocation(Resource) - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
Set the location of the XML file that defines the view beans.
- setLocations(List<Resource>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Set a List
of Resource
paths to use as sources
for serving static resources.
- setLogicalMappings(Properties) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
Specifies a set of optional logical method name mappings.
- setMappedHandlerClasses(Class<?>[]) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Specify the set of classes that this exception resolver should apply to.
- setMappedHandlers(Set<?>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Specify the set of handlers that this exception resolver should apply to.
- setMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Map URL paths to handler bean names.
- setMappings(Properties) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
-
Set explicit URL to method name mappings through a Properties object.
- setMarshaller(Marshaller) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
Sets the Marshaller
to be used by this view.
- setMaxlength(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the 'maxlength
' attribute.
- setMediaTypes(Map<String, String>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the MessageSourceResolvable for this tag.
- setMessageConverters(HttpMessageConverter<?>[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set the message body converters to use.
- setMessageConverters(HttpMessageConverter<?>[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide the converters to use in argument resolvers and return value
handlers that support reading and/or writing to the body of the
request and response.
- setMessageSource(MessageSource) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
-
- setMethod(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'method
' attribute.
- setMethodNameResolver(MethodNameResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set the MethodNameResolver to use for resolving default handler methods
(carrying an empty @RequestMapping
annotation).
- setMethodNameResolver(MethodNameResolver) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Set the method name resolver that this class should use.
- setMethodParam(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the name of the request param for non-browser supported HTTP methods.
- setMethodParamNames(String[]) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
Set a String array of parameter names, where the very existence of a
parameter in the list (with value ignored) means that a method of the
same name should be invoked.
- setModelAndViewResolvers(List<ModelAndViewResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- setModelAttribute(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the name of the form attribute in the model.
- setModelKey(String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set the attribute in the model that should be rendered by this view.
- setModelKey(String) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Set the attribute in the model that should be rendered by this view.
- setModelKey(String) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
Set the name of the model key that represents the object to be marshalled.
- setModelKeys(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set the attributes in the model that should be rendered by this view.
- setModelKeys(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Set the attributes in the model that should be rendered by this view.
- setMultiple(Object) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the value of the HTML 'multiple
' attribute rendered
on the final 'select
' element.
- setName(String) - Method in class org.springframework.web.servlet.tags.BindErrorsTag
-
Set the name of the bean that this tag should check.
- setName(String) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Get the value of the 'name
' attribute.
- setName(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'name
' attribute.
- setName(String) - Method in class org.springframework.web.servlet.tags.Param
-
Set the raw name of the parameter
- setName(String) - Method in class org.springframework.web.servlet.tags.ParamTag
-
Sets the name of the parameter
- setNamespace(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set a custom namespace for this servlet,
to be used for building a default context config location.
- setNumberToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or null
if not needed.
- setNumberToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or null
if not needed.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set the ObjectMapper
for this view.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Set the ObjectMapper
for this view.
- setOnblur(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'onblur
' attribute.
- setOnchange(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'onchange
' attribute.
- setOnclick(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onclick
' attribute.
- setOndblclick(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'ondblclick
' attribute.
- setOnfocus(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'onfocus
' attribute.
- setOnkeydown(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onkeydown
' attribute.
- setOnkeypress(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onkeypress
' attribute.
- setOnkeyup(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onkeyup
' attribute.
- setOnmousedown(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onmousedown
' attribute.
- setOnmousemove(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onmousemove
' attribute.
- setOnmouseout(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onmouseout
' attribute.
- setOnmouseover(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onmouseover
' attribute.
- setOnmouseup(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'onmouseup
' attribute.
- setOnreset(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'onreset
' attribute.
- setOnselect(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the 'onselect
' attribute.
- setOnselect(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Set the value of the 'onselect
' attribute.
- setOnsubmit(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'onsubmit
' attribute.
- setOrder(int) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
Specify the order to use for resource handling relative to other
HandlerMapping
s configured in
the Spring MVC application context.
- setOrder(int) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
-
Specify the order to use for ViewControllers mappings relative to other
HandlerMapping
s
configured in the Spring MVC application context.
- setOrder(int) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
- setOrder(int) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Specify the order value for this HandlerMapping bean.
- setOrder(int) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
- setOrder(int) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Specify the order value for this HandlerAdapter bean.
- setOrder(int) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
Specify the order value for this HandlerAdapter bean.
- setOrder(int) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
- setOrder(int) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setOrder(int) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- setOrder(int) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- setOrder(int) - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
- setOutputProperties(Properties) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputProperties(Properties) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set arbitrary transformer output properties to be applied to the stylesheet.
- setParameterName(String) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed
(e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed
(e.g.
- setParamName(String) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Set the name of the parameter that contains a locale specification
in a locale change request.
- setParamName(String) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
Set the name of the parameter whose value identifies the name of
the method to invoke.
- setParamName(String) - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
-
Set the name of the parameter that contains a theme specification
in a theme change request.
- setPath(String) - Method in class org.springframework.web.servlet.tags.BindTag
-
Set the path that this tag should apply.
- setPath(String) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
- setPath(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Unsupported for forms.
- setPath(String) - Method in class org.springframework.web.servlet.tags.NestedPathTag
-
Set the path that this tag should apply.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.handler.MappedInterceptor
-
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
-
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns, for determining cache mappings.
- setPathPrefix(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
Specify a prefix to prepend to the path generated from the controller name.
- setPrefix(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Specify a common prefix for handler method names.
- setPrefix(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Set the prefix to prepend to the request URL filename
to build a view name.
- setPrefix(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set the prefix to prepend to generated view names.
- setPrefix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the prefix that gets prepended to view names when building a URL.
- setPrefixJson(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Indicates whether the JSON output by this view should be prefixed with "{} && ".
- setPrefixJson(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Indicates whether the JSON output by this view should be prefixed with "{} && ".
- setPreparerFactoryClass(Class<? extends PreparerFactory>) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
- setPreparerFactoryClass(Class<? extends PreparerFactory>) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
- setPrettyPrint(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Whether to use the default pretty printer when writing JSON.
- setPrettyPrint(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Whether to use the default pretty printer when writing JSON.
- setPreventDispatchLoop(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Set whether to explicitly prevent dispatching back to the
current handler path.
- setPreventResponseCaching(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Specify whether to prevent HTTP response caching for any view resolved
by this HandlerExceptionResolver.
- setPublishContext(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether to publish this servlet's context as a ServletContext attribute,
available to all objects in the web container.
- setPublishEvents(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether this servlet should publish a ServletRequestHandledEvent at the end
of each request.
- setReadonly(boolean) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Sets the value of the 'readonly
' attribute.
- setRedirectContextRelative(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set whether to interpret a given redirect URL that starts with a
slash ("/") as relative to the current ServletContext, i.e.
- setRedirectHttp10Compatible(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set whether redirects should stay compatible with HTTP 1.0 clients.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRenderedAttributes(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
- setRenderedAttributes(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
- setRenderer(Renderer) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
-
- setRenderer(Renderer) - Method in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
-
- setReportDataKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Set the name of the model attribute that represents the report data.
- setReportDataKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the reportDataKey
the view class should use.
- setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set the name of the RequestContext attribute for this view.
- setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the name of the RequestContext attribute for all views.
- setRequireSession(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set whether a session should be required to handle requests.
- setResponseContentType(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Configure the complete list of supported return value types thus
overriding handlers that would otherwise be configured by default.
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure the complete list of supported return value types thus
overriding handlers that would otherwise be configured by default.
- setRootHandler(Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Set the root handler for this handler mapping, that is,
the handler to be registered for the root path ("/").
- setRows(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Set the value of the 'rows
' attribute.
- setScope(String) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set the scope to export the evaluation result to.
- setScope(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the scope to export the variable to.
- setScope(String) - Method in class org.springframework.web.servlet.tags.TransformTag
-
Set the scope to export the variable to.
- setScope(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set the scope to export the URL variable to.
- setScreenContentKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Set the name of the context key that will hold the content of
the screen within the layout template.
- setScreenContentKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Set the name of the context key that will hold the content of
the screen within the layout template.
- setSeparator(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set the value that will replace '/
' as the separator
in the view name.
- setServletClass(Class<?>) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
Set the class of the servlet to wrap.
- setServletConfig(ServletConfig) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
-
If the defaultServletName
property has not been explicitly set,
attempts to locate the default Servlet using the known common
container-specific names.
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Initialize the TaglibFactory
for the given ServletContext.
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
- setServletName(String) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
-
Set the name of the servlet to forward to,
i.e.
- setServletName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
Set the name of the servlet to wrap.
- setServletRelativeAction(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'action
' attribute.
- setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Specify the strategy to store session attributes with.
- setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Specify the strategy to store session attributes with.
- setShowPassword(boolean) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
Is the password value to be rendered?
- setSize(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the 'size
' attribute.
- setSize(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the value of the HTML 'size
' attribute rendered
on the final 'select
' element.
- setSourceKey(String) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set the name of the model attribute that represents the XSLT Source.
- setSourceKey(String) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set the name of the model attribute that represents the XSLT Source.
- setStatusCode(HttpStatus) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set the status code for this view.
- setStatusCodes(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the HTTP status code that this exception resolver will apply for a given
resolved error view.
- setStripExtension(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set whether or not file extensions should be stripped from the URI when
generating the view name.
- setStripLeadingSlash(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set whether or not leading slashes should be stripped from the URI when
generating the view name.
- setStripTrailingSlash(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set whether or not trailing slashes should be stripped from the URI when
generating the view name.
- setSubReportDataKeys(String[]) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Set the list of names corresponding to the model parameters that will contain
data source objects for use in sub-reports.
- setSubReportDataKeys(String[]) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the subReportDataKeys
the view class should use.
- setSubReportUrls(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Specify resource paths which must be loaded as instances of
JasperReport
and passed to the JasperReports engine for
rendering as sub-reports, under the same keys as in this mapping.
- setSubReportUrls(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the subReportUrls
the view class should use.
- setSuffix(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
-
Specify a common suffix for handler method names.
- setSuffix(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Set the suffix to append to the request URL filename
to build a view name.
- setSuffix(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set the suffix to append to generated view names.
- setSuffix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the suffix that gets appended to view names when building a URL.
- setSupportedMethods(String[]) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set the HTTP methods that this content generator should support.
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractController
-
Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setTabindex(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'tabindex
' attribute.
- setTarget(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the 'target
' attribute.
- setTargetRequestPath(String) - Method in class org.springframework.web.servlet.FlashMap
-
Provide a URL path to help identify the target request for this FlashMap.
- setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Set the default
AsyncTaskExecutor
to use when a controller method
returns a
Callable
.
- setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Set the default
AsyncTaskExecutor
to use when a controller method
return a
Callable
.
- setText(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the message text for this tag.
- setText(HSSFCell, String) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Convenient method to set a String as text content in a cell.
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in interface org.springframework.web.servlet.ThemeResolver
-
Set the current theme name to the given one.
- setThreadContextInheritable(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an
InheritableThreadLocal
).
- setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to throw a NoHandlerFoundException when no Handler was found for this request.
- setTilesInitializer(TilesInitializer) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Configure Tiles using a custom TilesInitializer, typically specified as an inner bean.
- setTilesInitializer(TilesInitializer) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Configure Tiles using a custom TilesInitializer, typically specified as an inner bean.
- setTitle(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'title
' attribute.
- setToolAttributes(Map<String, Class<?>>) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set tool attributes to expose to the view, as attribute name / class name pairs.
- setToolboxConfigLocation(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
-
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setToolboxConfigLocation(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setTransformerFactoryClass(Class<?>) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Specify the XSLT TransformerFactory class to use.
- setUpdateContentLength(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Whether to update the 'Content-Length' header of the response.
- setUpdateContentLength(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Deprecated.
Whether to update the 'Content-Length' header of the response.
- setUriResolver(URIResolver) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set the URIResolver used in the transform.
- setUriResolver(URIResolver) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set the URIResolver used in the transform.
- setUrl(String) - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
-
Set the URL of the resource that this view wraps.
- setUrl(String) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
-
Set the URL of the Excel workbook source, without localization part nor extension.
- setUrl(String) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
-
Deprecated.
Set the URL of the Excel workbook source, without localization part nor extension.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set if the context path and request URI should be URL-decoded.
- setUrlMap(Map<String, ?>) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Set a Map with URL paths as keys and handler beans (or handler bean names)
as values.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set the UrlPathHelper to use for the resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
-
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Set the UrlPathHelper to use to match FlashMap instances to requests.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.support.RequestContext
-
Set the UrlPathHelper to use for context path and request URI decoding.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set the UrlPathHelper
to use for
the resolution of lookup paths.
- setUrlPrefix(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
-
Set an optional prefix to prepend to generated URL mappings.
- setUrlSuffix(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
-
Set an optional suffix to append to generated URL mappings.
- setUseCacheControlHeader(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set whether to use the HTTP 1.1 cache-control header.
- setUseCacheControlNoStore(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set whether to use the HTTP 1.1 cache-control header value "no-store"
when preventing caching.
- setUseDefaultSuffixPattern(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
-
Deprecated.
Set whether to register paths using the default suffix pattern as well:
i.e.
- setUseExpiresHeader(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set whether to use the HTTP 1.0 expires header.
- setUseJaf(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setUseMutableTilesContainer(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Set whether to use a MutableTilesContainer (typically the CachingTilesContainer
implementation) for this application.
- setUseMutableTilesContainer(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set whether to use a MutableTilesContainer (typically the CachingTilesContainer
implementation) for this application.
- setUseNotAcceptableStatusCode(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Indicate whether a
406 Not Acceptable
status code should be returned if no suitable view can be found.
- setUseRegisteredSuffixPatternMatch(Boolean) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Whether to use suffix pattern match for registered file extensions only
when matching patterns to requests.
- setUseRegisteredSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Whether to use suffix pattern match for registered file extensions only
when matching patterns to requests.
- setUseSharedServletConfig(boolean) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
Set whether to use the shared ServletConfig object passed in
through setServletConfig
, if available.
- setUseSuffixPatternMatch(Boolean) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Whether to use suffix pattern match (".*") when matching patterns to
requests.
- setUseSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Whether to use suffix pattern match (".*") when matching patterns to
requests.
- setUseTrailingSlashMatch(Boolean) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Whether to match to URLs irrespective of the presence of a trailing slash.
- setUseTrailingSlashMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Whether to match to URLs irrespective of the presence of a trailing slash.
- setUseWriter(boolean) - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
-
Specifies whether or not the
JRExporter
writes to the
PrintWriter
of the associated with the request (
true
) or whether it writes directly to the
InputStream
of the request (
false
).
- setValidateDefinitions(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
Set whether to validate the Tiles XML definitions.
- setValidateDefinitions(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set whether to validate the Tiles XML definitions.
- setValidators(Validator[]) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Set the Validators
for this controller.
- setValue(Object) - Method in class org.springframework.web.servlet.tags.ArgumentTag
-
Sets the value of the argument
- setValue(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Set the value of the 'value
' attribute.
- setValue(String) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Set the value of the 'value
' attribute.
- setValue(Object) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the 'value' attribute of the rendered HTML <option>
tag.
- setValue(String) - Method in class org.springframework.web.servlet.tags.Param
-
Set the raw value of the parameter
- setValue(String) - Method in class org.springframework.web.servlet.tags.ParamTag
-
Sets the value of the parameter
- setValue(Object) - Method in class org.springframework.web.servlet.tags.TransformTag
-
Set the value to transform, using the appropriate PropertyEditor
from the enclosing BindTag.
- setValue(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Sets the value of the URL
- setVar(String) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set the variable name to expose the evaluation result under.
- setVar(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set PageContext attribute name under which to expose
a variable that contains the resolved message.
- setVar(String) - Method in class org.springframework.web.servlet.tags.TransformTag
-
Set PageContext attribute name under which to expose
a variable that contains the result of the transformation.
- setVar(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set the variable name to expose the URL under.
- setVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
Set a pre-configured VelocityEngine to use for the Velocity web
configuration: e.g.
- setVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set the VelocityEngine to be used by this view.
- setView(View) - Method in class org.springframework.web.servlet.ModelAndView
-
Set a View object for this ModelAndView.
- setViewClass(Class<?>) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the view class that should be used to create views.
- setViewName(String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
-
Sets the view name to use for this view controller.
- setViewName(String) - Method in class org.springframework.web.servlet.ModelAndView
-
Set a view name for this ModelAndView, to be resolved by the
DispatcherServlet via a ViewResolver.
- setViewName(String) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Set the name of the view to delegate to.
- setViewNames(String[]) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the view names (or name patterns) that can be handled by this
ViewResolver
.
- setViewResolvers(List<ViewResolver>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Sets the view resolvers to be wrapped by this view resolver.
- setWarnLogCategory(String) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Set the log category for warn logging.
- setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
- setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide a WebBindingInitializer with "global" initialization to apply
to every DataBinder instance.
- setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
- shouldApplyTo(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Check whether this resolver is supposed to apply to the given handler.
- shouldApplyTo(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
-
- shouldRender() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
Should rendering of this tag proceed at all.
- shouldRender() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Should rendering of this tag proceed at all?
- simpleControllerHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- SimpleControllerHandlerAdapter - Class in org.springframework.web.servlet.mvc
-
- SimpleControllerHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- SimpleMappingExceptionResolver - Class in org.springframework.web.servlet.handler
-
HandlerExceptionResolver
implementation
that allows for mapping exception class names to view names, either for a set of
given handlers or for all handlers in the DispatcherServlet.
- SimpleMappingExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
- SimpleServletHandlerAdapter - Class in org.springframework.web.servlet.handler
-
Adapter to use the Servlet interface with the generic DispatcherServlet.
- SimpleServletHandlerAdapter() - Constructor for class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- SimpleServletPostProcessor - Class in org.springframework.web.servlet.handler
-
BeanPostProcessor
that applies initialization and destruction callbacks to beans that
implement the
Servlet
interface.
- SimpleServletPostProcessor() - Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- SimpleSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
-
Tiles2
PreparerFactory
implementation
that expects preparer class names and builds preparer instances for those,
creating them through the Spring ApplicationContext in order to apply
Spring container callbacks and configured Spring BeanPostProcessors.
- SimpleSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
-
- SimpleSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
-
Tiles3
PreparerFactory
implementation
that expects preparer class names and builds preparer instances for those,
creating them through the Spring ApplicationContext in order to apply
Spring container callbacks and configured Spring BeanPostProcessors.
- SimpleSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.SimpleSpringPreparerFactory
-
- SimpleUrlHandlerMapping - Class in org.springframework.web.servlet.handler
-
Implementation of the
HandlerMapping
interface to map from URLs to request handler beans.
- SimpleUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
- SIZE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
-
- SmartView - Interface in org.springframework.web.servlet
-
Provides additional information about a View such as whether it
performs redirects.
- SPAN_TAG - Static variable in class org.springframework.web.servlet.tags.form.ErrorsTag
-
The HTML 'span
' tag.
- SPRING_MACRO_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.view.AbstractTemplateView
-
Variable name of the RequestContext instance in the template model,
available to Spring's macros: e.g.
- SpringBeanPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
-
Tiles2
PreparerFactory
implementation
that expects preparer bean names and obtains preparer beans from the
Spring ApplicationContext.
- SpringBeanPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.SpringBeanPreparerFactory
-
- SpringBeanPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
-
Tiles3
PreparerFactory
implementation
that expects preparer bean names and obtains preparer beans from the
Spring ApplicationContext.
- SpringBeanPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory
-
- SpringLocaleResolver - Class in org.springframework.web.servlet.view.tiles2
-
Tiles LocaleResolver adapter that delegates to a Spring
LocaleResolver
,
exposing the DispatcherServlet-managed locale.
- SpringLocaleResolver() - Constructor for class org.springframework.web.servlet.view.tiles2.SpringLocaleResolver
-
- SpringLocaleResolver - Class in org.springframework.web.servlet.view.tiles3
-
Tiles LocaleResolver adapter that delegates to a Spring
LocaleResolver
, exposing the
DispatcherServlet-managed locale.
- SpringLocaleResolver() - Constructor for class org.springframework.web.servlet.view.tiles3.SpringLocaleResolver
-
- SpringWildcardServletTilesApplicationContext - Class in org.springframework.web.servlet.view.tiles2
-
Spring-specific subclass of the Tiles ServletTilesApplicationContext.
- SpringWildcardServletTilesApplicationContext(ServletContext) - Constructor for class org.springframework.web.servlet.view.tiles2.SpringWildcardServletTilesApplicationContext
-
- SpringWildcardServletTilesApplicationContext - Class in org.springframework.web.servlet.view.tiles3
-
Spring-specific subclass of the Tiles ServletApplicationContext.
- SpringWildcardServletTilesApplicationContext(ServletContext) - Constructor for class org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
-
- startExpirationPeriod(int) - Method in class org.springframework.web.servlet.FlashMap
-
Start the expiration period for this instance.
- startTag(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Start a new tag with the supplied name.
- STATUS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindTag
-
Name of the exposed variable within the scope of this tag: "status".
- STYLE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- supports(Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- supports(Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
-
Given a handler instance, return whether or not this HandlerAdapter
can support it.
- supports(Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- supports(Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
-
- supports(Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
Given a handler instance, return whether or not this HandlerAdapter
can support it.
- supports(Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- supportsInternal(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
Given a handler method, return whether or not this adapter can support it.
- supportsInternal(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Always return true
since any method argument and return value
type will be processed in some way.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
Supports the following:
Annotated with @RequestPart
Of type MultipartFile
unless annotated with @RequestParam
.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
-
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
-
Always returns true
.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
-
- supportsTypeLevelMappings() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Indicates whether this handler mapping support type-level mappings.
- supportsTypeLevelMappings() - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
-
Deprecated.