nl.beesting.beangenerator.locators.methodlocators
Class TomcatClassPathResolver

java.lang.Object
  extended by nl.beesting.beangenerator.locators.methodlocators.AbstractClassPathResolver
      extended by nl.beesting.beangenerator.locators.methodlocators.TomcatClassPathResolver

public class TomcatClassPathResolver
extends AbstractClassPathResolver

Extension of the AbstractClassPathResolver for use in tomcat will use reflection to add the add the web applications classes.


Constructor Summary
TomcatClassPathResolver()
           
 
Method Summary
 void addAddtionalPaths()
          Implementors must implement this method to add to the default classpath.
 
Methods inherited from class nl.beesting.beangenerator.locators.methodlocators.AbstractClassPathResolver
add, add, findClass, getDirectories, getJarFiles, setClassResolvers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatClassPathResolver

public TomcatClassPathResolver()
Method Detail

addAddtionalPaths

public void addAddtionalPaths()
Implementors must implement this method to add to the default classpath.

Specified by:
addAddtionalPaths in class AbstractClassPathResolver


Copyright © 2008. All Rights Reserved.