|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.springframework.aop.framework |
Class org.springframework.aop.framework.AdvisedSupport extends ProxyConfig implements Serializable |
Serialization Methods |
protected Object readResolve() throws ObjectStreamException
protected Object writeReplace() throws ObjectStreamException
Serialized Fields |
TargetSource targetSource
List advisors
Advisor[] advisorArray
Set interfaces
Class org.springframework.aop.framework.AopConfigException extends NestedRuntimeException implements Serializable |
Class org.springframework.aop.framework.Cglib2AopProxy extends Object implements Serializable |
Serialized Fields |
AdvisedSupport advised
Object[] constructorArgs
Class[] constructorArgTypes
Class org.springframework.aop.framework.Cglib2AopProxy.SerializableNoOp extends Object implements Serializable |
Class org.springframework.aop.framework.ProxyConfig extends Object implements Serializable |
Serialized Fields |
boolean proxyTargetClass
boolean optimize
boolean opaque
boolean exposeProxy
boolean frozen
Class org.springframework.aop.framework.ProxyFactory extends AdvisedSupport implements Serializable |
Class org.springframework.aop.framework.ProxyFactoryBean extends AdvisedSupport implements Serializable |
Serialized Fields |
String[] interceptorNames
boolean singleton
AdvisorAdapterRegistry advisorAdapterRegistry
BeanFactory beanFactory
String targetName
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 |
Class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator extends ProxyConfig implements Serializable |
Serialized Fields |
Log logger
int order
AdvisorAdapterRegistry advisorAdapterRegistry
String[] interceptorNames
boolean applyCommonInterceptorsFirst
List customTargetSourceCreators
BeanFactory owningBeanFactory
Class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator extends AbstractAutoProxyCreator implements Serializable |
Serialized Fields |
List beanNames
Class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements Serializable |
Serialized Fields |
boolean usePrefix
String advisorBeanNamePrefix
Package org.springframework.aop.interceptor |
Class org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor extends Object implements Serializable |
Class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor extends Object implements Serializable |
Serialized Fields |
int concurrencyLimit
int concurrencyCount
Class org.springframework.aop.interceptor.DebugInterceptor extends Object implements Serializable |
Serialized Fields |
Log logger
int count
Class org.springframework.aop.interceptor.ExposeInvocationInterceptor extends Object implements Serializable |
Serialization Methods |
private Object readResolve() throws ObjectStreamException
Class org.springframework.aop.interceptor.PerformanceMonitorInterceptor extends Object implements Serializable |
Class org.springframework.aop.interceptor.TraceInterceptor extends Object implements Serializable |
Package org.springframework.aop.support |
Class org.springframework.aop.support.AbstractPointcutAdvisor extends Object implements Serializable |
Serialized Fields |
int order
Advice advice
Class org.springframework.aop.support.AbstractRegexpMethodPointcut extends StaticMethodMatcherPointcut implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws IOException
Serialized Fields |
String[] patterns
Class org.springframework.aop.support.ComposablePointcut extends Object implements Serializable |
Serialized Fields |
ClassFilter classFilter
MethodMatcher methodMatcher
Class org.springframework.aop.support.ControlFlowPointcut extends Object implements Serializable |
Serialized Fields |
Class clazz
String methodName
int evaluations
Class org.springframework.aop.support.DefaultIntroductionAdvisor extends Object implements Serializable |
Serialized Fields |
int order
Advice advice
Set interfaces
Class org.springframework.aop.support.DefaultPointcutAdvisor extends AbstractPointcutAdvisor implements Serializable |
Serialized Fields |
Pointcut pointcut
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
Serialized Fields |
Set publishedInterfaces
Class org.springframework.aop.support.JdkRegexpMethodPointcut extends AbstractRegexpMethodPointcut implements Serializable |
Class org.springframework.aop.support.NameMatchMethodPointcut extends StaticMethodMatcherPointcut implements Serializable |
Serialized Fields |
List mappedNames
Class org.springframework.aop.support.NameMatchMethodPointcutAdvisor extends NameMatchMethodPointcut implements Serializable |
Serialized Fields |
int order
Advice advice
Class org.springframework.aop.support.Perl5RegexpMethodPointcut extends AbstractRegexpMethodPointcut implements Serializable |
Class org.springframework.aop.support.RegexpMethodPointcut extends Perl5RegexpMethodPointcut implements Serializable |
Class org.springframework.aop.support.RegexpMethodPointcutAdvisor extends AbstractPointcutAdvisor implements Serializable |
Serialized Fields |
String[] patterns
boolean perl5
AbstractRegexpMethodPointcut pointcut
Class org.springframework.aop.support.RootClassFilter extends Object implements Serializable |
Serialized Fields |
Class 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.AbstractPoolingTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable |
Serialized Fields |
int maxSize
Class org.springframework.aop.target.AbstractPrototypeBasedTargetSource extends Object implements Serializable |
Serialization Methods |
protected Object writeReplace() throws ObjectStreamException
With this implementation of this method, there is no need to mark non-serializable fields in this class or subclasses as transient.
Serialized Fields |
Log logger
String targetBeanName
BeanFactory owningBeanFactory
Class targetClass
Class org.springframework.aop.target.CommonsPoolTargetSource extends AbstractPoolingTargetSource implements Serializable |
Serialized Fields |
ObjectPool pool
Class org.springframework.aop.target.EmptyTargetSource extends Object implements Serializable |
Serialization Methods |
private Object readResolve()
equals
.
Class org.springframework.aop.target.HotSwappableTargetSource extends Object implements Serializable |
Serialized Fields |
Object target
Class org.springframework.aop.target.PrototypeTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable |
Class org.springframework.aop.target.SingletonTargetSource extends Object implements Serializable |
Serialized Fields |
Object target
Class org.springframework.aop.target.ThreadLocalTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable |
Serialized Fields |
ThreadLocal targetInThread
Set targetSet
int invocations
int hits
Package org.springframework.beans |
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 beanClass
String propertyName
Class org.springframework.beans.MethodInvocationException extends PropertyAccessException implements Serializable |
Class org.springframework.beans.MutablePropertyValues extends Object implements Serializable |
Serialized Fields |
ArrayList propertyValueList
Class org.springframework.beans.NotReadablePropertyException extends InvalidPropertyException implements Serializable |
Class org.springframework.beans.NotWritablePropertyException extends InvalidPropertyException implements Serializable |
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.PropertyAccessExceptionsException extends BeansException implements Serializable |
Serialized Fields |
BeanWrapper beanWrapper
PropertyAccessException[] propertyAccessExceptions
Class org.springframework.beans.PropertyValue extends Object implements Serializable |
Serialized Fields |
String name
Object value
Class org.springframework.beans.TypeMismatchException extends PropertyAccessException implements Serializable |
Serialized Fields |
Class requiredType
Package org.springframework.beans.factory |
Class org.springframework.beans.factory.BeanCreationException extends FatalBeanException implements Serializable |
Class org.springframework.beans.factory.BeanCurrentlyInCreationException extends BeanCreationException implements Serializable |
Class org.springframework.beans.factory.BeanDefinitionStoreException extends FatalBeanException implements Serializable |
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 requiredType
Class actualType
Class org.springframework.beans.factory.FactoryBeanCircularReferenceException extends BeanCreationException implements Serializable |
Class org.springframework.beans.factory.NoSuchBeanDefinitionException extends BeansException implements Serializable |
Serialized Fields |
String beanName
Class 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.support |
Class org.springframework.beans.factory.support.BeanDefinitionValidationException extends FatalBeanException implements Serializable |
Class org.springframework.beans.factory.support.ManagedList extends ArrayList implements Serializable |
Class org.springframework.beans.factory.support.ManagedSet extends HashSet 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 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 |
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.ConstantException extends IllegalArgumentException implements Serializable |
Class org.springframework.core.NestedCheckedException extends Exception implements Serializable |
Serialized Fields |
Throwable cause
Class org.springframework.core.NestedRuntimeException extends RuntimeException implements Serializable |
Serialized Fields |
Throwable cause
Package org.springframework.dao |
Class org.springframework.dao.CannotAcquireLockException extends ConcurrencyFailureException implements Serializable |
Class org.springframework.dao.CannotSerializeTransactionException extends ConcurrencyFailureException 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 DataAccessException implements Serializable |
Class org.springframework.dao.IncorrectResultSizeDataAccessException extends InvalidDataAccessApiUsageException 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.TypeMismatchDataAccessException extends InvalidDataAccessResourceUsageException implements Serializable |
Class org.springframework.dao.UncategorizedDataAccessException extends DataAccessException implements Serializable |
Package org.springframework.ejb.support |
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.AbstractStatefulSessionBean extends AbstractSessionBean implements Serializable |
Class org.springframework.ejb.support.AbstractStatelessSessionBean extends AbstractSessionBean implements Serializable |
Serialized Fields |
Log logger
Package org.springframework.jdbc |
Class org.springframework.jdbc.BadSqlGrammarException extends InvalidDataAccessResourceUsageException implements Serializable |
Serialized Fields |
SQLException ex
String sql
Class org.springframework.jdbc.CannotGetJdbcConnectionException extends DataAccessResourceFailureException implements Serializable |
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.support |
Class org.springframework.jdbc.support.MetaDataAccessException extends NestedCheckedException implements Serializable |
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
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.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 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 |
SessionFactory sessionFactory
DataSource dataSource
boolean autodetectDataSource
Object entityInterceptor
SQLExceptionTranslator jdbcExceptionTranslator
BeanFactory beanFactory
HibernateTransactionManager.setEntityInterceptorBeanName(java.lang.String)
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.ojb |
Class org.springframework.orm.ojb.OjbOperationException extends UncategorizedDataAccessException implements Serializable |
Class org.springframework.orm.ojb.PersistenceBrokerTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
Serialized Fields |
org.apache.ojb.broker.PBKey pbKey
DataSource dataSource
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 |
Package org.springframework.remoting.support |
Class org.springframework.remoting.support.RemoteInvocation extends Object implements Serializable |
serialVersionUID: 6876024250231820554l
Serialized Fields |
String methodName
Class[] parameterTypes
Object[] arguments
Map attributes
Class org.springframework.remoting.support.RemoteInvocationResult extends Object implements Serializable |
serialVersionUID: 2138555143707773549l
Serialized Fields |
Object value
Throwable exception
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 |
String beanName
ApplicationContext applicationContext
String applicationContextJobDataKey
Class org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor.JobSchedulingDataInitializationException extends NestedRuntimeException implements Serializable |
Class org.springframework.scheduling.quartz.SchedulerFactoryBean.DelayedSchedulerStartException extends NestedRuntimeException implements Serializable |
Class org.springframework.scheduling.quartz.SimpleTriggerBean extends SimpleTrigger implements Serializable |
Serialized Fields |
JobDetail jobDetail
long startDelay
String beanName
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 CannotCreateTransactionException 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.TransactionUsageException extends TransactionException implements Serializable |
Class org.springframework.transaction.UnexpectedRollbackException extends TransactionException implements Serializable |
Package org.springframework.transaction.interceptor |
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 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 rollbackRules
Class org.springframework.transaction.interceptor.TransactionAspectSupport extends Object implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws IOException
Serialized Fields |
PlatformTransactionManager transactionManager
TransactionAttributeSource transactionAttributeSource
Class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor extends StaticMethodMatcherPointcutAdvisor implements Serializable |
Serialized Fields |
TransactionAttributeSource transactionAttributeSource
Class org.springframework.transaction.interceptor.TransactionInterceptor extends TransactionAspectSupport implements Serializable |
Class org.springframework.transaction.interceptor.TransactionProxyFactoryBean extends ProxyConfig implements Serializable |
Serialized Fields |
TransactionInterceptor transactionInterceptor
Object target
Class[] proxyInterfaces
Pointcut pointcut
Object[] preInterceptors
Object[] postInterceptors
AdvisorAdapterRegistry advisorAdapterRegistry
Object proxy
Package org.springframework.transaction.jta |
Class org.springframework.transaction.jta.JtaTransactionManager extends AbstractPlatformTransactionManager implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws IOException
Serialized Fields |
String userTransactionName
String transactionManagerName
boolean autodetectTransactionManager
Class org.springframework.transaction.jta.WebLogicJtaTransactionManager extends JtaTransactionManager implements Serializable |
Serialized Fields |
Method forceResumeMethod
Package org.springframework.transaction.support |
Class org.springframework.transaction.support.AbstractPlatformTransactionManager extends Object implements Serializable |
Serialization Methods |
private void readObject(ObjectInputStream ois) throws IOException
Serialized Fields |
int transactionSynchronization
boolean nestedTransactionAllowed
boolean rollbackOnCommitFailure
Class org.springframework.transaction.support.DefaultTransactionDefinition extends Object implements Serializable |
Serialized Fields |
int propagationBehavior
int isolationLevel
int timeout
boolean readOnly
Class org.springframework.transaction.support.TransactionTemplate extends DefaultTransactionDefinition implements Serializable |
Serialized Fields |
Log logger
PlatformTransactionManager transactionManager
Package org.springframework.validation |
Class org.springframework.validation.BindException extends Exception implements Serializable |
Serialized Fields |
List errors
BeanWrapper beanWrapper
String objectName
MessageCodesResolver messageCodesResolver
String nestedPath
Stack nestedPathStack
Class org.springframework.validation.FieldError extends ObjectError implements Serializable |
Serialized Fields |
String field
Object rejectedValue
boolean bindingFailure
Class org.springframework.validation.ObjectError extends DefaultMessageSourceResolvable implements Serializable |
Serialized Fields |
String objectName
Package org.springframework.web.bind |
Class org.springframework.web.bind.ServletRequestBindingException extends ServletException 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.RequestHandledEvent extends ApplicationEvent implements Serializable |
Serialized Fields |
String requestUrl
long processingTimeMillis
String clientAddress
String method
String servletName
String sessionId
String userName
Throwable failureCause
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 ServletException 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.servlet |
Class org.springframework.web.servlet.DispatcherServlet extends FrameworkServlet implements Serializable |
Serialized Fields |
boolean detectAllHandlerMappings
boolean detectAllHandlerExceptionResolvers
boolean detectAllViewResolvers
MultipartResolver multipartResolver
LocaleResolver localeResolver
ThemeResolver themeResolver
List handlerMappings
List handlerAdapters
List handlerExceptionResolvers
List viewResolvers
Class org.springframework.web.servlet.FrameworkServlet extends HttpServletBean implements Serializable |
Serialized Fields |
Class contextClass
String namespace
String contextConfigLocation
boolean publishContext
WebApplicationContext webApplicationContext
Class org.springframework.web.servlet.HttpServletBean extends HttpServlet implements Serializable |
Serialized Fields |
Log logger
Set 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
long startupTime
Package org.springframework.web.servlet.mvc.multiaction |
Class org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException extends ServletException implements Serializable |
Package org.springframework.web.servlet.support |
Class org.springframework.web.servlet.support.RequestMethodNotSupportedException extends ServletException implements Serializable |
Class org.springframework.web.servlet.support.SessionRequiredException extends ServletException implements Serializable |
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
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 |
String code
Object arguments
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 |
String value
String var
String scope
Package org.springframework.web.servlet.view.xslt |
Class org.springframework.web.servlet.view.xslt.FormatHelper.XsltFormattingException extends NestedRuntimeException implements Serializable |
Package org.springframework.web.util |
Class org.springframework.web.util.Log4jConfigServlet extends HttpServlet implements Serializable |
Package org.springframework.mock.web |
Class org.springframework.mock.web.MockHttpServletRequest extends Object implements Serializable |
Serialized Fields |
Hashtable attributes
String characterEncoding
byte[] content
String contentType
Hashtable parameters
String protocol
String scheme
String serverName
int serverPort
String remoteAddr
String remoteHost
Vector locales
boolean secure
ServletContext servletContext
String authType
Cookie[] cookies
Hashtable headers
String method
String pathInfo
String contextPath
String queryString
String remoteUser
Set roles
Principal userPrincipal
String requestURI
String servletPath
HttpSession session
boolean requestedSessionIdValid
boolean requestedSessionIdFromCookie
boolean requestedSessionIdFromURL
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |