Package | Description |
---|---|
org.apache.tapestry5.internal.plastic |
[INTERNAL USE ONLY] Plastic implementation details; 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
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalPlasticClassTransformation |
Modifier and Type | Class and Description |
---|---|
class |
PlasticClassImpl |
Modifier and Type | Method and Description |
---|---|
PlasticClassTransformation |
PlasticClassPool.createTransformation(String baseClassName,
String newClassName) |
PlasticClassTransformation |
PlasticClassPool.createTransformation(String baseClassName,
String newClassName,
String implementationClassName) |
Modifier and Type | Method and Description |
---|---|
<T> PlasticClassTransformation<T> |
PlasticProxyFactoryImpl.createProxyTransformation(Class<T> interfaceType) |
<T> PlasticClassTransformation<T> |
PlasticProxyFactoryImpl.createProxyTransformation(Class<T> interfaceType,
Class<? extends T> implementationType) |
Modifier and Type | Method and Description |
---|---|
<T> PlasticClassTransformation<T> |
PlasticProxyFactory.createProxyTransformation(Class<T> interfaceType)
Creates the underlying
PlasticClassTransformation for an interface proxy. |
<T> PlasticClassTransformation<T> |
PlasticProxyFactory.createProxyTransformation(Class<T> interfaceType,
Class<? extends T> implementationType)
Creates the underlying
PlasticClassTransformation for an interface proxy with a given
implementation class. |
Modifier and Type | Method and Description |
---|---|
<T> PlasticClassTransformation<T> |
PlasticManager.createProxyTransformation(Class interfaceType,
Class implementationType)
Returns
createProxyTransformation(interfaceType, implementationType, true) |
<T> PlasticClassTransformation<T> |
PlasticManager.createProxyTransformation(Class interfaceType,
Class implementationType,
boolean introduceInterface)
Creates the underlying
PlasticClassTransformation for an interface proxy. |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.