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.4 2004/02/19 17:37:52 hlship Exp $
- Author:
- Mindbridge
reset
public void reset()
createEnhancedClass
public IEnhancedClass createEnhancedClass(String className,
Class parentClass)