Package | Description |
---|---|
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.services |
Core services
|
Modifier and Type | Method and Description |
---|---|
ClassFactory |
ComponentInstantiatorSource.getClassFactory()
Deprecated.
Deprecated in 5.3, to be removed in 5.4
|
ClassFactory |
ComponentInstantiatorSourceImpl.getClassFactory() |
Constructor and Description |
---|
BeanModelSourceImpl(TypeCoercer typeCoercer,
PropertyAccess propertyAccess,
PropertyConduitSource propertyConduitSource,
ClassFactory classFactory,
DataTypeAnalyzer dataTypeAnalyzer,
ObjectLocator locator) |
Constructor and Description |
---|
RegistryImpl(Collection<ModuleDef> moduleDefs,
ClassFactory classFactory,
PlasticProxyFactory proxyFactory,
LoggerSource loggerSource)
Constructs the registry from a set of module definitions and other resources.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassFactoryImpl
Implementation of
ClassFactory . |
Modifier and Type | Method and Description |
---|---|
ClassFactory |
TapestryModule.buildComponentClassFactory(ComponentInstantiatorSource source)
Returns a
ClassFactory that can
be used to create extra classes around
component classes. |
Copyright © 2003-2012 The Apache Software Foundation.