Package org.springframework.instrument.classloading

Examples of org.springframework.instrument.classloading.WeavingTransformer


   * supplied class loader as parent.
   * @param parent the parent {@link ClassLoader} to be used
   */
  public TomcatInstrumentableClassLoader(ClassLoader parent) {
    super(parent);
    this.weavingTransformer = new WeavingTransformer(this);
  }
View Full Code Here

TOP

Related Classes of org.springframework.instrument.classloading.WeavingTransformer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.