org.apache.tapestry.enhance
Interface IEnhancedClassFactory

All Known Implementing Classes:
EnhancedClassFactory

public interface IEnhancedClassFactory

An interface defining the factory for creation of new objects representing an enhanced class. This object is used essentially as a singleton -- there is typically only one instance of it in the system. Common functionality, such as caches, can be stored here.

Since:
3.0
Version:
$Id: IEnhancedClassFactory.java,v 1.1 2003/06/21 19:47:24 mindbridge Exp $
Author:
Mindbridge

Method Summary
 IEnhancedClass createEnhancedClass(String className, Class parentClass)
           
 

Method Detail

createEnhancedClass

public IEnhancedClass createEnhancedClass(String className,
                                          Class parentClass)