|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassInstantiator | |
---|---|
org.apache.tapestry5.internal.plastic | [INTERNAL USE ONLY] Plastic implementation details; API subject to change |
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.ioc.internal.services | [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
org.apache.tapestry5.plastic | Plastic, Tapestry's component class transformation library based on ASM |
Uses of ClassInstantiator in org.apache.tapestry5.internal.plastic |
---|
Classes in org.apache.tapestry5.internal.plastic that implement ClassInstantiator | |
---|---|
class |
ClassInstantiatorImpl<T>
|
Methods in org.apache.tapestry5.internal.plastic that return ClassInstantiator | ||
---|---|---|
ClassInstantiator |
NoopDelegate.configureInstantiator(String className,
ClassInstantiator instantiator)
|
|
ClassInstantiator |
PlasticClassImpl.createInstantiator()
|
|
ClassInstantiator |
PlasticClassPool.getClassInstantiator(String className)
|
|
|
ClassInstantiatorImpl.with(Class<V> valueType,
V instanceContextValue)
|
Methods in org.apache.tapestry5.internal.plastic with parameters of type ClassInstantiator | |
---|---|
ClassInstantiator |
NoopDelegate.configureInstantiator(String className,
ClassInstantiator instantiator)
|
Uses of ClassInstantiator in org.apache.tapestry5.internal.services |
---|
Methods in org.apache.tapestry5.internal.services that return ClassInstantiator | ||
---|---|---|
|
ComponentInstantiatorSourceImpl.configureInstantiator(String className,
ClassInstantiator<T> instantiator)
|
Methods in org.apache.tapestry5.internal.services with parameters of type ClassInstantiator | ||
---|---|---|
|
ComponentInstantiatorSourceImpl.configureInstantiator(String className,
ClassInstantiator<T> instantiator)
|
Uses of ClassInstantiator in org.apache.tapestry5.ioc.internal.services |
---|
Methods in org.apache.tapestry5.ioc.internal.services that return ClassInstantiator | ||
---|---|---|
|
PlasticProxyFactoryImpl.createProxy(Class<T> interfaceType,
PlasticClassTransformer callback)
|
Uses of ClassInstantiator in org.apache.tapestry5.ioc.services |
---|
Methods in org.apache.tapestry5.ioc.services that return ClassInstantiator | ||
---|---|---|
|
PlasticProxyFactory.createProxy(Class<T> interfaceType,
PlasticClassTransformer callback)
Creates a proxy object that implements the indicated interface, then invokes the callback to further configure the proxy. |
Uses of ClassInstantiator in org.apache.tapestry5.plastic |
---|
Methods in org.apache.tapestry5.plastic that return ClassInstantiator | ||
---|---|---|
|
PlasticManagerDelegate.configureInstantiator(String className,
ClassInstantiator<T> instantiator)
Configures the instantiator for a transformed PlasticClass. |
|
|
PlasticManager.createClass(Class<T> baseClass,
PlasticClassTransformer callback)
Creates an entirely new class, extending from the provided base class. |
|
ClassInstantiator<T> |
PlasticClassTransformation.createInstantiator()
Terminates the class transformation process, finishes any final bookkeeping, and returns an object used to instantiate the transformed class. |
|
|
PlasticManager.createProxy(Class<T> interfaceType,
PlasticClassTransformer callback)
Creates an entirely new class. |
|
|
PlasticManager.getClassInstantiator(String className)
Gets the ClassInstantiator for the indicated class, which must be in a transformed package. |
|
|
ClassInstantiator.with(Class<V> valueType,
V instanceContextValue)
Returns a new instantiator that adds the indicated value to the instance's InstanceContext . |
Methods in org.apache.tapestry5.plastic with parameters of type ClassInstantiator | ||
---|---|---|
|
PlasticManagerDelegate.configureInstantiator(String className,
ClassInstantiator<T> instantiator)
Configures the instantiator for a transformed PlasticClass. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |