Uses of Interface
org.springframework.instrument.classloading.LoadTimeWeaver
Packages that use LoadTimeWeaver
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
Load-time weaving support for a Spring application context, building on Spring's
 
LoadTimeWeaver abstraction.Support package for load time weaving based on class loaders,
 as required by JPA providers (but not JPA-specific).
Support for class instrumentation on GlassFish.
Support for class instrumentation on JBoss AS 6 and 7.
Support for class instrumentation on Tomcat.
- 
Uses of LoadTimeWeaver in org.springframework.context.annotationMethods in org.springframework.context.annotation that return LoadTimeWeaverModifier and TypeMethodDescriptionLoadTimeWeavingConfigurer.getLoadTimeWeaver()Create, configure and return theLoadTimeWeaverinstance to be used.LoadTimeWeavingConfiguration.loadTimeWeaver()
- 
Uses of LoadTimeWeaver in org.springframework.context.weavingClasses in org.springframework.context.weaving that implement LoadTimeWeaverModifier and TypeClassDescriptionclassDefaultLoadTimeWeaverbean for use in an application context, decorating an automatically detected internalLoadTimeWeaver.Methods in org.springframework.context.weaving that return LoadTimeWeaverModifier and TypeMethodDescriptionprotected LoadTimeWeaverDefaultContextLoadTimeWeaver.createServerSpecificLoadTimeWeaver(ClassLoader classLoader) Methods in org.springframework.context.weaving with parameters of type LoadTimeWeaverModifier and TypeMethodDescriptionstatic voidAspectJWeavingEnabler.enableAspectJWeaving(LoadTimeWeaver weaverToUse, ClassLoader beanClassLoader) Enable AspectJ weaving with the givenLoadTimeWeaver.voidAspectJWeavingEnabler.setLoadTimeWeaver(LoadTimeWeaver loadTimeWeaver) voidLoadTimeWeaverAware.setLoadTimeWeaver(LoadTimeWeaver loadTimeWeaver) Set theLoadTimeWeaverof this object's containingApplicationContext.Constructors in org.springframework.context.weaving with parameters of type LoadTimeWeaverModifierConstructorDescriptionLoadTimeWeaverAwareProcessor(LoadTimeWeaver loadTimeWeaver) Create a newLoadTimeWeaverAwareProcessorfor the givenLoadTimeWeaver.
- 
Uses of LoadTimeWeaver in org.springframework.instrument.classloadingClasses in org.springframework.instrument.classloading that implement LoadTimeWeaverModifier and TypeClassDescriptionclassLoadTimeWeaverrelying on VMInstrumentation.classLoadTimeWeaverwhich uses reflection to delegate to an underlying ClassLoader with well-known transformation hooks.classLoadTimeWeaverthat builds and exposes aSimpleInstrumentableClassLoader.
- 
Uses of LoadTimeWeaver in org.springframework.instrument.classloading.glassfishClasses in org.springframework.instrument.classloading.glassfish that implement LoadTimeWeaverModifier and TypeClassDescriptionclassLoadTimeWeaverimplementation for GlassFish'sorg.glassfish.api.deployment.InstrumentableClassLoader InstrumentableClassLoader.
- 
Uses of LoadTimeWeaver in org.springframework.instrument.classloading.jbossClasses in org.springframework.instrument.classloading.jboss that implement LoadTimeWeaverModifier and TypeClassDescriptionclassLoadTimeWeaverimplementation for JBoss's instrumentable ClassLoader.
- 
Uses of LoadTimeWeaver in org.springframework.instrument.classloading.tomcatClasses in org.springframework.instrument.classloading.tomcat that implement LoadTimeWeaverModifier and TypeClassDescriptionclassLoadTimeWeaverimplementation for Tomcat's neworg.apache.tomcat.InstrumentableClassLoader.