|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.springframework.aop |
---|
Class org.springframework.aop.AopInvocationException extends NestedRuntimeException implements Serializable |
---|
Package org.springframework.aop.aspectj |
---|
Class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException extends RuntimeException implements Serializable |
---|
Class org.springframework.aop.aspectj.AspectJExpressionPointcut extends AbstractExpressionPointcut implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> shadowMapCache
org.aspectj.weaver.tools.PointcutParser pointcutParser
Class<T> pointcutDeclarationScope
String[] pointcutParameterNames
Class<T>[] pointcutParameterTypes
org.aspectj.weaver.tools.PointcutExpression pointcutExpression
Class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor extends AbstractGenericPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
AspectJExpressionPointcut pointcut
Package org.springframework.aop.aspectj.annotation |
---|
Class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator extends AspectJAwareAdvisorAutoProxyCreator implements Serializable |
---|
Serialized Fields |
---|
List<E> includePatterns
AspectJAdvisorFactory aspectJAdvisorFactory
BeanFactoryAspectJAdvisorsBuilder aspectJAdvisorsBuilder
Class org.springframework.aop.aspectj.annotation.AspectJProxyFactory extends ProxyCreatorSupport implements Serializable |
---|
Serialized Fields |
---|
AspectJAdvisorFactory aspectFactory
Class org.springframework.aop.aspectj.annotation.NotAnAtAspectException extends AopConfigException implements Serializable |
---|
Serialized Fields |
---|
Class<T> nonAspectClass
Class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor extends DefaultPointcutAdvisor implements Serializable |
---|
Package org.springframework.aop.aspectj.autoproxy |
---|
Class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements Serializable |
---|
Package org.springframework.aop.framework |
---|
Class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean extends ProxyConfig implements Serializable |
---|
Serialized Fields |
---|
Object target
Class<T>[] proxyInterfaces
Object[] preInterceptors
Object[] postInterceptors
AdvisorAdapterRegistry advisorAdapterRegistry
ClassLoader beanClassLoader
Object proxy
Class org.springframework.aop.framework.AdvisedSupport extends ProxyConfig implements Serializable |
---|
serialVersionUID: 2651364800145442165L
Serialization Methods |
---|
private Object readResolve()
protected Object writeReplace()
Serialized Fields |
---|
TargetSource targetSource
List<E> interfaces
List<E> advisors
Advisor[] advisorArray
Class org.springframework.aop.framework.AopConfigException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.aop.framework.Cglib2AopProxy.SerializableNoOp extends Object implements Serializable |
---|
Class org.springframework.aop.framework.ProxyConfig extends Object implements Serializable |
---|
serialVersionUID: -8409359707199703185L
Serialized Fields |
---|
boolean proxyTargetClass
boolean optimize
boolean opaque
boolean exposeProxy
boolean frozen
Class org.springframework.aop.framework.ProxyCreatorSupport extends AdvisedSupport implements Serializable |
---|
Serialized Fields |
---|
AopProxyFactory aopProxyFactory
List<E> listeners
boolean active
Class org.springframework.aop.framework.ProxyFactory extends ProxyCreatorSupport implements Serializable |
---|
Class org.springframework.aop.framework.ProxyFactoryBean extends ProxyCreatorSupport implements Serializable |
---|
Serialized Fields |
---|
Log logger
String[] interceptorNames
String targetName
boolean autodetectInterfaces
boolean singleton
AdvisorAdapterRegistry advisorAdapterRegistry
boolean freezeProxy
ClassLoader beanClassLoader
BeanFactory beanFactory
boolean advisorChainInitialized
Object singletonInstance
Package org.springframework.aop.framework.adapter |
---|
Class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor extends Object implements Serializable |
---|
Serialized Fields |
---|
AfterReturningAdvice advice
Class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor extends Object implements Serializable |
---|
Serialized Fields |
---|
MethodBeforeAdvice advice
Class org.springframework.aop.framework.adapter.UnknownAdviceTypeException extends IllegalArgumentException implements Serializable |
---|
Package org.springframework.aop.framework.autoproxy |
---|
Class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator extends AbstractAutoProxyCreator implements Serializable |
---|
Serialized Fields |
---|
BeanFactoryAdvisorRetrievalHelper advisorRetrievalHelper
Class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator extends ProxyConfig implements Serializable |
---|
Serialized Fields |
---|
Log logger
int order
AdvisorAdapterRegistry advisorAdapterRegistry
boolean freezeProxy
String[] interceptorNames
boolean applyCommonInterceptorsFirst
TargetSourceCreator[] customTargetSourceCreators
ClassLoader beanClassLoader
BeanFactory beanFactory
Set<E> targetSourcedBeans
Set<E> advisedBeans
Set<E> nonAdvisedBeans
Class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator extends AbstractAutoProxyCreator implements Serializable |
---|
Serialized Fields |
---|
List<E> beanNames
Class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements Serializable |
---|
Serialized Fields |
---|
boolean usePrefix
String advisorBeanNamePrefix
Class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements Serializable |
---|
Serialized Fields |
---|
ConfigurableListableBeanFactory beanFactory
Package org.springframework.aop.interceptor |
---|
Class org.springframework.aop.interceptor.AbstractMonitoringInterceptor extends AbstractTraceInterceptor implements Serializable |
---|
Serialized Fields |
---|
String prefix
String suffix
Class org.springframework.aop.interceptor.AbstractTraceInterceptor extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean hideProxyClassNames
AbstractTraceInterceptor.setUseDynamicLogger(boolean)
Class org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor extends Object implements Serializable |
---|
Class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor extends ConcurrencyThrottleSupport implements Serializable |
---|
Class org.springframework.aop.interceptor.CustomizableTraceInterceptor extends AbstractTraceInterceptor implements Serializable |
---|
Serialized Fields |
---|
String enterMessage
String exitMessage
String exceptionMessage
Class org.springframework.aop.interceptor.DebugInterceptor extends SimpleTraceInterceptor implements Serializable |
---|
Serialized Fields |
---|
long count
Class org.springframework.aop.interceptor.ExposeInvocationInterceptor extends Object implements Serializable |
---|
Serialization Methods |
---|
private Object readResolve()
equals
method.
Class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor extends AbstractMonitoringInterceptor implements Serializable |
---|
Serialized Fields |
---|
boolean trackAllInvocations
Class org.springframework.aop.interceptor.PerformanceMonitorInterceptor extends AbstractMonitoringInterceptor implements Serializable |
---|
Class org.springframework.aop.interceptor.SimpleTraceInterceptor extends AbstractTraceInterceptor implements Serializable |
---|
Package org.springframework.aop.scope |
---|
Class org.springframework.aop.scope.ScopedProxyFactoryBean extends ProxyConfig implements Serializable |
---|
Serialized Fields |
---|
SimpleBeanTargetSource scopedTargetSource
String targetBeanName
Object proxy
Package org.springframework.aop.support |
---|
Class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor extends AbstractPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
String adviceBeanName
BeanFactory beanFactory
Advice advice
Object adviceMonitor
Class org.springframework.aop.support.AbstractExpressionPointcut extends Object implements Serializable |
---|
Serialized Fields |
---|
String location
String expression
Class org.springframework.aop.support.AbstractGenericPointcutAdvisor extends AbstractPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
Advice advice
Class org.springframework.aop.support.AbstractPointcutAdvisor extends Object implements Serializable |
---|
Serialized Fields |
---|
int order
Class org.springframework.aop.support.AbstractRegexpMethodPointcut extends StaticMethodMatcherPointcut implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
String[] patterns
String[] excludedPatterns
Class org.springframework.aop.support.ComposablePointcut extends Object implements Serializable |
---|
serialVersionUID: -2743223737633663832L
Serialized Fields |
---|
ClassFilter classFilter
MethodMatcher methodMatcher
Class org.springframework.aop.support.ControlFlowPointcut extends Object implements Serializable |
---|
Serialized Fields |
---|
Class<T> clazz
String methodName
int evaluations
Class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor extends AbstractBeanFactoryPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
Pointcut pointcut
Class org.springframework.aop.support.DefaultIntroductionAdvisor extends Object implements Serializable |
---|
Serialized Fields |
---|
Advice advice
Set<E> interfaces
int order
Class org.springframework.aop.support.DefaultPointcutAdvisor extends AbstractGenericPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
Pointcut pointcut
Class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor extends IntroductionInfoSupport implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> delegateMap
Class<T> defaultImplType
Class<T> interfaceType
Class org.springframework.aop.support.DelegatingIntroductionInterceptor extends IntroductionInfoSupport implements Serializable |
---|
Serialized Fields |
---|
Object delegate
Class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor extends DynamicMethodMatcherPointcut implements Serializable |
---|
Serialized Fields |
---|
int order
Advice advice
Class org.springframework.aop.support.IntroductionInfoSupport extends Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
Set<E> publishedInterfaces
Class org.springframework.aop.support.JdkRegexpMethodPointcut extends AbstractRegexpMethodPointcut implements Serializable |
---|
Class org.springframework.aop.support.NameMatchMethodPointcut extends StaticMethodMatcherPointcut implements Serializable |
---|
Serialized Fields |
---|
List<E> mappedNames
Class org.springframework.aop.support.NameMatchMethodPointcutAdvisor extends AbstractGenericPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
NameMatchMethodPointcut pointcut
Class org.springframework.aop.support.Perl5RegexpMethodPointcut extends AbstractRegexpMethodPointcut implements Serializable |
---|
Class org.springframework.aop.support.RegexpMethodPointcutAdvisor extends AbstractGenericPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
String[] patterns
boolean perl5
AbstractRegexpMethodPointcut pointcut
Object pointcutMonitor
Class org.springframework.aop.support.RootClassFilter extends Object implements Serializable |
---|
Serialized Fields |
---|
Class<T> clazz
Class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor extends StaticMethodMatcherPointcut implements Serializable |
---|
Serialized Fields |
---|
int order
Advice advice
Package org.springframework.aop.target |
---|
Class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource extends Object implements Serializable |
---|
serialVersionUID: -4721607536018568393L
Serialization Methods |
---|
protected Object writeReplace() throws ObjectStreamException
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.
ObjectStreamException
Serialized Fields |
---|
Log logger
String targetBeanName
Class<T> targetClass
BeanFactory beanFactory
Class org.springframework.aop.target.AbstractPoolingTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable |
---|
Serialized Fields |
---|
int maxSize
Class org.springframework.aop.target.AbstractPrototypeBasedTargetSource extends AbstractBeanFactoryBasedTargetSource implements Serializable |
---|
Class org.springframework.aop.target.CommonsPoolTargetSource extends AbstractPoolingTargetSource implements Serializable |
---|
Serialized Fields |
---|
int maxIdle
int minIdle
long maxWait
long timeBetweenEvictionRunsMillis
long minEvictableIdleTimeMillis
byte whenExhaustedAction
ObjectPool pool
ObjectPool
used to pool target objects
Class org.springframework.aop.target.EmptyTargetSource extends Object implements Serializable |
---|
serialVersionUID: 3680494563553489691L
Serialization Methods |
---|
private Object readResolve()
Serialized Fields |
---|
Class<T> targetClass
boolean isStatic
Class org.springframework.aop.target.HotSwappableTargetSource extends Object implements Serializable |
---|
serialVersionUID: 7497929212653839187L
Serialized Fields |
---|
Object target
Class org.springframework.aop.target.LazyInitTargetSource extends AbstractBeanFactoryBasedTargetSource implements Serializable |
---|
Serialized Fields |
---|
Object target
Class org.springframework.aop.target.PrototypeTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable |
---|
Class org.springframework.aop.target.SimpleBeanTargetSource extends AbstractBeanFactoryBasedTargetSource implements Serializable |
---|
Class org.springframework.aop.target.SingletonTargetSource extends Object implements Serializable |
---|
serialVersionUID: 9031246629662423738L
Serialized Fields |
---|
Object target
Class org.springframework.aop.target.ThreadLocalTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable |
---|
Serialized Fields |
---|
ThreadLocal<T> targetInThread
Set<E> targetSet
int invocationCount
int hitCount
Package org.springframework.beans |
---|
Class org.springframework.beans.BeanInstantiationException extends FatalBeanException implements Serializable |
---|
Serialized Fields |
---|
Class<T> beanClass
Class org.springframework.beans.BeansException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.beans.FatalBeanException extends BeansException implements Serializable |
---|
Class org.springframework.beans.InvalidPropertyException extends FatalBeanException implements Serializable |
---|
Serialized Fields |
---|
Class<T> beanClass
String propertyName
Class org.springframework.beans.MethodInvocationException extends PropertyAccessException implements Serializable |
---|
Class org.springframework.beans.MutablePropertyValues extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> propertyValueList
boolean converted
Class org.springframework.beans.NotReadablePropertyException extends InvalidPropertyException implements Serializable |
---|
Class org.springframework.beans.NotWritablePropertyException extends InvalidPropertyException implements Serializable |
---|
Serialized Fields |
---|
String[] possibleMatches
Class org.springframework.beans.NullValueInNestedPathException extends InvalidPropertyException implements Serializable |
---|
Class org.springframework.beans.PropertyAccessException extends BeansException implements Serializable |
---|
Serialized Fields |
---|
PropertyChangeEvent propertyChangeEvent
Class org.springframework.beans.PropertyBatchUpdateException extends BeansException implements Serializable |
---|
Serialized Fields |
---|
PropertyAccessException[] propertyAccessExceptions
Class org.springframework.beans.PropertyValue extends AttributeAccessorSupport implements Serializable |
---|
Serialized Fields |
---|
String name
Object value
Object source
boolean converted
Object convertedValue
Object resolvedTokens
Class org.springframework.beans.TypeMismatchException extends PropertyAccessException implements Serializable |
---|
Serialized Fields |
---|
Object value
Class<T> requiredType
Package org.springframework.beans.factory |
---|
Class org.springframework.beans.factory.BeanCreationException extends FatalBeanException implements Serializable |
---|
Serialized Fields |
---|
String beanName
String resourceDescription
Class org.springframework.beans.factory.BeanCreationNotAllowedException extends BeanCreationException implements Serializable |
---|
Class org.springframework.beans.factory.BeanCurrentlyInCreationException extends BeanCreationException implements Serializable |
---|
Class org.springframework.beans.factory.BeanDefinitionStoreException extends FatalBeanException implements Serializable |
---|
Serialized Fields |
---|
String resourceDescription
String beanName
Class org.springframework.beans.factory.BeanInitializationException extends FatalBeanException implements Serializable |
---|
Class org.springframework.beans.factory.BeanIsAbstractException extends BeanCreationException implements Serializable |
---|
Class org.springframework.beans.factory.BeanIsNotAFactoryException extends BeanNotOfRequiredTypeException implements Serializable |
---|
Class org.springframework.beans.factory.BeanNotOfRequiredTypeException extends BeansException implements Serializable |
---|
Serialized Fields |
---|
String beanName
Class<T> requiredType
Class<T> actualType
Class org.springframework.beans.factory.CannotLoadBeanClassException extends FatalBeanException implements Serializable |
---|
Serialized Fields |
---|
String resourceDescription
String beanName
String beanClassName
Class org.springframework.beans.factory.FactoryBeanNotInitializedException extends FatalBeanException implements Serializable |
---|
Class org.springframework.beans.factory.NoSuchBeanDefinitionException extends BeansException implements Serializable |
---|
Serialized Fields |
---|
String beanName
Class<T> beanType
Class org.springframework.beans.factory.UnsatisfiedDependencyException extends BeanCreationException implements Serializable |
---|
Package org.springframework.beans.factory.access |
---|
Class org.springframework.beans.factory.access.BootstrapException extends FatalBeanException implements Serializable |
---|
Package org.springframework.beans.factory.parsing |
---|
Class org.springframework.beans.factory.parsing.BeanDefinitionParsingException extends BeanDefinitionStoreException implements Serializable |
---|
Package org.springframework.beans.factory.support |
---|
Class org.springframework.beans.factory.support.AbstractBeanDefinition extends AttributeAccessorSupport implements Serializable |
---|
Serialized Fields |
---|
Object beanClass
String scope
boolean singleton
boolean prototype
boolean abstractFlag
boolean lazyInit
boolean autowireCandidate
int autowireMode
int dependencyCheck
String[] dependsOn
ConstructorArgumentValues constructorArgumentValues
MutablePropertyValues propertyValues
MethodOverrides methodOverrides
String factoryBeanName
String factoryMethodName
String initMethodName
String destroyMethodName
boolean enforceInitMethod
boolean enforceDestroyMethod
boolean synthetic
String resourceDescription
Object source
int role
Class org.springframework.beans.factory.support.BeanDefinitionValidationException extends FatalBeanException implements Serializable |
---|
Class org.springframework.beans.factory.support.ChildBeanDefinition extends AbstractBeanDefinition implements Serializable |
---|
Serialized Fields |
---|
String parentName
Class org.springframework.beans.factory.support.ManagedList extends ArrayList implements Serializable |
---|
Serialized Fields |
---|
Object source
boolean mergeEnabled
Class org.springframework.beans.factory.support.ManagedProperties extends Properties implements Serializable |
---|
Serialized Fields |
---|
Object source
boolean mergeEnabled
Class org.springframework.beans.factory.support.RootBeanDefinition extends AbstractBeanDefinition implements Serializable |
---|
Serialized Fields |
---|
Object resolvedConstructorOrFactoryMethod
Object[] resolvedConstructorArguments
Object[] preparedConstructorArguments
Package org.springframework.beans.factory.xml |
---|
Class org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException extends BeanDefinitionStoreException implements Serializable |
---|
Package org.springframework.beans.support |
---|
Class org.springframework.beans.support.MutableSortDefinition extends Object implements Serializable |
---|
Serialized Fields |
---|
String property
boolean ignoreCase
boolean ascending
boolean toggleAscendingOnProperty
Class org.springframework.beans.support.PagedListHolder extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> source
Date refreshDate
SortDefinition sort
SortDefinition sortUsed
int pageSize
int page
boolean newPageSet
int maxLinkedPages
Class org.springframework.beans.support.RefreshablePagedListHolder extends PagedListHolder implements Serializable |
---|
Serialized Fields |
---|
PagedListSourceProvider sourceProvider
Locale locale
Locale localeUsed
Object filter
Object filterUsed
Package org.springframework.context |
---|
Class org.springframework.context.ApplicationContextException extends FatalBeanException implements Serializable |
---|
Class org.springframework.context.ApplicationEvent extends EventObject implements Serializable |
---|
serialVersionUID: 7099057708183571937L
Serialized Fields |
---|
long timestamp
Class org.springframework.context.NoSuchMessageException extends RuntimeException implements Serializable |
---|
Package org.springframework.context.event |
---|
Class org.springframework.context.event.ContextClosedEvent extends ApplicationEvent implements Serializable |
---|
Class org.springframework.context.event.ContextRefreshedEvent extends ApplicationEvent implements Serializable |
---|
Package org.springframework.context.support |
---|
Class org.springframework.context.support.DefaultMessageSourceResolvable extends Object implements Serializable |
---|
Serialized Fields |
---|
String[] codes
Object[] arguments
String defaultMessage
Package org.springframework.core |
---|
Class org.springframework.core.AttributeAccessorSupport extends Object implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> attributes
Class org.springframework.core.ConstantException extends IllegalArgumentException implements Serializable |
---|
Class org.springframework.core.NestedCheckedException extends Exception implements Serializable |
---|
serialVersionUID: 7100714597678207546L
Serialized Fields |
---|
Throwable cause
Class org.springframework.core.NestedIOException extends IOException implements Serializable |
---|
Serialized Fields |
---|
Throwable cause
Class org.springframework.core.NestedRuntimeException extends RuntimeException implements Serializable |
---|
serialVersionUID: 5439915454935047936L
Serialized Fields |
---|
Throwable cause
Package org.springframework.core.enums |
---|
Class org.springframework.core.enums.AbstractGenericLabeledEnum extends AbstractLabeledEnum implements Serializable |
---|
Serialized Fields |
---|
String label
Class org.springframework.core.enums.AbstractLabeledEnum extends Object implements Serializable |
---|
Class org.springframework.core.enums.LetterCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable |
---|
Serialized Fields |
---|
Character code
Class org.springframework.core.enums.ShortCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable |
---|
Serialized Fields |
---|
Short code
Class org.springframework.core.enums.StaticLabeledEnum extends AbstractLabeledEnum implements Serializable |
---|
Serialization Methods |
---|
protected Object readResolve()
Serialized Fields |
---|
Short code
Class org.springframework.core.enums.StringCodedLabeledEnum extends AbstractGenericLabeledEnum implements Serializable |
---|
Serialized Fields |
---|
String code
Package org.springframework.core.task |
---|
Class org.springframework.core.task.SimpleAsyncTaskExecutor extends CustomizableThreadCreator implements Serializable |
---|
Serialized Fields |
---|
org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter concurrencyThrottle
Class org.springframework.core.task.SyncTaskExecutor extends Object implements Serializable |
---|
Class org.springframework.core.task.TaskRejectedException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.core.task.TaskTimeoutException extends TaskRejectedException implements Serializable |
---|
Package org.springframework.dao |
---|
Class org.springframework.dao.CannotAcquireLockException extends PessimisticLockingFailureException implements Serializable |
---|
Class org.springframework.dao.CannotSerializeTransactionException extends PessimisticLockingFailureException implements Serializable |
---|
Class org.springframework.dao.CleanupFailureDataAccessException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.ConcurrencyFailureException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.DataAccessException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.dao.DataAccessResourceFailureException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.DataIntegrityViolationException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.DataRetrievalFailureException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.DeadlockLoserDataAccessException extends PessimisticLockingFailureException implements Serializable |
---|
Class org.springframework.dao.EmptyResultDataAccessException extends IncorrectResultSizeDataAccessException implements Serializable |
---|
Class org.springframework.dao.IncorrectResultSizeDataAccessException extends DataRetrievalFailureException implements Serializable |
---|
Serialized Fields |
---|
int expectedSize
int actualSize
Class org.springframework.dao.IncorrectUpdateSemanticsDataAccessException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.dao.InvalidDataAccessApiUsageException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.InvalidDataAccessResourceUsageException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.OptimisticLockingFailureException extends ConcurrencyFailureException implements Serializable |
---|
Class org.springframework.dao.PermissionDeniedDataAccessException extends DataAccessException implements Serializable |
---|
Class org.springframework.dao.PessimisticLockingFailureException extends ConcurrencyFailureException implements Serializable |
---|
Class org.springframework.dao.TypeMismatchDataAccessException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.dao.UncategorizedDataAccessException extends DataAccessException implements Serializable |
---|
Package org.springframework.dao.annotation |
---|
Class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor extends AbstractPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
PersistenceExceptionTranslationInterceptor advice
AnnotationMatchingPointcut pointcut
Package org.springframework.ejb.access |
---|
Class org.springframework.ejb.access.EjbAccessException extends NestedRuntimeException implements Serializable |
---|
Package org.springframework.ejb.support |
---|
Class org.springframework.ejb.support.AbstractEnterpriseBean extends Object implements Serializable |
---|
Serialized Fields |
---|
BeanFactoryLocator beanFactoryLocator
String beanFactoryLocatorKey
BeanFactoryReference beanFactoryReference
Class org.springframework.ejb.support.AbstractJmsMessageDrivenBean extends AbstractMessageDrivenBean implements Serializable |
---|
Class org.springframework.ejb.support.AbstractMessageDrivenBean extends AbstractEnterpriseBean implements Serializable |
---|
Serialized Fields |
---|
Log logger
MessageDrivenContext messageDrivenContext
Class org.springframework.ejb.support.AbstractSessionBean extends AbstractEnterpriseBean implements Serializable |
---|
Serialized Fields |
---|
SessionContext sessionContext
Class org.springframework.ejb.support.AbstractStatefulSessionBean extends AbstractSessionBean implements Serializable |
---|
Class org.springframework.ejb.support.AbstractStatelessSessionBean extends AbstractSessionBean implements Serializable |
---|
Serialized Fields |
---|
Log logger
Package org.springframework.jca.cci |
---|
Class org.springframework.jca.cci.CannotCreateRecordException extends DataAccessResourceFailureException implements Serializable |
---|
Class org.springframework.jca.cci.CannotGetCciConnectionException extends DataAccessResourceFailureException implements Serializable |
---|
Class org.springframework.jca.cci.CciOperationNotSupportedException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.jca.cci.InvalidResultSetAccessException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.jca.cci.RecordTypeNotSupportedException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Package org.springframework.jca.cci.connection |
---|
Class org.springframework.jca.cci.connection.CciLocalTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
ConnectionFactory connectionFactory
Class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter extends DelegatingConnectionFactory implements Serializable |
---|
Serialized Fields |
---|
ConnectionSpec connectionSpec
ThreadLocal<T> threadBoundSpec
Class org.springframework.jca.cci.connection.DelegatingConnectionFactory extends Object implements Serializable |
---|
Serialized Fields |
---|
ConnectionFactory targetConnectionFactory
Class org.springframework.jca.cci.connection.SingleConnectionFactory extends DelegatingConnectionFactory implements Serializable |
---|
Serialized Fields |
---|
Log logger
Connection target
Connection connection
Object connectionMonitor
Class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy extends DelegatingConnectionFactory implements Serializable |
---|
Package org.springframework.jca.cci.core.support |
---|
Class org.springframework.jca.cci.core.support.CommAreaRecord extends Object implements Serializable |
---|
Serialized Fields |
---|
byte[] bytes
String recordName
String recordShortDescription
Package org.springframework.jdbc |
---|
Class org.springframework.jdbc.BadSqlGrammarException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Serialized Fields |
---|
String sql
Class org.springframework.jdbc.CannotGetJdbcConnectionException extends DataAccessResourceFailureException implements Serializable |
---|
Class org.springframework.jdbc.IncorrectResultSetColumnCountException extends DataRetrievalFailureException implements Serializable |
---|
Serialized Fields |
---|
int expectedCount
int actualCount
Class org.springframework.jdbc.InvalidResultSetAccessException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Serialized Fields |
---|
String sql
Class org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException extends IncorrectUpdateSemanticsDataAccessException implements Serializable |
---|
Serialized Fields |
---|
int expected
int actual
Class org.springframework.jdbc.LobRetrievalFailureException extends DataRetrievalFailureException implements Serializable |
---|
Class org.springframework.jdbc.SQLWarningException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.jdbc.UncategorizedSQLException extends UncategorizedDataAccessException implements Serializable |
---|
Serialized Fields |
---|
String sql
Package org.springframework.jdbc.datasource |
---|
Class org.springframework.jdbc.datasource.DataSourceTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
DataSource dataSource
Package org.springframework.jdbc.datasource.lookup |
---|
Class org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException extends DataAccessException implements Serializable |
---|
Package org.springframework.jdbc.support |
---|
Class org.springframework.jdbc.support.MetaDataAccessException extends NestedCheckedException implements Serializable |
---|
Package org.springframework.jdbc.support.rowset |
---|
Class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet extends Object implements Serializable |
---|
Serialized Fields |
---|
ResultSet resultSet
SqlRowSetMetaData rowSetMetaData
Package org.springframework.jms |
---|
Class org.springframework.jms.IllegalStateException extends JmsException implements Serializable |
---|
Class org.springframework.jms.InvalidClientIDException extends JmsException implements Serializable |
---|
Class org.springframework.jms.InvalidDestinationException extends JmsException implements Serializable |
---|
Class org.springframework.jms.InvalidSelectorException extends JmsException implements Serializable |
---|
Class org.springframework.jms.JmsException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.jms.JmsSecurityException extends JmsException implements Serializable |
---|
Class org.springframework.jms.MessageEOFException extends JmsException implements Serializable |
---|
Class org.springframework.jms.MessageFormatException extends JmsException implements Serializable |
---|
Class org.springframework.jms.MessageNotReadableException extends JmsException implements Serializable |
---|
Class org.springframework.jms.MessageNotWriteableException extends JmsException implements Serializable |
---|
Class org.springframework.jms.ResourceAllocationException extends JmsException implements Serializable |
---|
Class org.springframework.jms.TransactionInProgressException extends JmsException implements Serializable |
---|
Class org.springframework.jms.TransactionRolledBackException extends JmsException implements Serializable |
---|
Class org.springframework.jms.UncategorizedJmsException extends JmsException implements Serializable |
---|
Package org.springframework.jms.connection |
---|
Class org.springframework.jms.connection.JmsTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
ConnectionFactory connectionFactory
Class org.springframework.jms.connection.JmsTransactionManager102 extends JmsTransactionManager implements Serializable |
---|
Serialized Fields |
---|
boolean pubSubDomain
Class org.springframework.jms.connection.SynchedLocalTransactionFailedException extends JmsException implements Serializable |
---|
Package org.springframework.jms.listener |
---|
Class org.springframework.jms.listener.AbstractJmsListeningContainer.SharedConnectionNotInitializedException extends RuntimeException implements Serializable |
---|
Package org.springframework.jms.listener.adapter |
---|
Class org.springframework.jms.listener.adapter.ListenerExecutionFailedException extends JmsException implements Serializable |
---|
Package org.springframework.jms.support.converter |
---|
Class org.springframework.jms.support.converter.MessageConversionException extends JmsException implements Serializable |
---|
Package org.springframework.jms.support.destination |
---|
Class org.springframework.jms.support.destination.DestinationResolutionException extends JmsException implements Serializable |
---|
Package org.springframework.jmx |
---|
Class org.springframework.jmx.JmxException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.jmx.MBeanServerNotFoundException extends JmxException implements Serializable |
---|
Package org.springframework.jmx.access |
---|
Class org.springframework.jmx.access.InvalidInvocationException extends JMRuntimeException implements Serializable |
---|
Class org.springframework.jmx.access.InvocationFailureException extends JmxException implements Serializable |
---|
Class org.springframework.jmx.access.MBeanInfoRetrievalException extends JmxException implements Serializable |
---|
Package org.springframework.jmx.export |
---|
Class org.springframework.jmx.export.MBeanExportException extends JmxException implements Serializable |
---|
Class org.springframework.jmx.export.UnableToRegisterMBeanException extends MBeanExportException implements Serializable |
---|
Package org.springframework.jmx.export.metadata |
---|
Class org.springframework.jmx.export.metadata.InvalidMetadataException extends JmxException implements Serializable |
---|
Package org.springframework.jmx.export.notification |
---|
Class org.springframework.jmx.export.notification.UnableToSendNotificationException extends JmxException implements Serializable |
---|
Package org.springframework.jndi |
---|
Class org.springframework.jndi.JndiLookupFailureException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.jndi.TypeMismatchNamingException extends NamingException implements Serializable |
---|
Serialized Fields |
---|
Class<T> requiredType
Class<T> actualType
Package org.springframework.mail |
---|
Class org.springframework.mail.MailAuthenticationException extends MailException implements Serializable |
---|
Class org.springframework.mail.MailException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.mail.MailParseException extends MailException implements Serializable |
---|
Class org.springframework.mail.MailPreparationException extends MailException implements Serializable |
---|
Class org.springframework.mail.MailSendException extends MailException implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> failedMessages
Class org.springframework.mail.SimpleMailMessage extends Object implements Serializable |
---|
Serialized Fields |
---|
String from
String replyTo
String[] to
String[] cc
String[] bcc
Date sentDate
String subject
String text
Package org.springframework.orm |
---|
Class org.springframework.orm.ObjectOptimisticLockingFailureException extends OptimisticLockingFailureException implements Serializable |
---|
Serialized Fields |
---|
Object persistentClass
Object identifier
Class org.springframework.orm.ObjectRetrievalFailureException extends DataRetrievalFailureException implements Serializable |
---|
Serialized Fields |
---|
Object persistentClass
Object identifier
Package org.springframework.orm.hibernate |
---|
Class org.springframework.orm.hibernate.HibernateJdbcException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable |
---|
Class org.springframework.orm.hibernate.HibernateOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable |
---|
Class org.springframework.orm.hibernate.HibernateQueryException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.orm.hibernate.HibernateSystemException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.hibernate.HibernateTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
net.sf.hibernate.SessionFactory sessionFactory
DataSource dataSource
boolean autodetectDataSource
Object entityInterceptor
SQLExceptionTranslator jdbcExceptionTranslator
BeanFactory beanFactory
HibernateTransactionManager.setEntityInterceptorBeanName(java.lang.String)
Package org.springframework.orm.hibernate3 |
---|
Class org.springframework.orm.hibernate3.HibernateJdbcException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable |
---|
Class org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable |
---|
Class org.springframework.orm.hibernate3.HibernateQueryException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.orm.hibernate3.HibernateSystemException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.hibernate3.HibernateTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
SessionFactory sessionFactory
DataSource dataSource
boolean autodetectDataSource
boolean prepareConnection
Object entityInterceptor
SQLExceptionTranslator jdbcExceptionTranslator
SQLExceptionTranslator defaultJdbcExceptionTranslator
BeanFactory beanFactory
HibernateTransactionManager.setEntityInterceptorBeanName(java.lang.String)
Class org.springframework.orm.hibernate3.SpringSessionContext extends Object implements Serializable |
---|
Serialized Fields |
---|
SessionFactoryImplementor sessionFactory
Package org.springframework.orm.hibernate3.support |
---|
Class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener extends DefaultMergeEventListener implements Serializable |
---|
Class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor extends EmptyInterceptor implements Serializable |
---|
Package org.springframework.orm.jdo |
---|
Class org.springframework.orm.jdo.JdoObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable |
---|
Class org.springframework.orm.jdo.JdoOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable |
---|
Class org.springframework.orm.jdo.JdoResourceFailureException extends DataAccessResourceFailureException implements Serializable |
---|
Class org.springframework.orm.jdo.JdoSystemException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.jdo.JdoTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
javax.jdo.PersistenceManagerFactory persistenceManagerFactory
DataSource dataSource
boolean autodetectDataSource
JdoDialect jdoDialect
Class org.springframework.orm.jdo.JdoUsageException extends InvalidDataAccessApiUsageException implements Serializable |
---|
Package org.springframework.orm.jpa |
---|
Class org.springframework.orm.jpa.DefaultJpaDialect extends Object implements Serializable |
---|
Class org.springframework.orm.jpa.JpaObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable |
---|
Class org.springframework.orm.jpa.JpaOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable |
---|
Class org.springframework.orm.jpa.JpaSystemException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.jpa.JpaTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
javax.persistence.EntityManagerFactory entityManagerFactory
Map<K,V> jpaPropertyMap
DataSource dataSource
JpaDialect jpaDialect
Package org.springframework.orm.jpa.vendor |
---|
Class org.springframework.orm.jpa.vendor.HibernateJpaDialect extends DefaultJpaDialect implements Serializable |
---|
Class org.springframework.orm.jpa.vendor.OpenJpaDialect extends DefaultJpaDialect implements Serializable |
---|
Class org.springframework.orm.jpa.vendor.TopLinkJpaDialect extends DefaultJpaDialect implements Serializable |
---|
Serialized Fields |
---|
boolean lazyDatabaseTransaction
Package org.springframework.orm.toplink |
---|
Class org.springframework.orm.toplink.TopLinkJdbcException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.toplink.TopLinkOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable |
---|
Class org.springframework.orm.toplink.TopLinkQueryException extends InvalidDataAccessResourceUsageException implements Serializable |
---|
Class org.springframework.orm.toplink.TopLinkSystemException extends UncategorizedDataAccessException implements Serializable |
---|
Class org.springframework.orm.toplink.TopLinkTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialized Fields |
---|
SessionFactory sessionFactory
DataSource dataSource
boolean lazyDatabaseTransaction
SQLExceptionTranslator jdbcExceptionTranslator
Package org.springframework.orm.toplink.support |
---|
Class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904 extends oracle.toplink.sessions.DefaultSessionLog implements Serializable |
---|
Serialized Fields |
---|
Log logger
String separator
Package org.springframework.remoting |
---|
Class org.springframework.remoting.RemoteAccessException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.remoting.RemoteConnectFailureException extends RemoteAccessException implements Serializable |
---|
Class org.springframework.remoting.RemoteLookupFailureException extends RemoteAccessException implements Serializable |
---|
Class org.springframework.remoting.RemoteProxyFailureException extends RemoteAccessException implements Serializable |
---|
Package org.springframework.remoting.support |
---|
Class org.springframework.remoting.support.RemoteInvocation extends Object implements Serializable |
---|
serialVersionUID: 6876024250231820554L
Serialized Fields |
---|
String methodName
Class<T>[] parameterTypes
Object[] arguments
Map<K,V> attributes
Class org.springframework.remoting.support.RemoteInvocationResult extends Object implements Serializable |
---|
serialVersionUID: 2138555143707773549L
Serialized Fields |
---|
Object value
Throwable exception
Package org.springframework.scheduling |
---|
Class org.springframework.scheduling.SchedulingException extends NestedRuntimeException implements Serializable |
---|
Package org.springframework.scheduling.quartz |
---|
Class org.springframework.scheduling.quartz.CronTriggerBean extends CronTrigger implements Serializable |
---|
Serialized Fields |
---|
JobDetail jobDetail
String beanName
Class org.springframework.scheduling.quartz.JobDetailBean extends JobDetail implements Serializable |
---|
Serialized Fields |
---|
Class<T> actualJobClass
String beanName
ApplicationContext applicationContext
String applicationContextJobDataKey
Class org.springframework.scheduling.quartz.SimpleTriggerBean extends SimpleTrigger implements Serializable |
---|
Serialized Fields |
---|
long startDelay
JobDetail jobDetail
String beanName
Package org.springframework.scripting |
---|
Class org.springframework.scripting.ScriptCompilationException extends NestedRuntimeException implements Serializable |
---|
Package org.springframework.scripting.bsh |
---|
Class org.springframework.scripting.bsh.BshScriptUtils.BshExecutionException extends NestedRuntimeException implements Serializable |
---|
Package org.springframework.scripting.jruby |
---|
Class org.springframework.scripting.jruby.JRubyScriptUtils.JRubyExecutionException extends NestedRuntimeException implements Serializable |
---|
Package org.springframework.transaction |
---|
Class org.springframework.transaction.CannotCreateTransactionException extends TransactionException implements Serializable |
---|
Class org.springframework.transaction.HeuristicCompletionException extends TransactionException implements Serializable |
---|
Serialized Fields |
---|
int outcomeState
Class org.springframework.transaction.IllegalTransactionStateException extends TransactionUsageException implements Serializable |
---|
Class org.springframework.transaction.InvalidIsolationLevelException extends TransactionUsageException implements Serializable |
---|
Class org.springframework.transaction.InvalidTimeoutException extends TransactionUsageException implements Serializable |
---|
Serialized Fields |
---|
int timeout
Class org.springframework.transaction.NestedTransactionNotSupportedException extends CannotCreateTransactionException implements Serializable |
---|
Class org.springframework.transaction.NoTransactionException extends TransactionUsageException implements Serializable |
---|
Class org.springframework.transaction.TransactionException extends NestedRuntimeException implements Serializable |
---|
Class org.springframework.transaction.TransactionSuspensionNotSupportedException extends CannotCreateTransactionException implements Serializable |
---|
Class org.springframework.transaction.TransactionSystemException extends TransactionException implements Serializable |
---|
Class org.springframework.transaction.TransactionTimedOutException extends TransactionException implements Serializable |
---|
Class org.springframework.transaction.TransactionUsageException extends TransactionException implements Serializable |
---|
Class org.springframework.transaction.UnexpectedRollbackException extends TransactionException implements Serializable |
---|
Package org.springframework.transaction.annotation |
---|
Class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource extends AbstractFallbackTransactionAttributeSource implements Serializable |
---|
Serialized Fields |
---|
boolean publicMethodsOnly
Package org.springframework.transaction.interceptor |
---|
Class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource extends Object implements Serializable |
---|
Serialized Fields |
---|
TransactionAttributeSource[] transactionAttributeSources
Class org.springframework.transaction.interceptor.DefaultTransactionAttribute extends DefaultTransactionDefinition implements Serializable |
---|
Class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource extends Object implements Serializable |
---|
Serialized Fields |
---|
TransactionAttribute transactionAttribute
Class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource extends Object implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> nameMap
Class org.springframework.transaction.interceptor.NoRollbackRuleAttribute extends RollbackRuleAttribute implements Serializable |
---|
Class org.springframework.transaction.interceptor.RollbackRuleAttribute extends Object implements Serializable |
---|
Serialized Fields |
---|
String exceptionName
Class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute extends DefaultTransactionAttribute implements Serializable |
---|
Serialized Fields |
---|
List<E> rollbackRules
Class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor extends AbstractPointcutAdvisor implements Serializable |
---|
Serialized Fields |
---|
TransactionInterceptor transactionInterceptor
org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor.TransactionAttributeSourcePointcut pointcut
Class org.springframework.transaction.interceptor.TransactionInterceptor extends TransactionAspectSupport implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
Class org.springframework.transaction.interceptor.TransactionProxyFactoryBean extends AbstractSingletonProxyFactoryBean implements Serializable |
---|
Serialized Fields |
---|
TransactionInterceptor transactionInterceptor
Pointcut pointcut
Package org.springframework.transaction.jta |
---|
Class org.springframework.transaction.jta.JtaTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
String userTransactionName
boolean autodetectUserTransaction
boolean cacheUserTransaction
String transactionManagerName
boolean autodetectTransactionManager
boolean allowCustomIsolationLevels
Class org.springframework.transaction.jta.OC4JJtaTransactionManager extends JtaTransactionManager implements Serializable |
---|
Serialized Fields |
---|
Method beginWithNameMethod
Method setTransactionIsolationMethod
Class org.springframework.transaction.jta.WebLogicJtaTransactionManager extends JtaTransactionManager implements Serializable |
---|
Serialized Fields |
---|
boolean weblogicUserTransactionAvailable
Method beginWithNameMethod
Method beginWithNameAndTimeoutMethod
boolean weblogicTransactionManagerAvailable
Method forceResumeMethod
Method setPropertyMethod
Class<T> transactionHelperClass
Object transactionHelper
Package org.springframework.transaction.support |
---|
Class org.springframework.transaction.support.AbstractPlatformTransactionManager extends Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
int transactionSynchronization
int defaultTimeout
boolean nestedTransactionAllowed
boolean globalRollbackOnParticipationFailure
boolean failEarlyOnGlobalRollbackOnly
boolean rollbackOnCommitFailure
Class org.springframework.transaction.support.DefaultTransactionDefinition extends Object implements Serializable |
---|
Serialized Fields |
---|
int propagationBehavior
int isolationLevel
int timeout
boolean readOnly
String name
Class org.springframework.transaction.support.TransactionTemplate extends DefaultTransactionDefinition implements Serializable |
---|
Serialized Fields |
---|
Log logger
PlatformTransactionManager transactionManager
Package org.springframework.ui |
---|
Class org.springframework.ui.ModelMap extends HashMap implements Serializable |
---|
Package org.springframework.util |
---|
Class org.springframework.util.AutoPopulatingList extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> backingList
List
that all operations are eventually delegated to.
AutoPopulatingList.ElementFactory elementFactory
AutoPopulatingList.ElementFactory
to use to create new List
elements
on demand.
Class org.springframework.util.AutoPopulatingList.ElementInstantiationException extends RuntimeException implements Serializable |
---|
Class org.springframework.util.CachingMapDecorator extends Object implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> targetMap
Class org.springframework.util.ConcurrencyThrottleSupport extends Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
int concurrencyLimit
int concurrencyCount
Package org.springframework.util.comparator |
---|
Class org.springframework.util.comparator.BooleanComparator extends Object implements Serializable |
---|
Serialized Fields |
---|
boolean trueLow
Class org.springframework.util.comparator.CompoundComparator extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> comparators
Class org.springframework.util.comparator.InvertibleComparator extends Object implements Serializable |
---|
Serialized Fields |
---|
Comparator<T> comparator
boolean ascending
Package org.springframework.validation |
---|
Class org.springframework.validation.AbstractBindingResult extends Object implements Serializable |
---|
Serialized Fields |
---|
List<E> errors
String objectName
MessageCodesResolver messageCodesResolver
String nestedPath
Stack<E> nestedPathStack
Set<E> suppressedFields
Class org.springframework.validation.AbstractPropertyBindingResult extends AbstractBindingResult implements Serializable |
---|
Class org.springframework.validation.BeanPropertyBindingResult extends AbstractPropertyBindingResult implements Serializable |
---|
Serialized Fields |
---|
Object target
Class org.springframework.validation.BindException extends Exception implements Serializable |
---|
Serialized Fields |
---|
BindingResult bindingResult
Class org.springframework.validation.DefaultMessageCodesResolver extends Object implements Serializable |
---|
Serialized Fields |
---|
String prefix
Class org.springframework.validation.DirectFieldBindingResult extends AbstractPropertyBindingResult implements Serializable |
---|
Serialized Fields |
---|
Object target
Class org.springframework.validation.FieldError extends ObjectError implements Serializable |
---|
Serialized Fields |
---|
String field
Object rejectedValue
boolean bindingFailure
Class org.springframework.validation.MapBindingResult extends AbstractBindingResult implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> target
Class org.springframework.validation.ObjectError extends DefaultMessageSourceResolvable implements Serializable |
---|
Serialized Fields |
---|
String objectName
Package org.springframework.web |
---|
Class org.springframework.web.HttpRequestMethodNotSupportedException extends ServletException implements Serializable |
---|
Serialized Fields |
---|
String method
Class org.springframework.web.HttpSessionRequiredException extends ServletException implements Serializable |
---|
Package org.springframework.web.bind |
---|
Class org.springframework.web.bind.MissingServletRequestParameterException extends ServletRequestBindingException implements Serializable |
---|
Serialized Fields |
---|
String parameterName
String parameterType
Class org.springframework.web.bind.ServletRequestBindingException extends NestedServletException implements Serializable |
---|
Class org.springframework.web.bind.ServletRequestParameterPropertyValues extends MutablePropertyValues implements Serializable |
---|
Package org.springframework.web.context |
---|
Class org.springframework.web.context.ContextLoaderServlet extends HttpServlet implements Serializable |
---|
Serialized Fields |
---|
ContextLoader contextLoader
Package org.springframework.web.context.support |
---|
Class org.springframework.web.context.support.HttpRequestHandlerServlet extends HttpServlet implements Serializable |
---|
Serialized Fields |
---|
HttpRequestHandler target
Class org.springframework.web.context.support.RequestHandledEvent extends ApplicationEvent implements Serializable |
---|
Serialized Fields |
---|
String sessionId
String userName
long processingTimeMillis
Throwable failureCause
Class org.springframework.web.context.support.ServletRequestHandledEvent extends RequestHandledEvent implements Serializable |
---|
Serialized Fields |
---|
String requestUrl
String clientAddress
String method
String servletName
Package org.springframework.web.jsf |
---|
Class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster extends Object implements Serializable |
---|
Package org.springframework.web.multipart |
---|
Class org.springframework.web.multipart.MaxUploadSizeExceededException extends MultipartException implements Serializable |
---|
Serialized Fields |
---|
long maxUploadSize
Class org.springframework.web.multipart.MultipartException extends NestedIOException implements Serializable |
---|
Package org.springframework.web.multipart.commons |
---|
Class org.springframework.web.multipart.commons.CommonsMultipartFile extends Object implements Serializable |
---|
Serialized Fields |
---|
FileItem fileItem
long size
Package org.springframework.web.portlet |
---|
Class org.springframework.web.portlet.ModelAndViewDefiningException extends PortletException implements Serializable |
---|
Serialized Fields |
---|
ModelAndView modelAndView
Package org.springframework.web.portlet.bind |
---|
Class org.springframework.web.portlet.bind.MissingPortletRequestParameterException extends PortletRequestBindingException implements Serializable |
---|
Serialized Fields |
---|
String parameterName
String parameterType
Class org.springframework.web.portlet.bind.PortletRequestBindingException extends PortletException implements Serializable |
---|
Class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues extends MutablePropertyValues implements Serializable |
---|
Package org.springframework.web.portlet.context |
---|
Class org.springframework.web.portlet.context.PortletRequestHandledEvent extends RequestHandledEvent implements Serializable |
---|
Serialized Fields |
---|
String portletName
String portletMode
String requestType
Package org.springframework.web.portlet.handler |
---|
Class org.springframework.web.portlet.handler.PortletSessionRequiredException extends PortletException implements Serializable |
---|
Package org.springframework.web.servlet |
---|
Class org.springframework.web.servlet.DispatcherServlet extends FrameworkServlet implements Serializable |
---|
Serialized Fields |
---|
boolean detectAllHandlerMappings
boolean detectAllHandlerAdapters
boolean detectAllHandlerExceptionResolvers
boolean detectAllViewResolvers
boolean cleanupAfterInclude
boolean threadContextInheritable
MultipartResolver multipartResolver
LocaleResolver localeResolver
ThemeResolver themeResolver
List<E> handlerMappings
List<E> handlerAdapters
List<E> handlerExceptionResolvers
RequestToViewNameTranslator viewNameTranslator
List<E> viewResolvers
Class org.springframework.web.servlet.FrameworkServlet extends HttpServletBean implements Serializable |
---|
Serialized Fields |
---|
Class<T> contextClass
String namespace
String contextConfigLocation
boolean publishContext
boolean publishEvents
WebApplicationContext webApplicationContext
boolean refreshEventReceived
Class org.springframework.web.servlet.HttpServletBean extends HttpServlet implements Serializable |
---|
Serialized Fields |
---|
Log logger
Set<E> requiredProperties
Class org.springframework.web.servlet.ModelAndViewDefiningException extends ServletException implements Serializable |
---|
Serialized Fields |
---|
ModelAndView modelAndView
Class org.springframework.web.servlet.ResourceServlet extends HttpServletBean implements Serializable |
---|
Serialized Fields |
---|
String defaultUrl
String allowedResources
String contentType
boolean applyLastModified
PathMatcher pathMatcher
long startupTime
Class org.springframework.web.servlet.ViewRendererServlet extends HttpServlet implements Serializable |
---|
Package org.springframework.web.servlet.mvc.multiaction |
---|
Class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException extends ServletException implements Serializable |
---|
Serialized Fields |
---|
String methodName
Package org.springframework.web.servlet.tags |
---|
Class org.springframework.web.servlet.tags.BindErrorsTag extends HtmlEscapingAwareTag implements Serializable |
---|
Serialized Fields |
---|
String name
Errors errors
Class org.springframework.web.servlet.tags.BindTag extends HtmlEscapingAwareTag implements Serializable |
---|
Serialized Fields |
---|
String path
boolean ignoreNestedPath
BindStatus status
Object previousPageStatus
Object previousRequestStatus
Class org.springframework.web.servlet.tags.EscapeBodyTag extends HtmlEscapingAwareTag implements Serializable |
---|
Serialized Fields |
---|
boolean javaScriptEscape
BodyContent bodyContent
Class org.springframework.web.servlet.tags.HtmlEscapeTag extends RequestContextAwareTag implements Serializable |
---|
Serialized Fields |
---|
String defaultHtmlEscape
Class org.springframework.web.servlet.tags.HtmlEscapingAwareTag extends RequestContextAwareTag implements Serializable |
---|
Serialized Fields |
---|
Boolean htmlEscape
Class org.springframework.web.servlet.tags.MessageTag extends HtmlEscapingAwareTag implements Serializable |
---|
Serialized Fields |
---|
Object message
String code
Object arguments
String argumentSeparator
String text
String var
String scope
boolean javaScriptEscape
Class org.springframework.web.servlet.tags.NestedPathTag extends TagSupport implements Serializable |
---|
Serialized Fields |
---|
String path
String previousNestedPath
Class org.springframework.web.servlet.tags.RequestContextAwareTag extends TagSupport implements Serializable |
---|
Serialized Fields |
---|
Log logger
RequestContext requestContext
Class org.springframework.web.servlet.tags.ThemeTag extends MessageTag implements Serializable |
---|
Class org.springframework.web.servlet.tags.TransformTag extends HtmlEscapingAwareTag implements Serializable |
---|
Serialized Fields |
---|
Object value
String var
String scope
Package org.springframework.web.servlet.tags.form |
---|
Class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag extends AbstractFormTag implements Serializable |
---|
Serialized Fields |
---|
String path
command object
.
String id
id
' attribute.
BindStatus bindStatus
BindStatus
of this tag.
Class org.springframework.web.servlet.tags.form.AbstractFormTag extends HtmlEscapingAwareTag implements Serializable |
---|
Class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag extends AbstractHtmlElementTag implements Serializable |
---|
Serialized Fields |
---|
BodyContent bodyContent
TagWriter tagWriter
Class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag extends AbstractDataBoundFormElementTag implements Serializable |
---|
Serialized Fields |
---|
String cssClass
String cssErrorClass
String cssStyle
String lang
String title
String dir
String tabindex
String onclick
String ondblclick
String onmousedown
String onmouseup
String onmouseover
String onmousemove
String onmouseout
String onkeypress
String onkeyup
String onkeydown
Class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag extends AbstractHtmlElementTag implements Serializable |
---|
Serialized Fields |
---|
String onfocus
String onblur
String onchange
String accesskey
String disabled
String readonly
Class org.springframework.web.servlet.tags.form.CheckboxTag extends AbstractHtmlInputElementTag implements Serializable |
---|
Serialized Fields |
---|
Object value
Class org.springframework.web.servlet.tags.form.ErrorsTag extends AbstractHtmlElementBodyTag implements Serializable |
---|
Serialized Fields |
---|
String element
String delimiter
Object oldMessages
boolean errorMessagesWereExposed
Class org.springframework.web.servlet.tags.form.FormTag extends AbstractHtmlElementTag implements Serializable |
---|
Serialized Fields |
---|
TagWriter tagWriter
String commandName
String name
String action
String method
String enctype
String onsubmit
String onreset
String acceptCharset
Class org.springframework.web.servlet.tags.form.HiddenInputTag extends AbstractDataBoundFormElementTag implements Serializable |
---|
Serialized Fields |
---|
String cssErrorClass
Class org.springframework.web.servlet.tags.form.InputTag extends AbstractHtmlInputElementTag implements Serializable |
---|
Serialized Fields |
---|
String size
String maxlength
String alt
String onselect
String autocomplete
Class org.springframework.web.servlet.tags.form.LabelTag extends AbstractHtmlElementTag implements Serializable |
---|
Serialized Fields |
---|
TagWriter tagWriter
TagWriter
instance being used.
Stored so we can close the tag on LabelTag.doEndTag()
.
String forId
for
' attribute.
Class org.springframework.web.servlet.tags.form.OptionsTag extends AbstractFormTag implements Serializable |
---|
Serialized Fields |
---|
Object items
Collection
, Map
or array of
objects used to generate the inner 'option
' tags.
String itemValue
value
' attribute
of the 'option
' tag.
String itemLabel
option
' tag.
Class org.springframework.web.servlet.tags.form.OptionTag extends AbstractHtmlElementBodyTag implements Serializable |
---|
Serialized Fields |
---|
Object value
<option>
tag.
String label
<option>
tag.
Object oldValue
Object oldDisplayValue
String disabled
Class org.springframework.web.servlet.tags.form.PasswordInputTag extends InputTag implements Serializable |
---|
Serialized Fields |
---|
boolean showPassword
Class org.springframework.web.servlet.tags.form.RadioButtonTag extends AbstractHtmlInputElementTag implements Serializable |
---|
Serialized Fields |
---|
Object value
value
' attribute.
Class org.springframework.web.servlet.tags.form.SelectTag extends AbstractHtmlInputElementTag implements Serializable |
---|
Serialized Fields |
---|
Object items
Collection
, Map
or array of objects used to generate the inner
'option
' tags.
String itemValue
value
' attribute
of the 'option
' tag.
String itemLabel
option
' tag.
String size
size
' attribute rendered
on the final 'select
' element.
Object multiple
select
' tag allows
multiple-selections.
TagWriter tagWriter
TagWriter
instance that the output is being written.
Only used in conjunction with nested OptionTags
.
Class org.springframework.web.servlet.tags.form.TextareaTag extends AbstractHtmlInputElementTag implements Serializable |
---|
Serialized Fields |
---|
String rows
String cols
String onselect
Package org.springframework.web.struts |
---|
Class org.springframework.web.struts.SpringBindingActionForm extends ActionForm implements Serializable |
---|
Serialized Fields |
---|
Errors errors
Locale locale
MessageResources messageResources
Package org.springframework.web.util |
---|
Class org.springframework.web.util.Log4jConfigServlet extends HttpServlet implements Serializable |
---|
Class org.springframework.web.util.NestedServletException extends ServletException implements Serializable |
---|
serialVersionUID: -5292377985529381145L
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |