public interface IComponentClassEnhancer
Implementations of this interface must be threadsafe.
ComponentConstructorFactory
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getEnhancedClass(IComponentSpecification specification,
java.lang.String className)
Deprecated.
Used to access the class for a given component (or page).
|
java.lang.Class getEnhancedClass(IComponentSpecification specification, java.lang.String className)
specification
- the specification for the componentclassName
- the name of base class to enhance, as extracted from the specification (or
possibly, from a default).org.apache.tapestry.ApplicationRuntimeException
- if the class does not exist, is invalid, or may not be enhanced.