Serialized Form
-
Package org.springframework.web.servlet
-
Class org.springframework.web.servlet.DispatcherServlet
class DispatcherServlet extends FrameworkServlet implements Serializable-
Serialized Fields
-
cleanupAfterInclude
boolean cleanupAfterInclude
Perform cleanup of request attributes after include request?. -
detectAllHandlerAdapters
boolean detectAllHandlerAdapters
Detect all HandlerAdapters or just expect "handlerAdapter" bean?. -
detectAllHandlerExceptionResolvers
boolean detectAllHandlerExceptionResolvers
Detect all HandlerExceptionResolvers or just expect "handlerExceptionResolver" bean?. -
detectAllHandlerMappings
boolean detectAllHandlerMappings
Detect all HandlerMappings or just expect "handlerMapping" bean?. -
detectAllViewResolvers
boolean detectAllViewResolvers
Detect all ViewResolvers or just expect "viewResolver" bean?. -
flashMapManager
@Nullable FlashMapManager flashMapManager
FlashMapManager used by this servlet. -
handlerAdapters
@Nullable List<HandlerAdapter> handlerAdapters
List of HandlerAdapters used by this servlet. -
handlerExceptionResolvers
@Nullable List<HandlerExceptionResolver> handlerExceptionResolvers
List of HandlerExceptionResolvers used by this servlet. -
handlerMappings
@Nullable List<HandlerMapping> handlerMappings
List of HandlerMappings used by this servlet. -
localeResolver
@Nullable LocaleResolver localeResolver
LocaleResolver used by this servlet. -
multipartResolver
@Nullable org.springframework.web.multipart.MultipartResolver multipartResolver
MultipartResolver used by this servlet. -
parseRequestPath
boolean parseRequestPath
-
viewNameTranslator
@Nullable RequestToViewNameTranslator viewNameTranslator
RequestToViewNameTranslator used by this servlet. -
viewResolvers
@Nullable List<ViewResolver> viewResolvers
List of ViewResolvers used by this servlet.
-
-
-
Class org.springframework.web.servlet.FlashMap
-
Class org.springframework.web.servlet.FrameworkServlet
class FrameworkServlet extends HttpServletBean implements Serializable-
Serialized Fields
-
contextAttribute
@Nullable String contextAttribute
ServletContext attribute to find the WebApplicationContext in. -
contextClass
Class<?> contextClass
WebApplicationContext implementation class to create. -
contextConfigLocation
@Nullable String contextConfigLocation
Explicit context config location. -
contextId
@Nullable String contextId
WebApplicationContext id to assign. -
contextInitializerClasses
@Nullable String contextInitializerClasses
Comma-delimited ApplicationContextInitializer class names set through init param. -
contextInitializers
List<org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>> contextInitializers
Actual ApplicationContextInitializer instances to apply to the context. -
dispatchOptionsRequest
boolean dispatchOptionsRequest
Should we dispatch an HTTP OPTIONS request toFrameworkServlet.doService(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)
?. -
dispatchTraceRequest
boolean dispatchTraceRequest
Should we dispatch an HTTP TRACE request toFrameworkServlet.doService(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)
?. -
enableLoggingRequestDetails
boolean enableLoggingRequestDetails
Whether to log potentially sensitive info (request params at DEBUG + headers at TRACE). -
namespace
@Nullable String namespace
Namespace for this servlet. -
onRefreshMonitor
Object onRefreshMonitor
Monitor for synchronized onRefresh execution. -
publishContext
boolean publishContext
Should we publish the context as a ServletContext attribute?. -
publishEvents
boolean publishEvents
Should we publish a ServletRequestHandledEvent at the end of each request?. -
refreshEventReceived
boolean refreshEventReceived
Flag used to detect whether onRefresh has already been called. -
threadContextInheritable
boolean threadContextInheritable
Expose LocaleContext and RequestAttributes as inheritable for child threads?. -
webApplicationContext
@Nullable org.springframework.web.context.WebApplicationContext webApplicationContext
WebApplicationContext for this servlet. -
webApplicationContextInjected
boolean webApplicationContextInjected
If the WebApplicationContext was injected viaFrameworkServlet.setApplicationContext(org.springframework.context.ApplicationContext)
.
-
-
-
Class org.springframework.web.servlet.HttpServletBean
class HttpServletBean extends HttpServlet implements Serializable -
Exception Class org.springframework.web.servlet.ModelAndViewDefiningException
class ModelAndViewDefiningException extends ServletException implements Serializable-
Serialized Fields
-
modelAndView
ModelAndView modelAndView
-
-
-
Exception Class org.springframework.web.servlet.NoHandlerFoundException
class NoHandlerFoundException extends ServletException implements Serializable
-
-
Package org.springframework.web.servlet.mvc.support
-
Class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
class RedirectAttributesModelMap extends org.springframework.ui.ModelMap implements Serializable-
Serialized Fields
-
dataBinder
@Nullable org.springframework.validation.DataBinder dataBinder
-
flashAttributes
org.springframework.ui.ModelMap flashAttributes
-
-
-
-
Package org.springframework.web.servlet.resource
-
Exception Class org.springframework.web.servlet.resource.NoResourceFoundException
class NoResourceFoundException extends ServletException implements Serializable-
Serialized Fields
-
body
org.springframework.http.ProblemDetail body
-
httpMethod
org.springframework.http.HttpMethod httpMethod
-
resourcePath
String resourcePath
-
-
-
-
Package org.springframework.web.servlet.tags
-
Class org.springframework.web.servlet.tags.ArgumentTag
class ArgumentTag extends BodyTagSupport implements Serializable -
Class org.springframework.web.servlet.tags.BindErrorsTag
class BindErrorsTag extends HtmlEscapingAwareTag implements Serializable -
Class org.springframework.web.servlet.tags.BindTag
class BindTag extends HtmlEscapingAwareTag implements Serializable -
Class org.springframework.web.servlet.tags.EscapeBodyTag
class EscapeBodyTag extends HtmlEscapingAwareTag implements Serializable-
Serialized Fields
-
bodyContent
@Nullable BodyContent bodyContent
-
javaScriptEscape
boolean javaScriptEscape
-
-
-
Class org.springframework.web.servlet.tags.EvalTag
class EvalTag extends HtmlEscapingAwareTag implements Serializable -
Class org.springframework.web.servlet.tags.HtmlEscapeTag
class HtmlEscapeTag extends RequestContextAwareTag implements Serializable-
Serialized Fields
-
defaultHtmlEscape
boolean defaultHtmlEscape
-
-
-
Class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
class HtmlEscapingAwareTag extends RequestContextAwareTag implements Serializable -
Class org.springframework.web.servlet.tags.MessageTag
class MessageTag extends HtmlEscapingAwareTag implements Serializable-
Serialized Fields
-
arguments
@Nullable Object arguments
-
argumentSeparator
String argumentSeparator
-
code
@Nullable String code
-
javaScriptEscape
boolean javaScriptEscape
-
message
@Nullable org.springframework.context.MessageSourceResolvable message
-
nestedArguments
List<Object> nestedArguments
-
scope
String scope
-
text
@Nullable String text
-
var
@Nullable String var
-
-
-
Class org.springframework.web.servlet.tags.NestedPathTag
class NestedPathTag extends TagSupport implements Serializable -
Class org.springframework.web.servlet.tags.ParamTag
class ParamTag extends BodyTagSupport implements Serializable -
Class org.springframework.web.servlet.tags.RequestContextAwareTag
class RequestContextAwareTag extends TagSupport implements Serializable-
Serialized Fields
-
logger
org.apache.commons.logging.Log logger
Logger available to subclasses. -
requestContext
@Nullable RequestContext requestContext
-
-
-
Class org.springframework.web.servlet.tags.TransformTag
class TransformTag extends HtmlEscapingAwareTag implements Serializable -
Class org.springframework.web.servlet.tags.UrlTag
class UrlTag extends HtmlEscapingAwareTag implements Serializable-
Serialized Fields
-
-
-
Package org.springframework.web.servlet.tags.form
-
Class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
class AbstractCheckedElementTag extends AbstractHtmlInputElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
class AbstractDataBoundFormElementTag extends AbstractFormTag implements Serializable-
Serialized Fields
-
bindStatus
@Nullable BindStatus bindStatus
TheBindStatus
of this tag. -
id
@Nullable String id
The value of the 'id
' attribute. -
path
@Nullable String path
The property path from theform object
.
-
-
-
Class org.springframework.web.servlet.tags.form.AbstractFormTag
class AbstractFormTag extends HtmlEscapingAwareTag implements Serializable -
Class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
class AbstractHtmlElementBodyTag extends AbstractHtmlElementTag implements Serializable-
Serialized Fields
-
bodyContent
@Nullable BodyContent bodyContent
-
tagWriter
@Nullable TagWriter tagWriter
-
-
-
Class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
class AbstractHtmlElementTag extends AbstractDataBoundFormElementTag implements Serializable-
Serialized Fields
-
cssClass
@Nullable String cssClass
-
cssErrorClass
@Nullable String cssErrorClass
-
cssStyle
@Nullable String cssStyle
-
dir
@Nullable String dir
-
dynamicAttributes
@Nullable Map<String,
Object> dynamicAttributes -
lang
@Nullable String lang
-
onclick
@Nullable String onclick
-
ondblclick
@Nullable String ondblclick
-
onkeydown
@Nullable String onkeydown
-
onkeypress
@Nullable String onkeypress
-
onkeyup
@Nullable String onkeyup
-
onmousedown
@Nullable String onmousedown
-
onmousemove
@Nullable String onmousemove
-
onmouseout
@Nullable String onmouseout
-
onmouseover
@Nullable String onmouseover
-
onmouseup
@Nullable String onmouseup
-
tabindex
@Nullable String tabindex
-
title
@Nullable String title
-
-
-
Class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
class AbstractHtmlInputElementTag extends AbstractHtmlElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
class AbstractMultiCheckedElementTag extends AbstractCheckedElementTag implements Serializable-
Serialized Fields
-
delimiter
@Nullable String delimiter
Delimiter to use between each 'input type="checkbox/radio"
' tags. -
element
String element
The HTML element used to enclose the 'input type="checkbox/radio"
' tag. -
itemLabel
@Nullable String itemLabel
The value to be displayed as part of the 'input type="checkbox/radio"
' tag. -
items
@Nullable Object items
-
itemValue
@Nullable String itemValue
The name of the property mapped to the 'value
' attribute of the 'input type="checkbox/radio"
' tag.
-
-
-
Class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
class AbstractSingleCheckedElementTag extends AbstractCheckedElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.ButtonTag
class ButtonTag extends AbstractHtmlElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.CheckboxesTag
class CheckboxesTag extends AbstractMultiCheckedElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.CheckboxTag
class CheckboxTag extends AbstractSingleCheckedElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.ErrorsTag
class ErrorsTag extends AbstractHtmlElementBodyTag implements Serializable -
Class org.springframework.web.servlet.tags.form.FormTag
class FormTag extends AbstractHtmlElementTag implements Serializable-
Serialized Fields
-
acceptCharset
@Nullable String acceptCharset
-
action
@Nullable String action
-
autocomplete
@Nullable String autocomplete
-
enctype
@Nullable String enctype
-
method
String method
-
methodParam
String methodParam
-
modelAttribute
String modelAttribute
-
name
@Nullable String name
-
onreset
@Nullable String onreset
-
onsubmit
@Nullable String onsubmit
-
previousNestedPath
@Nullable String previousNestedPath
Caching a previous nested path, so that it may be reset. -
servletRelativeAction
@Nullable String servletRelativeAction
-
tagWriter
@Nullable TagWriter tagWriter
-
target
@Nullable String target
-
-
-
Class org.springframework.web.servlet.tags.form.HiddenInputTag
class HiddenInputTag extends AbstractHtmlElementTag implements Serializable-
Serialized Fields
-
disabled
boolean disabled
-
-
-
Class org.springframework.web.servlet.tags.form.InputTag
class InputTag extends AbstractHtmlInputElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.LabelTag
class LabelTag extends AbstractHtmlElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.OptionsTag
class OptionsTag extends AbstractHtmlElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.OptionTag
class OptionTag extends AbstractHtmlElementBodyTag implements Serializable -
Class org.springframework.web.servlet.tags.form.PasswordInputTag
class PasswordInputTag extends InputTag implements Serializable-
Serialized Fields
-
showPassword
boolean showPassword
-
-
-
Class org.springframework.web.servlet.tags.form.RadioButtonsTag
class RadioButtonsTag extends AbstractMultiCheckedElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.RadioButtonTag
class RadioButtonTag extends AbstractSingleCheckedElementTag implements Serializable -
Class org.springframework.web.servlet.tags.form.SelectTag
class SelectTag extends AbstractHtmlInputElementTag implements Serializable-
Serialized Fields
-
itemLabel
@Nullable String itemLabel
The name of the property mapped to the inner text of the 'option
' tag. -
items
@Nullable Object items
-
itemValue
@Nullable String itemValue
The name of the property mapped to the 'value
' attribute of the 'option
' tag. -
multiple
@Nullable Object multiple
Indicates whether the 'select
' tag allows multiple-selections. -
size
@Nullable String size
The value of the HTML 'size
' attribute rendered on the final 'select
' element. -
tagWriter
@Nullable TagWriter tagWriter
TheTagWriter
instance that the output is being written.Only used in conjunction with nested
OptionTags
.
-
-
-
Class org.springframework.web.servlet.tags.form.TextareaTag
class TextareaTag extends AbstractHtmlInputElementTag implements Serializable
-