All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description Cacheable A method annotation that indicates that the results method are cacheable, using the arguments to the method as the cache key.CacheableAnnotationInterceptor Implements anAspectaware interceptor that intercepts calls to methods annotated withCacheableand returns a cached result when available or calls the underlying method when not.CacheableArgument A method parameter annotation that is used to further control how method cache keys are generated by theCacheableMethodManager#getKeyFactoryForParameterType(Class, boolean)CacheableKey Type annotation indicating how a particular object should be used to generate a cache key when used as an argument to a method annotated withCacheable.CacheableMethodKeyFactory Factory for producing aSerializablecache key from aProceedingJoinPointmethod invocation.CacheableMethodKeyFactoryManager Support class that determines the caching policy for a particular method by producing aCacheableMethodKeyFactoryfor that method.CacheableMethodManager Support class providing functionality for caching the output of arbitrary method calls, using the arguments to the method to generate the cache key.CacheableObjectKeyFactory Factory for producing aSerializablecache key from a and arbitrary object.CacheKeyInfo Encapsulates cache key information, including the cache key for a particular method call and whether the cache should be refreshed for a particular method call.ConfigurationParameter Annotation for OneBusAway configuration parameters that users might want to tweak to adjust the behavior of their OneBusAway installation.ContainerLibrary Convenient methods for instantiating aConfigurableApplicationContextSpring application container.DefaultCacheableKeyFactory Factory for producing aCacheKeyInfocache key from aProceedingJoinPointmethod invocation.DefaultCacheableObjectKeyFactory Factory for producing aSerializablecache key from a and arbitrary object.DependencyConfigurer A SpringBeanFactoryPostProcessorthat can set bean dependencies to adjust bean creation order.EhCacheConfigurationFactoryBean SpringFactoryBeanfor creating an EhCacheConfigurationthat supports programmatic DiskStore and Terracotta configuration.EhCacheFactoryBean A SpringFactoryBeanfor programmatically creating an EhCacheCachewith standard configuration options, but also progrmattic Terracotta configuration.EhCacheManagerFactoryBean * A SpringFactoryBeanfor programmatically creating an EhCacheCacheManager, specifically allowing us to pass in aConfigurationdirectly.EhCacheRegionFactory A Hibernate EhCacheRegionFactory implementation that supports directly setting theCacheManagerfrom an existing instance.EnumUserType A custom HibernateEnhancedUserTypefor mapping a Java enum to an SQL varchar in the database as opposed to the default behavior of an int.HasListeners<T> Interface that defines that a specific object has listeners of typeTthat can be added or removed.IdentityBean<T extends Serializable> Convenience base class for objects that have an id property and whose object equality is determined by that identi Defines abstract methods for getting and setting the objects id while also defineIdentityBean.equals(Object)andIdentityBean.hashCode()based on the id value.IdentityBeanCacheableObjectKeyFactory Provides aCacheableObjectKeyFactorycache key strategy for objects of typeIdentityBean, where the objects id is used as the cache key.ListBeanPostProcessor A SpringBeanPostProcessorto add additional values to already-createdListobject.ListenerConnector<T> Spring convenience class for wiring upHasListenerslistener containers with listener objects.Listeners<T> Convenience container for a collection of typed listener objectsListFactoryBean A SpringFactoryBeanfor creating aListobject.MapBeanPostProcessor A SpringBeanPostProcessorto add additional values to already-createdMapobject.MapFactoryBean A SpringFactoryBeanfor creating aListobject.ObaSecurityHeaderFilter A place to add security filters as requested by client security policies.OverridePostProcessor A linkBeanPostProcessorthat allows one to set and override bean properties in a flexible ways before the bean is initialized.PropertiesBeanPostProcessor A SpringBeanPostProcessorto add additional values to already-createdPropertiesobject.PropertyOverrideBeanFactoryPostProcessor PropertyOverrideConfigurer Extension of Spring'sPropertyOverrideConfigurerthat supportsSystem.getProperty(String)expansion ofPropertyPathExpressionCacheableObjectKeyFactory Factory for producing aSerializablecache key from an arbitrary object by first applying a linkPropertyPathExpressionto the object and then applying a secondaryCacheableObjectKeyFactoryto the result.ProxyFactoryBean A SpringFactoryBeanfor instantiating aProxyinstance with a specified target interface type and aInvocationHandler.QualifierConfigurer Refreshable RefreshService RotationStrategy Defines aWriterrotation strategy that can be used in cooperation withRotationWriterto have one virtualWriterthat seamless rotates output to multiple output writers.RotationWriter AWriterextension that supports rotating between different outputWriterobjects based on aRotationStrategy.SerializedFactoryBean A SpringFactoryBeanfor instantiating a serialized object from a File.SerializedLazyCreationTargetSource A SpringFactoryBeanfor lazily instantiating a serialized bean from a file as neededServletContextAwareMetadataNamingStrategy StopButtonService Utility class that pops up a simple Swing dialog with a "Stop" button that will cause your program to gracefully exit when pressed.SystemPropertyOverrideConfigurer A SpringBeanFactoryPostProcessorthat can be used to override System properties (seeSystem.getProperties()) from within a Spring application context.TimeRotationStrategy An implementation ofRotationStrategythat writes output to file whose named is specified using a format processed using the theSimpleDateFormatclass.TimeRotationWriterFactoryBean