Package | Description |
---|---|
org.apache.tapestry.enhance |
Classes used for performing dynamic bytecode enhancement of component and page classes.
|
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl |
Modifier and Type | Class and Description |
---|---|
class |
ComponentConstructorImpl |
Modifier and Type | Method and Description |
---|---|
ComponentConstructor |
EnhancementOperationImpl.getConstructor()
Returns an object that can be used to construct instances of the enhanced component subclass.
|
Modifier and Type | Method and Description |
---|---|
ComponentConstructor |
ComponentConstructorFactory.getComponentConstructor(IComponentSpecification specification,
java.lang.String className)
Passed a component specification and the base component class name, provides back an object
used to instantiate instances of the component.
|
Modifier and Type | Method and Description |
---|---|
ComponentConstructor |
ComponentConstructorFactoryImpl.getComponentConstructor(IComponentSpecification specification,
java.lang.String className) |