当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
Serialized Form (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
Serialized Form
Package org.springframework.aop |
Package org.springframework.aop.aspectj |
shadowMapCache
Map<K,V> shadowMapCache
pointcutParser
org.aspectj.weaver.tools.PointcutParser pointcutParser
pointcutDeclarationScope
Class<T> pointcutDeclarationScope
pointcutParameterNames
String[] pointcutParameterNames
pointcutParameterTypes
Class<T>[] pointcutParameterTypes
pointcutExpression
org.aspectj.weaver.tools.PointcutExpression pointcutExpression
pointcut
AspectJExpressionPointcut pointcut
Package org.springframework.aop.aspectj.annotation |
includePatterns
List<E> includePatterns
aspectJAdvisorFactory
AspectJAdvisorFactory aspectJAdvisorFactory
aspectJAdvisorsBuilder
BeanFactoryAspectJAdvisorsBuilder aspectJAdvisorsBuilder
aspectFactory
AspectJAdvisorFactory aspectFactory
nonAspectClass
Class<T> nonAspectClass
Package org.springframework.aop.aspectj.autoproxy |
Package org.springframework.aop.framework |
target
Object target
proxyInterfaces
Class<T>[] proxyInterfaces
preInterceptors
Object[] preInterceptors
postInterceptors
Object[] postInterceptors
advisorAdapterRegistry
AdvisorAdapterRegistry advisorAdapterRegistry
- Default is global AdvisorAdapterRegistry
beanClassLoader
ClassLoader beanClassLoader
proxy
Object proxy
serialVersionUID: 2651364800145442165L
readResolve
private Object readResolve()
- Initializes transient fields.
writeReplace
protected Object writeReplace()
- Serializes a copy of the state of this class, ignoring subclass state.
targetSource
TargetSource targetSource
- Package-protected to allow direct access for efficiency
interfaces
List<E> interfaces
- Interfaces to be implemented by the proxy. Held in List to keep the order
of registration, to create JDK proxy with specified order of interfaces.
advisors
List<E> advisors
- List of Advisors. If an Advice is added, it will be wrapped
in an Advisor before being added to this List.
advisorArray
Advisor[] advisorArray
- Array updated on changes to the advisors list, which is easier
to manipulate internally.
serialVersionUID: -8409359707199703185L
proxyTargetClass
boolean proxyTargetClass
optimize
boolean optimize
opaque
boolean opaque
exposeProxy
boolean exposeProxy
frozen
boolean frozen
aopProxyFactory
AopProxyFactory aopProxyFactory
- The AopProxyFactory to use
listeners
List<E> listeners
- List of AdvisedSupportListener
active
boolean active
- Set to true when the first AOP proxy has been created
logger
Log logger
interceptorNames
String[] interceptorNames
targetName
String targetName
autodetectInterfaces
boolean autodetectInterfaces
singleton
boolean singleton
advisorAdapterRegistry
AdvisorAdapterRegistry advisorAdapterRegistry
freezeProxy
boolean freezeProxy
- Indicates whether the proxy should be frozen before creation.
beanClassLoader
ClassLoader beanClassLoader
beanFactory
BeanFactory beanFactory
- Owning bean factory, which cannot be changed after this
object is initialized.
advisorChainInitialized
boolean advisorChainInitialized
- Whether the advisor chain has already been initialized
singletonInstance
Object singletonInstance
- If this is a singleton, the cached singleton proxy instance
Package org.springframework.aop.framework.adapter |
advice
AfterReturningAdvice advice
advice
MethodBeforeAdvice advice
Package org.springframework.aop.framework.autoproxy |
advisorRetrievalHelper
BeanFactoryAdvisorRetrievalHelper advisorRetrievalHelper
logger
Log logger
- Logger available to subclasses
order
int order
- Default value is same as non-ordered
advisorAdapterRegistry
AdvisorAdapterRegistry advisorAdapterRegistry
- Default is global AdvisorAdapterRegistry
freezeProxy
boolean freezeProxy
- Indicates whether or not the proxy should be frozen. Overridden from super
to prevent the configuration from becoming frozen too early.
interceptorNames
String[] interceptorNames
- Default is no common interceptors
applyCommonInterceptorsFirst
boolean applyCommonInterceptorsFirst
customTargetSourceCreators
TargetSourceCreator[] customTargetSourceCreators
beanClassLoader
ClassLoader beanClassLoader
beanFactory
BeanFactory beanFactory
targetSourcedBeans
Set<E> targetSourcedBeans
- Set of bean name Strings, referring to all beans that this auto-proxy creator
created a custom TargetSource for. Used to detect own pre-built proxies (from
"postProcessBeforeInstantiation") in the "postProcessAfterInitialization" method.
advisedBeans
Set<E> advisedBeans
nonAdvisedBeans
Set<E> nonAdvisedBeans
beanNames
List<E> beanNames
usePrefix
boolean usePrefix
advisorBeanNamePrefix
String advisorBeanNamePrefix
Package org.springframework.aop.interceptor |
prefix
String prefix
suffix
String suffix
hideProxyClassNames
boolean hideProxyClassNames
- Indicates whether or not proxy class names should be hidden when using dynamic loggers.
- See Also:
AbstractTraceInterceptor.setUseDynamicLogger(boolean)
enterMessage
String enterMessage
- The message for method entry.
exitMessage
String exitMessage
- The message for method exit.
exceptionMessage
String exceptionMessage
- The message for exceptions during method execution.
count
long count
readResolve
private Object readResolve()
- Required to support serialization. Replaces with canonical instance
on deserialization, protecting Singleton pattern.
Alternative to overriding the
equals
method.
trackAllInvocations
boolean trackAllInvocations
Package org.springframework.aop.scope |
scopedTargetSource
SimpleBeanTargetSource scopedTargetSource
- The TargetSource that manages scoping
targetBeanName
String targetBeanName
- The name of the target bean
proxy
Object proxy
- The cached singleton proxy
Package org.springframework.aop.support |
adviceBeanName
String adviceBeanName
beanFactory
BeanFactory beanFactory
advice
Advice advice
adviceMonitor
Object adviceMonitor
location
String location
expression
String expression
advice
Advice advice
order
int order
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
patterns
String[] patterns
- Regular expressions to match
excludedPatterns
String[] excludedPatterns
- Regaular expressions not to match
serialVersionUID: -2743223737633663832L
classFilter
ClassFilter classFilter
methodMatcher
MethodMatcher methodMatcher
clazz
Class<T> clazz
methodName
String methodName
evaluations
int evaluations
pointcut
Pointcut pointcut
advice
Advice advice
interfaces
Set<E> interfaces
order
int order
pointcut
Pointcut pointcut
delegateMap
Map<K,V> delegateMap
- Hold weak references to keys as we don't want to interfere with garbage collection..
defaultImplType
Class<T> defaultImplType
interfaceType
Class<T> interfaceType
delegate
Object delegate
- Object that actually implements the interfaces.
May be "this" if a subclass implements the introduced interfaces.
order
int order
- Deprecated.
advice
Advice advice
- Deprecated.
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- This method is implemented only to restore the logger.
We don't make the logger static as that would mean that subclasses
would use this class's log category.
- Throws:
IOException
ClassNotFoundException
publishedInterfaces
Set<E> publishedInterfaces
- Set of interface Classes
mappedNames
List<E> mappedNames
pointcut
NameMatchMethodPointcut pointcut
patterns
String[] patterns
perl5
boolean perl5
pointcut
AbstractRegexpMethodPointcut pointcut
pointcutMonitor
Object pointcutMonitor
clazz
Class<T> clazz
order
int order
advice
Advice advice
Package org.springframework.aop.target |
serialVersionUID: -4721607536018568393L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Replaces this object with a SingletonTargetSource on serialization.
Protected as otherwise it won't be invoked for subclasses.
(The
writeReplace()
method must be visible to the class
being serialized.)
With this implementation of this method, there is no need to mark
non-serializable fields in this class or subclasses as transient.
- Throws:
ObjectStreamException
logger
Log logger
- Logger available to subclasses
targetBeanName
String targetBeanName
- Name of the target bean we will create on each invocation
targetClass
Class<T> targetClass
- Class of the target
beanFactory
BeanFactory beanFactory
- BeanFactory that owns this TargetSource. We need to hold onto this
reference so that we can create new prototype instances as necessary.
maxSize
int maxSize
- The maximum size of the pool
maxIdle
int maxIdle
minIdle
int minIdle
maxWait
long maxWait
timeBetweenEvictionRunsMillis
long timeBetweenEvictionRunsMillis
minEvictableIdleTimeMillis
long minEvictableIdleTimeMillis
whenExhaustedAction
byte whenExhaustedAction
pool
ObjectPool pool
- The Jakarta Commons
ObjectPool
used to pool target objects
serialVersionUID: 3680494563553489691L
readResolve
private Object readResolve()
- Returns the canonical instance on deserialization in case
of no target class, thus protecting the Singleton pattern.
targetClass
Class<T> targetClass
serialVersionUID: 7497929212653839187L
target
Object target
- The current target object
target
Object target
serialVersionUID: 9031246629662423738L
target
Object target
- Target cached and invoked using reflection
targetInThread
ThreadLocal<T> targetInThread
- ThreadLocal holding the target associated with the current
thread. Unlike most ThreadLocals, which are static, this variable
is meant to be per thread per instance of the ThreadLocalTargetSource class.
targetSet
Set<E> targetSet
- Set of managed targets, enabling us to keep track of the targets we've created.
invocationCount
int invocationCount
hitCount
int hitCount
Package org.springframework.beans |
beanClass
Class<T> beanClass
beanClass
Class<T> beanClass
propertyName
String propertyName
propertyValueList
List<E> propertyValueList
- List of PropertyValue objects
converted
boolean converted
possibleMatches
String[] possibleMatches
propertyChangeEvent
PropertyChangeEvent propertyChangeEvent
propertyAccessExceptions
PropertyAccessException[] propertyAccessExceptions
- List of PropertyAccessException objects
name
String name
value
Object value
source
Object source
converted
boolean converted
convertedValue
Object convertedValue
resolvedTokens
Object resolvedTokens
- Package-visible field for caching the resolved property path tokens
value
Object value
requiredType
Class<T> requiredType
Package org.springframework.beans.factory |
beanName
String beanName
resourceDescription
String resourceDescription
resourceDescription
String resourceDescription
beanName
String beanName
beanName
String beanName
- The name of the instance that was of the wrong type
requiredType
Class<T> requiredType
- The required type
actualType
Class<T> actualType
- The offending type
resourceDescription
String resourceDescription
beanName
String beanName
beanClassName
String beanClassName
beanName
String beanName
- Name of the missing bean
beanType
Class<T> beanType
- Required bean type
Package org.springframework.beans.factory.access |
Package org.springframework.beans.factory.parsing |
Package org.springframework.beans.factory.support |
beanClass
Object beanClass
scope
String scope
singleton
boolean singleton
prototype
boolean prototype
abstractFlag
boolean abstractFlag
lazyInit
boolean lazyInit
autowireCandidate
boolean autowireCandidate
autowireMode
int autowireMode
dependencyCheck
int dependencyCheck
dependsOn
String[] dependsOn
constructorArgumentValues
ConstructorArgumentValues constructorArgumentValues
propertyValues
MutablePropertyValues propertyValues
methodOverrides
MethodOverrides methodOverrides
factoryBeanName
String factoryBeanName
factoryMethodName
String factoryMethodName
initMethodName
String initMethodName
destroyMethodName
String destroyMethodName
enforceInitMethod
boolean enforceInitMethod
enforceDestroyMethod
boolean enforceDestroyMethod
synthetic
boolean synthetic
resourceDescription
String resourceDescription
source
Object source
role
int role
parentName
String parentName
source
Object source
mergeEnabled
boolean mergeEnabled
source
Object source
mergeEnabled
boolean mergeEnabled
resolvedConstructorOrFactoryMethod
Object resolvedConstructorOrFactoryMethod
- Package-visible field for caching the resolved constructor or factory method
resolvedConstructorArguments
Object[] resolvedConstructorArguments
- Package-visible field for caching fully resolved constructor arguments
preparedConstructorArguments
Object[] preparedConstructorArguments
- Package-visible field for caching partly prepared constructor arguments
Package org.springframework.beans.factory.xml |
Package org.springframework.beans.support |
property
String property
ignoreCase
boolean ignoreCase
ascending
boolean ascending
toggleAscendingOnProperty
boolean toggleAscendingOnProperty
source
List<E> source
refreshDate
Date refreshDate
sort
SortDefinition sort
sortUsed
SortDefinition sortUsed
pageSize
int pageSize
page
int page
newPageSet
boolean newPageSet
maxLinkedPages
int maxLinkedPages
sourceProvider
PagedListSourceProvider sourceProvider
locale
Locale locale
localeUsed
Locale localeUsed
filter
Object filter
filterUsed
Object filterUsed
Package org.springframework.context |
serialVersionUID: 7099057708183571937L
timestamp
long timestamp
- System time when the event happened
Package org.springframework.context.event |
Package org.springframework.context.support |
codes
String[] codes
arguments
Object[] arguments
defaultMessage
String defaultMessage
Package org.springframework.core |
attributes
Map<K,V> attributes
- Map with String keys and Object values
serialVersionUID: 7100714597678207546L
cause
Throwable cause
- Root cause of this nested exception
cause
Throwable cause
- Root cause of this nested exception
serialVersionUID: 5439915454935047936L
cause
Throwable cause
- Root cause of this nested exception
Package org.springframework.core.enums |
label
String label
- A descriptive label for the enum.
code
Character code
- The unique code of this enum.
code
Short code
- The unique code of this enum.
readResolve
protected Object readResolve()
- Return the resolved type safe static enum instance.
code
Short code
- The unique code of the enum.
code
String code
- The unique code of this enum.
Package org.springframework.core.task |
concurrencyThrottle
org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter concurrencyThrottle
- Internal concurrency throttle used by this executor.
Package org.springframework.dao |
expectedSize
int expectedSize
actualSize
int actualSize
Package org.springframework.dao.annotation |
advice
PersistenceExceptionTranslationInterceptor advice
pointcut
AnnotationMatchingPointcut pointcut
Package org.springframework.ejb.access |
Package org.springframework.ejb.support |
logger
Log logger
- Logger available to subclasses
messageDrivenContext
MessageDrivenContext messageDrivenContext
logger
Log logger
- Logger available to subclasses
Package org.springframework.jca.cci |
Package org.springframework.jca.cci.connection |
connectionFactory
ConnectionFactory connectionFactory
connectionSpec
ConnectionSpec connectionSpec
threadBoundSpec
ThreadLocal<T> threadBoundSpec
targetConnectionFactory
ConnectionFactory targetConnectionFactory
logger
Log logger
target
Connection target
- Wrapped Connection
connection
Connection connection
- Proxy Connection
connectionMonitor
Object connectionMonitor
- Synchronization monitor for the shared Connection
Package org.springframework.jca.cci.core.support |
bytes
byte[] bytes
recordName
String recordName
recordShortDescription
String recordShortDescription
Package org.springframework.jdbc |
sql
String sql
expectedCount
int expectedCount
actualCount
int actualCount
sql
String sql
expected
int expected
- Number of rows that should have been affected
actual
int actual
- Number of rows that actually were affected
sql
String sql
- SQL that led to the problem
Package org.springframework.jdbc.datasource |
dataSource
DataSource dataSource
Package org.springframework.jdbc.datasource.lookup |
Package org.springframework.jdbc.support |
Package org.springframework.jdbc.support.rowset |
resultSet
ResultSet resultSet
rowSetMetaData
SqlRowSetMetaData rowSetMetaData
Package org.springframework.jms |
Package org.springframework.jms.connection |
connectionFactory
ConnectionFactory connectionFactory
pubSubDomain
boolean pubSubDomain
Package org.springframework.jms.listener |
Package org.springframework.jms.listener.adapter |
Package org.springframework.jms.support.converter |
Package org.springframework.jms.support.destination |
Package org.springframework.jmx |
Package org.springframework.jmx.access |
Package org.springframework.jmx.export |
Package org.springframework.jmx.export.metadata |
Package org.springframework.jmx.export.notification |
Package org.springframework.jndi |
requiredType
Class<T> requiredType
actualType
Class<T> actualType
Package org.springframework.mail |
failedMessages
Map<K,V> failedMessages
from
String from
replyTo
String replyTo
to
String[] to
cc
String[] cc
bcc
String[] bcc
sentDate
Date sentDate
subject
String subject
text
String text
Package org.springframework.orm |
persistentClass
Object persistentClass
identifier
Object identifier
persistentClass
Object persistentClass
identifier
Object identifier
Package org.springframework.orm.hibernate |
sessionFactory
net.sf.hibernate.SessionFactory sessionFactory
dataSource
DataSource dataSource
autodetectDataSource
boolean autodetectDataSource
entityInterceptor
Object entityInterceptor
jdbcExceptionTranslator
SQLExceptionTranslator jdbcExceptionTranslator
beanFactory
BeanFactory beanFactory
- Just needed for entityInterceptorBeanName.
- See Also:
HibernateTransactionManager.setEntityInterceptorBeanName(java.lang.String)
Package org.springframework.orm.hibernate3 |
sessionFactory
SessionFactory sessionFactory
dataSource
DataSource dataSource
autodetectDataSource
boolean autodetectDataSource
prepareConnection
boolean prepareConnection
entityInterceptor
Object entityInterceptor
jdbcExceptionTranslator
SQLExceptionTranslator jdbcExceptionTranslator
defaultJdbcExceptionTranslator
SQLExceptionTranslator defaultJdbcExceptionTranslator
beanFactory
BeanFactory beanFactory
- Just needed for entityInterceptorBeanName.
- See Also:
HibernateTransactionManager.setEntityInterceptorBeanName(java.lang.String)
sessionFactory
SessionFactoryImplementor sessionFactory
Package org.springframework.orm.hibernate3.support |
Package org.springframework.orm.jdo |
persistenceManagerFactory
javax.jdo.PersistenceManagerFactory persistenceManagerFactory
dataSource
DataSource dataSource
autodetectDataSource
boolean autodetectDataSource
jdoDialect
JdoDialect jdoDialect
Package org.springframework.orm.jpa |
entityManagerFactory
javax.persistence.EntityManagerFactory entityManagerFactory
jpaPropertyMap
Map<K,V> jpaPropertyMap
dataSource
DataSource dataSource
jpaDialect
JpaDialect jpaDialect
Package org.springframework.orm.toplink |
sessionFactory
SessionFactory sessionFactory
dataSource
DataSource dataSource
lazyDatabaseTransaction
boolean lazyDatabaseTransaction
jdbcExceptionTranslator
SQLExceptionTranslator jdbcExceptionTranslator
Package org.springframework.orm.toplink.support |
logger
Log logger
separator
String separator
Package org.springframework.remoting |
Package org.springframework.remoting.support |
serialVersionUID: 6876024250231820554L
methodName
String methodName
parameterTypes
Class<T>[] parameterTypes
arguments
Object[] arguments
attributes
Map<K,V> attributes
serialVersionUID: 2138555143707773549L
value
Object value
exception
Throwable exception
Package org.springframework.scheduling |
Package org.springframework.scheduling.quartz |
jobDetail
JobDetail jobDetail
beanName
String beanName
actualJobClass
Class<T> actualJobClass
beanName
String beanName
applicationContext
ApplicationContext applicationContext
applicationContextJobDataKey
String applicationContextJobDataKey
startDelay
long startDelay
jobDetail
JobDetail jobDetail
beanName
String beanName
Package org.springframework.scripting |
Package org.springframework.scripting.bsh |
Package org.springframework.scripting.jruby |
Package org.springframework.transaction |
outcomeState
int outcomeState
- The outcome state of the transaction: have some or all resources been committed?
timeout
int timeout
Package org.springframework.transaction.annotation |
publicMethodsOnly
boolean publicMethodsOnly
Package org.springframework.transaction.interceptor |
transactionAttributeSources
TransactionAttributeSource[] transactionAttributeSources
transactionAttribute
TransactionAttribute transactionAttribute
nameMap
Map<K,V> nameMap
- Keys are method names; values are TransactionAttributes
exceptionName
String exceptionName
- Could hold exception, resolving class name but would always require FQN.
This way does multiple string comparisons, but how often do we decide
whether to roll back a transaction following an exception?
rollbackRules
List<E> rollbackRules
transactionInterceptor
TransactionInterceptor transactionInterceptor
pointcut
org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor.TransactionAttributeSourcePointcut pointcut
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
transactionInterceptor
TransactionInterceptor transactionInterceptor
pointcut
Pointcut pointcut
Package org.springframework.transaction.jta |
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
userTransactionName
String userTransactionName
autodetectUserTransaction
boolean autodetectUserTransaction
cacheUserTransaction
boolean cacheUserTransaction
transactionManagerName
String transactionManagerName
autodetectTransactionManager
boolean autodetectTransactionManager
allowCustomIsolationLevels
boolean allowCustomIsolationLevels
beginWithNameMethod
Method beginWithNameMethod
setTransactionIsolationMethod
Method setTransactionIsolationMethod
weblogicUserTransactionAvailable
boolean weblogicUserTransactionAvailable
beginWithNameMethod
Method beginWithNameMethod
beginWithNameAndTimeoutMethod
Method beginWithNameAndTimeoutMethod
weblogicTransactionManagerAvailable
boolean weblogicTransactionManagerAvailable
forceResumeMethod
Method forceResumeMethod
setPropertyMethod
Method setPropertyMethod
transactionHelperClass
Class<T> transactionHelperClass
transactionHelper
Object transactionHelper
Package org.springframework.transaction.support |
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
transactionSynchronization
int transactionSynchronization
defaultTimeout
int defaultTimeout
nestedTransactionAllowed
boolean nestedTransactionAllowed
globalRollbackOnParticipationFailure
boolean globalRollbackOnParticipationFailure
failEarlyOnGlobalRollbackOnly
boolean failEarlyOnGlobalRollbackOnly
rollbackOnCommitFailure
boolean rollbackOnCommitFailure
propagationBehavior
int propagationBehavior
isolationLevel
int isolationLevel
timeout
int timeout
readOnly
boolean readOnly
name
String name
logger
Log logger
- Logger available to subclasses
transactionManager
PlatformTransactionManager transactionManager
Package org.springframework.ui |
Package org.springframework.util |
targetMap
Map<K,V> targetMap
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
concurrencyLimit
int concurrencyLimit
concurrencyCount
int concurrencyCount
Package org.springframework.util.comparator |
trueLow
boolean trueLow
comparators
List<E> comparators
comparator
Comparator<T> comparator
ascending
boolean ascending
Package org.springframework.validation |
errors
List<E> errors
objectName
String objectName
messageCodesResolver
MessageCodesResolver messageCodesResolver
nestedPath
String nestedPath
nestedPathStack
Stack<E> nestedPathStack
suppressedFields
Set<E> suppressedFields
target
Object target
bindingResult
BindingResult bindingResult
prefix
String prefix
target
Object target
field
String field
rejectedValue
Object rejectedValue
bindingFailure
boolean bindingFailure
target
Map<K,V> target
objectName
String objectName
Package org.springframework.web |
method
String method
Package org.springframework.web.bind |
parameterName
String parameterName
parameterType
String parameterType
Package org.springframework.web.context |
contextLoader
ContextLoader contextLoader
Package org.springframework.web.context.support |
target
HttpRequestHandler target
sessionId
String sessionId
- Session id that applied to the request, if any
userName
String userName
- Usually the UserPrincipal
processingTimeMillis
long processingTimeMillis
- Request processing time
failureCause
Throwable failureCause
- Cause of failure, if any
requestUrl
String requestUrl
- URL that the triggered the request
clientAddress
String clientAddress
- IP address that the request came from
method
String method
- Usually GET or POST
servletName
String servletName
- Name of the servlet that handled the request
Package org.springframework.web.jsf |
Package org.springframework.web.multipart |
maxUploadSize
long maxUploadSize
Package org.springframework.web.multipart.commons |
fileItem
FileItem fileItem
size
long size
Package org.springframework.web.portlet |
modelAndView
ModelAndView modelAndView
Package org.springframework.web.portlet.bind |
parameterName
String parameterName
parameterType
String parameterType
Package org.springframework.web.portlet.context |
portletName
String portletName
- Name of the portlet that handled the request
portletMode
String portletMode
- PortletMode of the request
requestType
String requestType
- Type of Portlet Request
Package org.springframework.web.portlet.handler |
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?
threadContextInheritable
boolean threadContextInheritable
- Expose LocaleContext and RequestAttributes as inheritable for child threads?
multipartResolver
MultipartResolver multipartResolver
- MultipartResolver used by this servlet
localeResolver
LocaleResolver localeResolver
- LocaleResolver used by this servlet
themeResolver
ThemeResolver themeResolver
- ThemeResolver used by this servlet
handlerMappings
List<E> handlerMappings
- List of HandlerMappings used by this servlet
handlerAdapters
List<E> handlerAdapters
- List of HandlerAdapters used by this servlet
handlerExceptionResolvers
List<E> handlerExceptionResolvers
- List of HandlerExceptionResolvers used by this servlet
viewNameTranslator
RequestToViewNameTranslator viewNameTranslator
- RequestToViewNameTranslator used by this servlet
viewResolvers
List<E> viewResolvers
- List of ViewResolvers used by this servlet
contextClass
Class<T> contextClass
- WebApplicationContext implementation class to use
namespace
String namespace
- Namespace for this servlet
contextConfigLocation
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?
webApplicationContext
WebApplicationContext webApplicationContext
- WebApplicationContext for this servlet
refreshEventReceived
boolean refreshEventReceived
- Flag used to detect whether onRefresh has already been called
logger
Log logger
- Logger available to subclasses
requiredProperties
Set<E> requiredProperties
- Set of required properties (Strings) that must be supplied as
config parameters to this servlet.
modelAndView
ModelAndView modelAndView
defaultUrl
String defaultUrl
allowedResources
String allowedResources
contentType
String contentType
applyLastModified
boolean applyLastModified
pathMatcher
PathMatcher pathMatcher
startupTime
long startupTime
Package org.springframework.web.servlet.mvc.multiaction |
methodName
String methodName
Package org.springframework.web.servlet.tags |
name
String name
errors
Errors errors
path
String path
ignoreNestedPath
boolean ignoreNestedPath
status
BindStatus status
previousPageStatus
Object previousPageStatus
previousRequestStatus
Object previousRequestStatus
javaScriptEscape
boolean javaScriptEscape
bodyContent
BodyContent bodyContent
defaultHtmlEscape
String defaultHtmlEscape
htmlEscape
Boolean htmlEscape
message
Object message
code
String code
arguments
Object arguments
argumentSeparator
String argumentSeparator
text
String text
var
String var
scope
String scope
javaScriptEscape
boolean javaScriptEscape
path
String path
previousNestedPath
String previousNestedPath
- To cache any previous nested path, so that it may be reset
logger
Log logger
- Logger available to subclasses
requestContext
RequestContext requestContext
value
Object value
- the value to transform using the appropriate property editor
var
String var
- the variable to put the result in
scope
String scope
- the scope of the variable the result will be put in
Package org.springframework.web.servlet.tags.form |
path
String path
- The property path from the
command object
.
id
String id
- The value of the '
id
' attribute.
bindStatus
BindStatus bindStatus
- The
BindStatus
of this tag.
valueFormatter
org.springframework.web.servlet.tags.form.ValueFormatter valueFormatter
- Helper for rendering values into HTML
bodyContent
BodyContent bodyContent
tagWriter
TagWriter tagWriter
cssClass
String cssClass
- The value of the '
class
' attribute.
cssErrorClass
String cssErrorClass
- The CSS class to use when the field bound to a particular tag has errors.
cssStyle
String cssStyle
- The value of the '
style
' attribute.
lang
String lang
- The value of the '
lang
' attribute.
title
String title
- The value of the '
title
' attribute.
dir
String dir
- The value of the '
dir
' attribute.
tabindex
String tabindex
- The value of the '
tabindex
' attribute.
onclick
String onclick
- The value of the '
onclick
' attribute.
ondblclick
String ondblclick
- The value of the '
ondblclick
' attribute.
onmousedown
String onmousedown
- The value of the '
onmousedown
' attribute.
onmouseup
String onmouseup
- The value of the '
onmouseup
' attribute.
onmouseover
String onmouseover
- The value of the '
onmouseover
' attribute.
onmousemove
String onmousemove
- The value of the '
onmousemove
' attribute.
onmouseout
String onmouseout
- The value of the '
onmouseout
' attribute.
onkeypress
String onkeypress
- The value of the '
onkeypress
' attribute.
onkeyup
String onkeyup
- The value of the '
onkeyup
' attribute.
onkeydown
String onkeydown
- The value of the '
onkeydown
' attribute.
onfocus
String onfocus
onblur
String onblur
onchange
String onchange
accesskey
String accesskey
disabled
String disabled
readonly
String readonly
value
Object value
element
String element
delimiter
String delimiter
oldMessages
Object oldMessages
- Stores any value that existed in the 'errors messages' before the tag was started.
errorMessagesWereExposed
boolean errorMessagesWereExposed
tagWriter
TagWriter tagWriter
commandName
String commandName
name
String name
action
String action
method
String method
enctype
String enctype
onsubmit
String onsubmit
onreset
String onreset
cssErrorClass
String cssErrorClass
- The CSS class to use when the field bound to a particular tag has errors.
size
String size
maxlength
String maxlength
alt
String alt
onselect
String onselect
autocomplete
String autocomplete
tagWriter
TagWriter tagWriter
- The
TagWriter
instance being used.
Stored so we can close the tag on LabelTag.doEndTag()
.
forId
String forId
- The value of the '
for
' attribute.
items
Object items
- The
Collection
, Map
or array of
objects used to generate the inner 'option
' tags.
itemValue
String itemValue
- The name of the property mapped to the '
value
' attribute
of the 'option
' tag.
itemLabel
String itemLabel
- The name of the property mapped to the inner text of the
'
option
' tag.
value
Object value
- The 'value' attribute of the rendered HTML
<option>
tag.
label
String label
- The text body of the rendered HTML
<option>
tag.
oldValue
Object oldValue
oldDisplayValue
Object oldDisplayValue
disabled
String disabled
showPassword
boolean showPassword
value
Object value
- The value of the '
value
' attribute.
items
Object items
- The
Collection
, Map
or array of objects used to generate the inner
'option
' tags.
itemValue
String itemValue
- The name of the property mapped to the '
value
' attribute
of the 'option
' tag.
itemLabel
String itemLabel
- The name of the property mapped to the inner text of the
'
option
' tag.
size
String size
- The value of the HTML '
size
' attribute rendered
on the final 'select
' element.
multiple
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
String rows
cols
String cols
onselect
String onselect
Package org.springframework.web.struts |
errors
Errors errors
locale
Locale locale
messageResources
MessageResources messageResources
Package org.springframework.web.util |
serialVersionUID: -5292377985529381145L
Copyright © 2002-2007 The Spring Framework.