Serialized Form
Package org.springframework.aop |
Package org.springframework.aop.aspectj |
shadowMapCache
java.util.Map<K,V> shadowMapCache
pointcutParser
org.aspectj.weaver.tools.PointcutParser pointcutParser
pointcutDeclarationScope
java.lang.Class<T> pointcutDeclarationScope
pointcutParameterNames
java.lang.String[] pointcutParameterNames
pointcutParameterTypes
java.lang.Class<T>[] pointcutParameterTypes
beanFactory
BeanFactory beanFactory
pointcutExpression
org.aspectj.weaver.tools.PointcutExpression pointcutExpression
pointcut
AspectJExpressionPointcut pointcut
Package org.springframework.aop.aspectj.annotation |
includePatterns
java.util.List<E> includePatterns
aspectJAdvisorFactory
AspectJAdvisorFactory aspectJAdvisorFactory
aspectJAdvisorsBuilder
BeanFactoryAspectJAdvisorsBuilder aspectJAdvisorsBuilder
aspectFactory
AspectJAdvisorFactory aspectFactory
nonAspectClass
java.lang.Class<T> nonAspectClass
Package org.springframework.aop.aspectj.autoproxy |
Package org.springframework.aop.framework |
target
java.lang.Object target
proxyInterfaces
java.lang.Class<T>[] proxyInterfaces
preInterceptors
java.lang.Object[] preInterceptors
postInterceptors
java.lang.Object[] postInterceptors
advisorAdapterRegistry
AdvisorAdapterRegistry advisorAdapterRegistry
- Default is global AdvisorAdapterRegistry
proxy
java.lang.Object proxy
serialVersionUID: 2651364800145442165L
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
targetSource
TargetSource targetSource
- Package-protected to allow direct access for efficiency
preFiltered
boolean preFiltered
- Whether the Advisors are already filtered for the specific target class
advisorChainFactory
AdvisorChainFactory advisorChainFactory
- The AdvisorChainFactory to use
interfaces
java.util.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
java.util.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
java.util.List<E> listeners
- List of AdvisedSupportListener
active
boolean active
- Set to true when the first AOP proxy has been created
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
logger
org.apache.commons.logging.Log logger
interceptorNames
java.lang.String[] interceptorNames
targetName
java.lang.String targetName
autodetectInterfaces
boolean autodetectInterfaces
singleton
boolean singleton
advisorAdapterRegistry
AdvisorAdapterRegistry advisorAdapterRegistry
freezeProxy
boolean freezeProxy
advisorChainInitialized
boolean advisorChainInitialized
- Whether the advisor chain has already been initialized
singletonInstance
java.lang.Object singletonInstance
- If this is a singleton, the cached singleton proxy instance
Package org.springframework.aop.framework.adapter |
advice
AfterReturningAdvice advice
adapters
java.util.List<E> adapters
advice
MethodBeforeAdvice advice
Package org.springframework.aop.framework.autoproxy |
advisorRetrievalHelper
BeanFactoryAdvisorRetrievalHelper advisorRetrievalHelper
logger
org.apache.commons.logging.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
java.lang.String[] interceptorNames
- Default is no common interceptors
applyCommonInterceptorsFirst
boolean applyCommonInterceptorsFirst
customTargetSourceCreators
TargetSourceCreator[] customTargetSourceCreators
proxyClassLoader
java.lang.ClassLoader proxyClassLoader
classLoaderConfigured
boolean classLoaderConfigured
beanFactory
BeanFactory beanFactory
targetSourcedBeans
java.util.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.
earlyProxyReferences
java.util.Set<E> earlyProxyReferences
advisedBeans
java.util.Set<E> advisedBeans
nonAdvisedBeans
java.util.Set<E> nonAdvisedBeans
proxyTypes
java.util.Map<K,V> proxyTypes
beanNames
java.util.List<E> beanNames
usePrefix
boolean usePrefix
advisorBeanNamePrefix
java.lang.String advisorBeanNamePrefix
beanFactory
ConfigurableListableBeanFactory beanFactory
Package org.springframework.aop.interceptor |
prefix
java.lang.String prefix
suffix
java.lang.String suffix
logTargetClassInvocation
boolean logTargetClassInvocation
hideProxyClassNames
boolean hideProxyClassNames
- Indicates whether or not proxy class names should be hidden when using dynamic loggers.
- See Also:
AbstractTraceInterceptor.setUseDynamicLogger(boolean)
enterMessage
java.lang.String enterMessage
- The message for method entry.
exitMessage
java.lang.String exitMessage
- The message for method exit.
exceptionMessage
java.lang.String exceptionMessage
- The message for exceptions during method execution.
count
long count
readResolve
private java.lang.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
java.lang.String targetBeanName
- The name of the target bean
proxy
java.lang.Object proxy
- The cached singleton proxy
Package org.springframework.aop.support |
adviceBeanName
java.lang.String adviceBeanName
beanFactory
BeanFactory beanFactory
advice
org.aopalliance.aop.Advice advice
adviceMonitor
java.lang.Object adviceMonitor
location
java.lang.String location
expression
java.lang.String expression
advice
org.aopalliance.aop.Advice advice
order
int order
patterns
java.lang.String[] patterns
- Regular expressions to match
excludedPatterns
java.lang.String[] excludedPatterns
- Regaular expressions not to match
serialVersionUID: -2743223737633663832L
classFilter
ClassFilter classFilter
methodMatcher
MethodMatcher methodMatcher
clazz
java.lang.Class<T> clazz
methodName
java.lang.String methodName
evaluations
int evaluations
pointcut
Pointcut pointcut
advice
org.aopalliance.aop.Advice advice
interfaces
java.util.Set<E> interfaces
order
int order
pointcut
Pointcut pointcut
delegateMap
java.util.Map<K,V> delegateMap
- Hold weak references to keys as we don't want to interfere with garbage collection..
defaultImplType
java.lang.Class<T> defaultImplType
interfaceType
java.lang.Class<T> interfaceType
delegate
java.lang.Object delegate
- Object that actually implements the interfaces.
May be "this" if a subclass implements the introduced interfaces.
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.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:
java.io.IOException
java.lang.ClassNotFoundException
publishedInterfaces
java.util.Set<E> publishedInterfaces
- Set of interface Classes
compiledPatterns
java.util.regex.Pattern[] compiledPatterns
- Compiled form of the patterns.
compiledExclusionPatterns
java.util.regex.Pattern[] compiledExclusionPatterns
- Compiled form of the exclusion patterns.
mappedNames
java.util.List<E> mappedNames
pointcut
NameMatchMethodPointcut pointcut
patterns
java.lang.String[] patterns
pointcut
AbstractRegexpMethodPointcut pointcut
pointcutMonitor
java.lang.Object pointcutMonitor
clazz
java.lang.Class<T> clazz
order
int order
advice
org.aopalliance.aop.Advice advice
Package org.springframework.aop.target |
serialVersionUID: -4721607536018568393L
writeReplace
protected java.lang.Object writeReplace()
throws java.io.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:
java.io.ObjectStreamException
logger
org.apache.commons.logging.Log logger
- Logger available to subclasses
targetBeanName
java.lang.String targetBeanName
- Name of the target bean we will create on each invocation
targetClass
java.lang.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
org.apache.commons.pool.ObjectPool pool
- The Jakarta Commons
ObjectPool
used to pool target objects
serialVersionUID: 3680494563553489691L
readResolve
private java.lang.Object readResolve()
- Returns the canonical instance on deserialization in case
of no target class, thus protecting the Singleton pattern.
targetClass
java.lang.Class<T> targetClass
isStatic
boolean isStatic
serialVersionUID: 7497929212653839187L
target
java.lang.Object target
- The current target object
target
java.lang.Object target
serialVersionUID: 9031246629662423738L
target
java.lang.Object target
- Target cached and invoked using reflection
targetInThread
java.lang.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
java.util.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
java.lang.Class<T> beanClass
source
java.lang.Object source
beanClass
java.lang.Class<T> beanClass
propertyName
java.lang.String propertyName
propertyValueList
java.util.List<E> propertyValueList
- List of PropertyValue objects
processedProperties
java.util.Set<E> processedProperties
converted
boolean converted
possibleMatches
java.lang.String[] possibleMatches
propertyAccessExceptions
PropertyAccessException[] propertyAccessExceptions
- List of PropertyAccessException objects
name
java.lang.String name
value
java.lang.Object value
source
java.lang.Object source
converted
boolean converted
convertedValue
java.lang.Object convertedValue
conversionNecessary
java.lang.Boolean conversionNecessary
- Package-visible field that indicates whether conversion is necessary
resolvedTokens
java.lang.Object resolvedTokens
- Package-visible field for caching the resolved property path tokens
resolvedDescriptor
java.beans.PropertyDescriptor resolvedDescriptor
- Package-visible field for caching the resolved PropertyDescriptor
requiredType
java.lang.Class<T> requiredType
Package org.springframework.beans.factory |
beanName
java.lang.String beanName
resourceDescription
java.lang.String resourceDescription
relatedCauses
java.util.List<E> relatedCauses
resourceDescription
java.lang.String resourceDescription
beanName
java.lang.String beanName
beanName
java.lang.String beanName
- The name of the instance that was of the wrong type
requiredType
java.lang.Class<T> requiredType
- The required type
actualType
java.lang.Class<T> actualType
- The offending type
resourceDescription
java.lang.String resourceDescription
beanName
java.lang.String beanName
beanClassName
java.lang.String beanClassName
beanName
java.lang.String beanName
- Name of the missing bean
beanType
java.lang.Class<T> beanType
- Required bean type
Package org.springframework.beans.factory.access |
Package org.springframework.beans.factory.annotation |
annotationMetadata
AnnotationMetadata annotationMetadata
logger
org.apache.commons.logging.Log logger
- Logger available to subclasses
initAnnotationType
java.lang.Class<T> initAnnotationType
destroyAnnotationType
java.lang.Class<T> destroyAnnotationType
order
int order
Package org.springframework.beans.factory.parsing |
Package org.springframework.beans.factory.support |
beanClass
java.lang.Object beanClass
scope
java.lang.String scope
singleton
boolean singleton
prototype
boolean prototype
abstractFlag
boolean abstractFlag
lazyInit
boolean lazyInit
autowireMode
int autowireMode
dependencyCheck
int dependencyCheck
dependsOn
java.lang.String[] dependsOn
autowireCandidate
boolean autowireCandidate
qualifiers
java.util.Map<K,V> qualifiers
primary
boolean primary
constructorArgumentValues
ConstructorArgumentValues constructorArgumentValues
propertyValues
MutablePropertyValues propertyValues
methodOverrides
MethodOverrides methodOverrides
factoryBeanName
java.lang.String factoryBeanName
factoryMethodName
java.lang.String factoryMethodName
initMethodName
java.lang.String initMethodName
destroyMethodName
java.lang.String destroyMethodName
enforceInitMethod
boolean enforceInitMethod
enforceDestroyMethod
boolean enforceDestroyMethod
synthetic
boolean synthetic
role
int role
description
java.lang.String description
resource
Resource resource
typeName
java.lang.String typeName
parentName
java.lang.String parentName
parentName
java.lang.String parentName
source
java.lang.Object source
mergeEnabled
boolean mergeEnabled
source
java.lang.Object source
mergeEnabled
boolean mergeEnabled
source
java.lang.Object source
mergeEnabled
boolean mergeEnabled
source
java.lang.Object source
mergeEnabled
boolean mergeEnabled
externallyManagedConfigMembers
java.util.Set<E> externallyManagedConfigMembers
externallyManagedInitMethods
java.util.Set<E> externallyManagedInitMethods
externallyManagedDestroyMethods
java.util.Set<E> externallyManagedDestroyMethods
resolvedConstructorOrFactoryMethod
java.lang.Object resolvedConstructorOrFactoryMethod
- Package-visible field for caching the resolved constructor or factory method
resolvedConstructorArguments
java.lang.Object[] resolvedConstructorArguments
- Package-visible field for caching fully resolved constructor arguments
preparedConstructorArguments
java.lang.Object[] preparedConstructorArguments
- Package-visible field for caching partly prepared constructor arguments
constructorArgumentsResolved
boolean constructorArgumentsResolved
- Package-visible field that marks the constructor arguments as resolved
beforeInstantiationResolved
java.lang.Boolean beforeInstantiationResolved
- Package-visible field that indicates a before-instantiation post-processor having kicked in
postProcessed
boolean postProcessed
- Package-visible field that indicates MergedBeanDefinitionPostProcessor having been applied
postProcessingLock
java.lang.Object postProcessingLock
Package org.springframework.beans.factory.xml |
Package org.springframework.beans.support |
property
java.lang.String property
ignoreCase
boolean ignoreCase
ascending
boolean ascending
toggleAscendingOnProperty
boolean toggleAscendingOnProperty
source
java.util.List<E> source
refreshDate
java.util.Date refreshDate
sort
SortDefinition sort
sortUsed
SortDefinition sortUsed
pageSize
int pageSize
page
int page
newPageSet
boolean newPageSet
maxLinkedPages
int maxLinkedPages
sourceProvider
PagedListSourceProvider sourceProvider
- Deprecated.
locale
java.util.Locale locale
- Deprecated.
localeUsed
java.util.Locale localeUsed
- Deprecated.
filter
java.lang.Object filter
- Deprecated.
filterUsed
java.lang.Object filterUsed
- Deprecated.
Package org.springframework.context |
serialVersionUID: 7099057708183571937L
timestamp
long timestamp
- System time when the event happened
Package org.springframework.context.annotation |
ignoredResourceTypes
java.util.Set<E> ignoredResourceTypes
fallbackToDefaultTypeMatch
boolean fallbackToDefaultTypeMatch
alwaysUseJndiLookup
boolean alwaysUseJndiLookup
metadata
AnnotationMetadata metadata
Package org.springframework.context.event |
Package org.springframework.context.support |
codes
java.lang.String[] codes
arguments
java.lang.Object[] arguments
defaultMessage
java.lang.String defaultMessage
Package org.springframework.core |
attributes
java.util.Map<K,V> attributes
- Map with String keys and Object values
serialVersionUID: 7100714597678207546L
serialVersionUID: 5439915454935047936L
Package org.springframework.core.enums |
label
java.lang.String label
- A descriptive label for the enum.
code
java.lang.Character code
- The unique code of this enum.
code
java.lang.Short code
- The unique code of this enum.
readResolve
protected java.lang.Object readResolve()
- Return the resolved type safe static enum instance.
code
java.lang.Short code
- The unique code of the enum.
code
java.lang.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
repositoryAnnotationType
java.lang.Class<T> repositoryAnnotationType
beanClassLoader
java.lang.ClassLoader beanClassLoader
persistenceExceptionTranslationAdvisor
PersistenceExceptionTranslationAdvisor persistenceExceptionTranslationAdvisor
Package org.springframework.ejb.access |
Package org.springframework.ejb.support |
beanFactoryLocator
BeanFactoryLocator beanFactoryLocator
- Helper strategy that knows how to locate a Spring BeanFactory (or
ApplicationContext).
beanFactoryLocatorKey
java.lang.String beanFactoryLocatorKey
- factoryKey to be used with BeanFactoryLocator
beanFactoryReference
BeanFactoryReference beanFactoryReference
- Spring BeanFactory that provides the namespace for this EJB
logger
org.apache.commons.logging.Log logger
- Logger available to subclasses
messageDrivenContext
javax.ejb.MessageDrivenContext messageDrivenContext
sessionContext
javax.ejb.SessionContext sessionContext
- The SessionContext passed to this EJB
logger
org.apache.commons.logging.Log logger
- Logger available to subclasses
Package org.springframework.jca.cci |
Package org.springframework.jca.cci.connection |
connectionFactory
javax.resource.cci.ConnectionFactory connectionFactory
connectionSpec
javax.resource.cci.ConnectionSpec connectionSpec
threadBoundSpec
java.lang.ThreadLocal<T> threadBoundSpec
targetConnectionFactory
javax.resource.cci.ConnectionFactory targetConnectionFactory
logger
org.apache.commons.logging.Log logger
target
javax.resource.cci.Connection target
- Wrapped Connection
connection
javax.resource.cci.Connection connection
- Proxy Connection
connectionMonitor
java.lang.Object connectionMonitor
- Synchronization monitor for the shared Connection
Package org.springframework.jca.cci.core.support |
bytes
byte[] bytes
recordName
java.lang.String recordName
recordShortDescription
java.lang.String recordShortDescription
Package org.springframework.jca.endpoint |
Package org.springframework.jdbc |
sql
java.lang.String sql
expectedCount
int expectedCount
actualCount
int actualCount
sql
java.lang.String sql
expected
int expected
- Number of rows that should have been affected
actual
int actual
- Number of rows that actually were affected
sql
java.lang.String sql
- SQL that led to the problem
Package org.springframework.jdbc.datasource |
dataSource
javax.sql.DataSource dataSource
Package org.springframework.jdbc.datasource.lookup |
Package org.springframework.jdbc.support |
Package org.springframework.jdbc.support.rowset |
serialVersionUID: -4688694393146734764L
resultSet
java.sql.ResultSet resultSet
rowSetMetaData
SqlRowSetMetaData rowSetMetaData
Package org.springframework.jdbc.support.xml |
Package org.springframework.jms |
Package org.springframework.jms.connection |
connectionFactory
javax.jms.ConnectionFactory connectionFactory
pubSubDomain
boolean pubSubDomain
Package org.springframework.jms.listener |
Package org.springframework.jms.listener.adapter |
Package org.springframework.jms.listener.endpoint |
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
java.lang.Class<T> requiredType
actualType
java.lang.Class<T> actualType
Package org.springframework.mail |
messageExceptions
java.lang.Exception[] messageExceptions
from
java.lang.String from
replyTo
java.lang.String replyTo
to
java.lang.String[] to
cc
java.lang.String[] cc
bcc
java.lang.String[] bcc
sentDate
java.util.Date sentDate
subject
java.lang.String subject
text
java.lang.String text
Package org.springframework.orm |
persistentClass
java.lang.Object persistentClass
identifier
java.lang.Object identifier
persistentClass
java.lang.Object persistentClass
identifier
java.lang.Object identifier
Package org.springframework.orm.hibernate3 |
sessionFactory
org.hibernate.SessionFactory sessionFactory
dataSource
javax.sql.DataSource dataSource
autodetectDataSource
boolean autodetectDataSource
prepareConnection
boolean prepareConnection
hibernateManagedSession
boolean hibernateManagedSession
earlyFlushBeforeCommit
boolean earlyFlushBeforeCommit
entityInterceptor
java.lang.Object entityInterceptor
jdbcExceptionTranslator
SQLExceptionTranslator jdbcExceptionTranslator
defaultJdbcExceptionTranslator
SQLExceptionTranslator defaultJdbcExceptionTranslator
beanFactory
BeanFactory beanFactory
- Just needed for entityInterceptorBeanName.
- See Also:
HibernateTransactionManager.setEntityInterceptorBeanName(java.lang.String)
sessionFactory
org.hibernate.engine.SessionFactoryImplementor sessionFactory
Package org.springframework.orm.hibernate3.support |
Package org.springframework.orm.jdo |
persistenceManagerFactory
javax.jdo.PersistenceManagerFactory persistenceManagerFactory
dataSource
javax.sql.DataSource dataSource
autodetectDataSource
boolean autodetectDataSource
jdoDialect
JdoDialect jdoDialect
Package org.springframework.orm.jpa |
entityManagerFactory
javax.persistence.EntityManagerFactory entityManagerFactory
jpaPropertyMap
java.util.Map<K,V> jpaPropertyMap
dataSource
javax.sql.DataSource dataSource
jpaDialect
JpaDialect jpaDialect
Package org.springframework.orm.jpa.support |
order
int order
extendedEntityManagersToClose
java.util.Map<K,V> extendedEntityManagersToClose
Package org.springframework.orm.jpa.vendor |
lazyDatabaseTransaction
boolean lazyDatabaseTransaction
Package org.springframework.orm.toplink |
sessionFactory
SessionFactory sessionFactory
dataSource
javax.sql.DataSource dataSource
lazyDatabaseTransaction
boolean lazyDatabaseTransaction
jdbcExceptionTranslator
SQLExceptionTranslator jdbcExceptionTranslator
Package org.springframework.remoting |
serialVersionUID: -4906825139312227864L
Package org.springframework.remoting.jaxrpc |
Package org.springframework.remoting.jaxws |
Package org.springframework.remoting.soap |
Package org.springframework.remoting.support |
serialVersionUID: 6876024250231820554L
methodName
java.lang.String methodName
parameterTypes
java.lang.Class<T>[] parameterTypes
arguments
java.lang.Object[] arguments
attributes
java.util.Map<K,V> attributes
serialVersionUID: 2138555143707773549L
value
java.lang.Object value
exception
java.lang.Throwable exception
Package org.springframework.scheduling |
Package org.springframework.scheduling.quartz |
jobDetail
org.quartz.JobDetail jobDetail
beanName
java.lang.String beanName
actualJobClass
java.lang.Class<T> actualJobClass
beanName
java.lang.String beanName
applicationContext
ApplicationContext applicationContext
applicationContextJobDataKey
java.lang.String applicationContextJobDataKey
startDelay
long startDelay
jobDetail
org.quartz.JobDetail jobDetail
beanName
java.lang.String beanName
Package org.springframework.scripting |
scriptSource
ScriptSource scriptSource
Package org.springframework.scripting.bsh |
Package org.springframework.scripting.jruby |
Package org.springframework.test.context |
serialVersionUID: -5827157174866681233L
contextCache
org.springframework.test.context.ContextCache contextCache
contextLoader
ContextLoader contextLoader
locations
java.lang.String[] locations
testClass
java.lang.Class<T> testClass
testInstance
java.lang.Object testInstance
testMethod
java.lang.reflect.Method testMethod
testException
java.lang.Throwable testException
Package org.springframework.transaction |
outcomeState
int outcomeState
- The outcome state of the transaction: have some or all resources been committed?
timeout
int timeout
applicationException
java.lang.Throwable applicationException
Package org.springframework.transaction.annotation |
publicMethodsOnly
boolean publicMethodsOnly
annotationParsers
java.util.Set<E> annotationParsers
Package org.springframework.transaction.interceptor |
transactionAttributeSource
TransactionAttributeSource transactionAttributeSource
pointcut
org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut
transactionAttributeSources
TransactionAttributeSource[] transactionAttributeSources
targetAttribute
TransactionAttribute targetAttribute
transactionAttribute
TransactionAttribute transactionAttribute
nameMap
java.util.Map<K,V> nameMap
- Keys are method names; values are TransactionAttributes
exceptionName
java.lang.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
java.util.List<E> rollbackRules
transactionInterceptor
TransactionInterceptor transactionInterceptor
pointcut
org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
- Throws:
java.io.IOException
transactionInterceptor
TransactionInterceptor transactionInterceptor
pointcut
Pointcut pointcut
Package org.springframework.transaction.jta |
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
userTransactionName
java.lang.String userTransactionName
autodetectUserTransaction
boolean autodetectUserTransaction
cacheUserTransaction
boolean cacheUserTransaction
userTransactionObtainedFromJndi
boolean userTransactionObtainedFromJndi
transactionManagerName
java.lang.String transactionManagerName
autodetectTransactionManager
boolean autodetectTransactionManager
transactionSynchronizationRegistryName
java.lang.String transactionSynchronizationRegistryName
allowCustomIsolationLevels
boolean allowCustomIsolationLevels
beginWithNameMethod
java.lang.reflect.Method beginWithNameMethod
setTransactionIsolationMethod
java.lang.reflect.Method setTransactionIsolationMethod
weblogicUserTransactionAvailable
boolean weblogicUserTransactionAvailable
beginWithNameMethod
java.lang.reflect.Method beginWithNameMethod
beginWithNameAndTimeoutMethod
java.lang.reflect.Method beginWithNameAndTimeoutMethod
weblogicTransactionManagerAvailable
boolean weblogicTransactionManagerAvailable
forceResumeMethod
java.lang.reflect.Method forceResumeMethod
setPropertyMethod
java.lang.reflect.Method setPropertyMethod
transactionHelperClass
java.lang.Class<T> transactionHelperClass
transactionHelper
java.lang.Object transactionHelper
Package org.springframework.transaction.support |
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
transactionSynchronization
int transactionSynchronization
defaultTimeout
int defaultTimeout
nestedTransactionAllowed
boolean nestedTransactionAllowed
validateExistingTransaction
boolean validateExistingTransaction
globalRollbackOnParticipationFailure
boolean globalRollbackOnParticipationFailure
failEarlyOnGlobalRollbackOnly
boolean failEarlyOnGlobalRollbackOnly
rollbackOnCommitFailure
boolean rollbackOnCommitFailure
propagationBehavior
int propagationBehavior
isolationLevel
int isolationLevel
timeout
int timeout
readOnly
boolean readOnly
name
java.lang.String name
logger
org.apache.commons.logging.Log logger
- Logger available to subclasses
transactionManager
PlatformTransactionManager transactionManager
Package org.springframework.ui |
Package org.springframework.util |
backingList
java.util.List<E> backingList
- The
List
that all operations are eventually delegated to.
elementFactory
AutoPopulatingList.ElementFactory elementFactory
- The
AutoPopulatingList.ElementFactory
to use to create new List
elements
on demand.
targetMap
java.util.Map<K,V> targetMap
synchronize
boolean synchronize
weak
boolean weak
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
concurrencyLimit
int concurrencyLimit
concurrencyCount
int concurrencyCount
Package org.springframework.util.comparator |
trueLow
boolean trueLow
comparators
java.util.List<E> comparators
comparator
java.util.Comparator<T> comparator
ascending
boolean ascending
Package org.springframework.validation |
objectName
java.lang.String objectName
messageCodesResolver
MessageCodesResolver messageCodesResolver
errors
java.util.List<E> errors
suppressedFields
java.util.Set<E> suppressedFields
nestedPath
java.lang.String nestedPath
nestedPathStack
java.util.Stack<E> nestedPathStack
target
java.lang.Object target
bindingResult
BindingResult bindingResult
prefix
java.lang.String prefix
target
java.lang.Object target
field
java.lang.String field
rejectedValue
java.lang.Object rejectedValue
bindingFailure
boolean bindingFailure
target
java.util.Map<K,V> target
objectName
java.lang.String objectName
Package org.springframework.validation.support |
Package org.springframework.web |
method
java.lang.String method
supportedMethods
java.lang.String[] supportedMethods
Package org.springframework.web.bind |
parameterName
java.lang.String parameterName
parameterType
java.lang.String parameterType
Package org.springframework.web.bind.annotation.support |
Package org.springframework.web.context |
contextLoader
ContextLoader contextLoader
Package org.springframework.web.context.support |
target
HttpRequestHandler target
sessionId
java.lang.String sessionId
- Session id that applied to the request, if any
userName
java.lang.String userName
- Usually the UserPrincipal
processingTimeMillis
long processingTimeMillis
- Request processing time
failureCause
java.lang.Throwable failureCause
- Cause of failure, if any
requestUrl
java.lang.String requestUrl
- URL that the triggered the request
clientAddress
java.lang.String clientAddress
- IP address that the request came from
method
java.lang.String method
- Usually GET or POST
servletName
java.lang.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
org.apache.commons.fileupload.FileItem fileItem
size
long size
Package org.springframework.web.portlet |
modelAndView
ModelAndView modelAndView
Package org.springframework.web.portlet.bind |
parameterName
java.lang.String parameterName
parameterType
java.lang.String parameterType
Package org.springframework.web.portlet.context |
portletName
java.lang.String portletName
- Name of the portlet that handled the request
portletMode
java.lang.String portletMode
- PortletMode of the request
requestType
java.lang.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
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
viewResolvers
java.util.List<E> viewResolvers
- List of ViewResolvers used by this servlet
contextAttribute
java.lang.String contextAttribute
- ServletContext attribute to find the WebApplicationContext in
contextClass
java.lang.Class<T> contextClass
- WebApplicationContext implementation class to create
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?
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
WebApplicationContext webApplicationContext
- WebApplicationContext for this servlet
refreshEventReceived
boolean refreshEventReceived
- Flag used to detect whether onRefresh has already been called
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.
modelAndView
ModelAndView modelAndView
defaultUrl
java.lang.String defaultUrl
allowedResources
java.lang.String allowedResources
contentType
java.lang.String contentType
applyLastModified
boolean applyLastModified
pathMatcher
PathMatcher pathMatcher
startupTime
long startupTime
Package org.springframework.web.servlet.mvc.multiaction |
methodName
java.lang.String methodName
Package org.springframework.web.servlet.tags |
name
java.lang.String name
errors
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
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
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
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
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.
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
previousNestedPath
java.lang.String previousNestedPath
- Caching a previous nested path, so that it may be reset
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
Package org.springframework.web.struts |
errors
Errors errors
locale
java.util.Locale locale
messageResources
org.apache.struts.util.MessageResources messageResources
Package org.springframework.web.util |
serialVersionUID: -5292377985529381145L
Copyright © 2002-2008 The Spring Framework.