Package | Description |
---|---|
org.apache.tapestry5.beaneditor |
Support classes for the
BeanEditor
component. |
org.apache.tapestry5.internal.clojure |
[INTERNAL USE ONLY] support for Clojure functions; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC 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.internal.util |
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
|
org.apache.tapestry5.modules |
Modifier and Type | Method and Description |
---|---|
BeanModelSourceBuilder |
BeanModelSourceBuilder.setPlasticProxyFactory(PlasticProxyFactory plasticProxyFactory)
Sets the
PlasticProxyFactory to be used. |
Constructor and Description |
---|
ClojureBuilderImpl(PlasticProxyFactory proxyFactory,
MethodToFunctionSymbolMapper mapper,
OperationTracker tracker) |
Modifier and Type | Method and Description |
---|---|
PlasticProxyFactory |
ComponentInstantiatorSourceImpl.getProxyFactory() |
PlasticProxyFactory |
ComponentInstantiatorSource.getProxyFactory()
Returns a proxy factory that can be used to generate additional classes around enhanced classes, or create
subclasses of enhanced classes.
|
Modifier and Type | Field and Description |
---|---|
protected PlasticProxyFactory |
AbstractServiceInstrumenter.proxyFactory |
Constructor and Description |
---|
AbstractMethodInvokingInstrumenter(ModuleBuilderSource moduleSource,
Method method,
ServiceResources resources,
PlasticProxyFactory proxyFactory) |
AbstractReloadableObjectCreator(PlasticProxyFactory proxyFactory,
ClassLoader baseClassLoader,
String implementationClassName,
org.slf4j.Logger logger,
OperationTracker tracker) |
AbstractServiceInstrumenter(Method method,
String[] patterns,
String[] constraints,
Class serviceInterface,
Set<Class> markers,
PlasticProxyFactory proxyFactory) |
AdvisorDefImpl(Method method,
String[] patterns,
String[] constraints,
PlasticProxyFactory proxyFactory,
String advisorId,
Class serviceInterface,
Set<Class> markers) |
ContributionDefImpl(String serviceId,
Method contributorMethod,
boolean optional,
PlasticProxyFactory proxyFactory,
Class serviceInterface,
Set<Class> markers) |
DecoratorDefImpl(Method decoratorMethod,
String[] patterns,
String[] constraints,
PlasticProxyFactory proxyFactory,
String decoratorId,
Class serviceInterface,
Set<Class> markers) |
DefaultModuleDefImpl(Class<?> moduleClass,
org.slf4j.Logger logger,
PlasticProxyFactory proxyFactory) |
ModuleImpl(InternalRegistry registry,
ServiceActivityTracker tracker,
ModuleDef moduleDef,
PlasticProxyFactory proxyFactory,
org.slf4j.Logger logger) |
RegistryImpl(Collection<ModuleDef2> moduleDefs,
PlasticProxyFactory proxyFactory,
LoggerSource loggerSource,
OperationTracker operationTracker)
Constructs the registry from a set of module definitions and other resources.
|
ReloadableObjectCreator(PlasticProxyFactory proxyFactory,
ClassLoader baseClassLoader,
String implementationClassName,
org.slf4j.Logger logger,
OperationTracker tracker,
ObjectLocator locator) |
ReloadableObjectCreatorSource(PlasticProxyFactory proxyFactory,
Method bindMethod,
Class serviceInterfaceClass,
Class serviceImplementationClass,
boolean eagerLoad) |
ReloadableServiceImplementationObjectCreator(PlasticProxyFactory proxyFactory,
ServiceBuilderResources resources,
ClassLoader baseClassLoader,
String implementationClassName) |
ServiceAdvisorImpl(ModuleBuilderSource moduleSource,
Method method,
ServiceResources resources,
PlasticProxyFactory proxyFactory) |
ServiceBinderImpl(ServiceDefAccumulator accumulator,
Method bindMethod,
PlasticProxyFactory proxyFactory,
Set<Class> defaultMarkers,
boolean moduleDefaultPreventDecoration) |
ServiceDecoratorImpl(Method method,
ModuleBuilderSource moduleSource,
ServiceResources resources,
PlasticProxyFactory proxyFactory) |
ServiceResourcesImpl(InternalRegistry registry,
Module module,
ServiceDef3 serviceDef,
PlasticProxyFactory proxyFactory,
org.slf4j.Logger logger) |
Modifier and Type | Class and Description |
---|---|
class |
PlasticProxyFactoryImpl |
Constructor and Description |
---|
AspectDecoratorImpl(PlasticProxyFactory proxyFactory) |
AspectInterceptorBuilderImpl(AnnotationAccess annotationAccess,
PlasticProxyFactory plasticProxyFactory,
Class<T> serviceInterface,
T delegate,
String description) |
BridgeBuilder(org.slf4j.Logger logger,
Class<S> serviceInterface,
Class<F> filterInterface,
PlasticProxyFactory proxyFactory) |
ChainBuilderImpl(PlasticProxyFactory proxyFactory) |
DefaultImplementationBuilderImpl(PlasticProxyFactory proxyFactory) |
PerThreadServiceLifecycle(PerthreadManager perthreadManager,
PlasticProxyFactory proxyFactory) |
PipelineBuilderImpl(PlasticProxyFactory proxyFactory,
DefaultImplementationBuilder defaultImplementationBuilder) |
PropertyShadowBuilderImpl(PlasticProxyFactory proxyFactory,
PropertyAccess propertyAccess) |
StrategyBuilderImpl(PlasticProxyFactory proxyFactory) |
ThunkCreatorImpl(PlasticProxyFactory proxyFactory) |
Modifier and Type | Method and Description |
---|---|
static String |
InternalUtils.asString(Method method,
PlasticProxyFactory proxyFactory)
Converts a method to a user presentable string using a
PlasticProxyFactory to obtain a Location
(where possible). |
Modifier and Type | Method and Description |
---|---|
PlasticProxyFactory |
TapestryModule.buildComponentProxyFactory(ComponentInstantiatorSource source)
Returns a
PlasticProxyFactory that can be used to create extra classes around component classes. |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryModule.registerToClearPlasticProxyFactoryOnInvalidation(InvalidationEventHub hub,
PlasticProxyFactory proxyFactory) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.