Package | Description |
---|---|
org.apache.tapestry5.internal.spring |
[INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change
|
org.apache.tapestry5.ioc.def |
Tapestry IOC service definitions
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
org.apache.tapestry5.ioc.test |
Classes supporting testing of Tapestry IOC services
|
Modifier and Type | Method and Description |
---|---|
ObjectCreator |
SpringBeanServiceDef.createServiceCreator(ServiceBuilderResources resources) |
Modifier and Type | Method and Description |
---|---|
ObjectCreator |
ServiceDef.createServiceCreator(ServiceBuilderResources resources)
Returns an
ObjectCreator that can create the core service implementation. |
Modifier and Type | Class and Description |
---|---|
class |
ServiceResourcesImpl
Implementation of
ServiceBuilderResources . |
Modifier and Type | Field and Description |
---|---|
protected ServiceBuilderResources |
AbstractServiceCreator.resources |
Modifier and Type | Method and Description |
---|---|
ObjectCreator |
ObjectCreatorSource.constructCreator(ServiceBuilderResources resources)
Provides an ObjectCreator that can be used to ultimately instantiate the core service implementation.
|
ObjectCreator |
ReloadableObjectCreatorSource.constructCreator(ServiceBuilderResources resources) |
ObjectCreator |
ServiceDefImpl.createServiceCreator(ServiceBuilderResources resources) |
Constructor and Description |
---|
AbstractServiceCreator(ServiceBuilderResources resources,
String creatorDescription) |
ConstructorServiceCreator(ServiceBuilderResources resources,
String creatorDescription,
Constructor constructor) |
ReloadableServiceImplementationObjectCreator(PlasticProxyFactory proxyFactory,
ServiceBuilderResources resources,
ClassLoader baseClassLoader,
String implementationClassName) |
ServiceBuilderMethodInvoker(ServiceBuilderResources resources,
String creatorDescription,
Method method) |
Modifier and Type | Method and Description |
---|---|
protected ServiceBuilderResources |
IOCTestCase.mockServiceBuilderResources()
Deprecated.
|
protected ServiceBuilderResources |
IOCTestCase.mockServiceBuilderResources(OperationTracker tracker)
Deprecated.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.