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) |
Modifier and Type | Method and Description |
---|---|
PlasticClassTransformation |
PlasticProxyFactoryImpl.createProxyTransformation(Class interfaceType) |
Modifier and Type | Method and Description |
---|---|
<T> PlasticClassTransformation<T> |
PlasticProxyFactory.createProxyTransformation(Class<T> interfaceType)
Creates the underlying
PlasticClassTransformation for an interface proxy. |
Modifier and Type | Method and Description |
---|---|
<T> PlasticClassTransformation<T> |
PlasticManager.createProxyTransformation(Class interfaceType)
Creates the underlying
PlasticClassTransformation for an interface proxy. |
Copyright © 2003-2012 The Apache Software Foundation.