Serialized Form
Package org.springframework.web.servlet |
detectAllHandlerMappings
boolean detectAllHandlerMappings
- Detect all HandlerMappings or just expect "handlerMapping" bean?
detectAllHandlerAdapters
boolean detectAllHandlerAdapters
- Detect all HandlerAdapters or just expect "handlerAdapter" bean?
detectAllHandlerExceptionResolvers
boolean detectAllHandlerExceptionResolvers
- Detect all HandlerExceptionResolvers or just expect "handlerExceptionResolver" bean?
detectAllViewResolvers
boolean detectAllViewResolvers
- Detect all ViewResolvers or just expect "viewResolver" bean?
cleanupAfterInclude
boolean cleanupAfterInclude
- Perform cleanup of request attributes after include request?
multipartResolver
org.springframework.web.multipart.MultipartResolver multipartResolver
- MultipartResolver used by this servlet
localeResolver
LocaleResolver localeResolver
- LocaleResolver used by this servlet
themeResolver
ThemeResolver themeResolver
- ThemeResolver used by this servlet
handlerMappings
java.util.List<E> handlerMappings
- List of HandlerMappings used by this servlet
handlerAdapters
java.util.List<E> handlerAdapters
- List of HandlerAdapters used by this servlet
handlerExceptionResolvers
java.util.List<E> handlerExceptionResolvers
- List of HandlerExceptionResolvers used by this servlet
viewNameTranslator
RequestToViewNameTranslator viewNameTranslator
- RequestToViewNameTranslator used by this servlet
flashMapManager
FlashMapManager flashMapManager
- FlashMapManager used by this servlet
viewResolvers
java.util.List<E> viewResolvers
- List of ViewResolvers used by this servlet
serialVersionUID: 1L
targetRequestPath
java.lang.String targetRequestPath
targetRequestParams
org.springframework.util.MultiValueMap<K,V> targetRequestParams
expirationStartTime
long expirationStartTime
timeToLive
int timeToLive
contextAttribute
java.lang.String contextAttribute
- ServletContext attribute to find the WebApplicationContext in
contextClass
java.lang.Class<T> contextClass
- WebApplicationContext implementation class to create
contextId
java.lang.String contextId
- WebApplicationContext id to assign
namespace
java.lang.String namespace
- Namespace for this servlet
contextConfigLocation
java.lang.String contextConfigLocation
- Explicit context config location
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?
threadContextInheritable
boolean threadContextInheritable
- Expose LocaleContext and RequestAttributes as inheritable for child threads?
dispatchOptionsRequest
boolean dispatchOptionsRequest
- Should we dispatch an HTTP OPTIONS request to
FrameworkServlet.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
?
dispatchTraceRequest
boolean dispatchTraceRequest
- Should we dispatch an HTTP TRACE request to
FrameworkServlet.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
?
webApplicationContext
org.springframework.web.context.WebApplicationContext webApplicationContext
- WebApplicationContext for this servlet
refreshEventReceived
boolean refreshEventReceived
- Flag used to detect whether onRefresh has already been called
contextInitializerClasses
java.lang.String contextInitializerClasses
- Comma-delimited ApplicationContextInitializer classnames set through init param
contextInitializers
java.util.ArrayList<E> contextInitializers
- Actual ApplicationContextInitializer instances to apply to the context
logger
org.apache.commons.logging.Log logger
- Logger available to subclasses
requiredProperties
java.util.Set<E> requiredProperties
- Set of required properties (Strings) that must be supplied as
config parameters to this servlet.
environment
org.springframework.core.env.Environment environment
modelAndView
ModelAndView modelAndView
defaultUrl
java.lang.String defaultUrl
allowedResources
java.lang.String allowedResources
contentType
java.lang.String contentType
applyLastModified
boolean applyLastModified
pathMatcher
org.springframework.util.PathMatcher pathMatcher
startupTime
long startupTime
Package org.springframework.web.servlet.mvc.multiaction |
methodName
java.lang.String methodName
Package org.springframework.web.servlet.mvc.support |
dataBinder
org.springframework.validation.DataBinder dataBinder
flashAttributes
org.springframework.ui.ModelMap flashAttributes
Package org.springframework.web.servlet.tags |
name
java.lang.String name
errors
org.springframework.validation.Errors errors
path
java.lang.String path
ignoreNestedPath
boolean ignoreNestedPath
status
BindStatus status
previousPageStatus
java.lang.Object previousPageStatus
previousRequestStatus
java.lang.Object previousRequestStatus
javaScriptEscape
boolean javaScriptEscape
bodyContent
javax.servlet.jsp.tagext.BodyContent bodyContent
expressionParser
org.springframework.expression.ExpressionParser expressionParser
expression
org.springframework.expression.Expression expression
var
java.lang.String var
scope
int scope
javaScriptEscape
boolean javaScriptEscape
defaultHtmlEscape
java.lang.String defaultHtmlEscape
htmlEscape
java.lang.Boolean htmlEscape
message
java.lang.Object message
code
java.lang.String code
arguments
java.lang.Object arguments
argumentSeparator
java.lang.String argumentSeparator
text
java.lang.String text
var
java.lang.String var
scope
java.lang.String scope
javaScriptEscape
boolean javaScriptEscape
path
java.lang.String path
previousNestedPath
java.lang.String previousNestedPath
- Caching a previous nested path, so that it may be reset
name
java.lang.String name
value
java.lang.String value
param
Param param
logger
org.apache.commons.logging.Log logger
- Logger available to subclasses
requestContext
RequestContext requestContext
value
java.lang.Object value
- the value to transform using the appropriate property editor
var
java.lang.String var
- the variable to put the result in
scope
java.lang.String scope
- the scope of the variable the result will be put in
params
java.util.List<E> params
templateParams
java.util.Set<E> templateParams
type
org.springframework.web.servlet.tags.UrlTag.UrlType type
value
java.lang.String value
context
java.lang.String context
var
java.lang.String var
scope
int scope
javaScriptEscape
boolean javaScriptEscape
Package org.springframework.web.servlet.tags.form |
path
java.lang.String path
- The property path from the
form object
.
id
java.lang.String id
- The value of the '
id
' attribute.
bindStatus
BindStatus bindStatus
- The
BindStatus
of this tag.
bodyContent
javax.servlet.jsp.tagext.BodyContent bodyContent
tagWriter
TagWriter tagWriter
cssClass
java.lang.String cssClass
cssErrorClass
java.lang.String cssErrorClass
cssStyle
java.lang.String cssStyle
lang
java.lang.String lang
title
java.lang.String title
dir
java.lang.String dir
tabindex
java.lang.String tabindex
onclick
java.lang.String onclick
ondblclick
java.lang.String ondblclick
onmousedown
java.lang.String onmousedown
onmouseup
java.lang.String onmouseup
onmouseover
java.lang.String onmouseover
onmousemove
java.lang.String onmousemove
onmouseout
java.lang.String onmouseout
onkeypress
java.lang.String onkeypress
onkeyup
java.lang.String onkeyup
onkeydown
java.lang.String onkeydown
dynamicAttributes
java.util.Map<K,V> dynamicAttributes
onfocus
java.lang.String onfocus
onblur
java.lang.String onblur
onchange
java.lang.String onchange
accesskey
java.lang.String accesskey
disabled
java.lang.String disabled
readonly
java.lang.String readonly
items
java.lang.Object items
- The
Collection
, Map
or array of objects
used to generate the 'input type="checkbox/radio"
' tags.
itemValue
java.lang.String itemValue
- The name of the property mapped to the '
value
' attribute
of the 'input type="checkbox/radio"
' tag.
itemLabel
java.lang.String itemLabel
- The value to be displayed as part of the '
input type="checkbox/radio"
' tag.
element
java.lang.String element
- The HTML element used to enclose the '
input type="checkbox/radio"
' tag.
delimiter
java.lang.String delimiter
- Delimiter to use between each '
input type="checkbox/radio"
' tags.
value
java.lang.Object value
- The value of the '
value
' attribute.
label
java.lang.Object label
- The value of the '
label
' attribute.
tagWriter
TagWriter tagWriter
name
java.lang.String name
value
java.lang.String value
disabled
java.lang.String disabled
element
java.lang.String element
delimiter
java.lang.String delimiter
oldMessages
java.lang.Object oldMessages
- Stores any value that existed in the 'errors messages' before the tag was started.
errorMessagesWereExposed
boolean errorMessagesWereExposed
tagWriter
TagWriter tagWriter
modelAttribute
java.lang.String modelAttribute
name
java.lang.String name
action
java.lang.String action
method
java.lang.String method
target
java.lang.String target
enctype
java.lang.String enctype
acceptCharset
java.lang.String acceptCharset
onsubmit
java.lang.String onsubmit
onreset
java.lang.String onreset
autocomplete
java.lang.String autocomplete
methodParam
java.lang.String methodParam
previousNestedPath
java.lang.String previousNestedPath
- Caching a previous nested path, so that it may be reset
disabled
java.lang.String disabled
size
java.lang.String size
maxlength
java.lang.String maxlength
alt
java.lang.String alt
onselect
java.lang.String onselect
autocomplete
java.lang.String autocomplete
tagWriter
TagWriter tagWriter
- The
TagWriter
instance being used.
Stored so we can close the tag on LabelTag.doEndTag()
.
forId
java.lang.String forId
- The value of the '
for
' attribute.
items
java.lang.Object items
- The
Collection
, Map
or array of
objects used to generate the inner 'option
' tags.
itemValue
java.lang.String itemValue
- The name of the property mapped to the '
value
' attribute
of the 'option
' tag.
itemLabel
java.lang.String itemLabel
- The name of the property mapped to the inner text of the
'
option
' tag.
disabled
java.lang.String disabled
value
java.lang.Object value
- The 'value' attribute of the rendered HTML
<option>
tag.
label
java.lang.String label
- The text body of the rendered HTML
<option>
tag.
oldValue
java.lang.Object oldValue
oldDisplayValue
java.lang.Object oldDisplayValue
disabled
java.lang.String disabled
showPassword
boolean showPassword
items
java.lang.Object items
- The
Collection
, Map
or array of objects used to generate the inner
'option
' tags.
itemValue
java.lang.String itemValue
- The name of the property mapped to the '
value
' attribute
of the 'option
' tag.
itemLabel
java.lang.String itemLabel
- The name of the property mapped to the inner text of the
'
option
' tag.
size
java.lang.String size
- The value of the HTML '
size
' attribute rendered
on the final 'select
' element.
multiple
java.lang.Object multiple
- Indicates whether or not the '
select
' tag allows
multiple-selections.
tagWriter
TagWriter tagWriter
- The
TagWriter
instance that the output is being written.
Only used in conjunction with nested OptionTags
.
rows
java.lang.String rows
cols
java.lang.String cols
onselect
java.lang.String onselect