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 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Mindbridge
reset
void reset()
createEnhancedClass
IEnhancedClass createEnhancedClass(String className,
Class parentClass)