there is also ClassNameLocator service with methods to list classes in a package
On Mon, Apr 14, 2008 at 10:55 PM, Marcus <[EMAIL PROTECTED]> wrote: > Hi Angelo, > > - get ContextClassLoader from current Thread > - get path of your pages package (org.exemplo.teste.pages) from > ClassLoader > - get files on this path that ends with ".class", skiping inner classes. > > I think this topic already has been discussed here. > > Marcus. >