Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
org.apache.tapestry5.internal.spring |
[INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change
|
org.apache.tapestry5.ioc |
A code-centric, high-performance, simple Inversion of Control container
|
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.internal.util |
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
|
org.apache.tapestry5.ioc.test |
Classes supporting testing of Tapestry IOC services
|
org.apache.tapestry5.spring |
Integration of Tapestry with the Spring Inversion Of Control Container
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Method and Description |
---|---|
protected ModuleDef[] |
TapestryFilter.provideExtraModuleDefs(ServletContext context)
Overridden in subclasses to provide additional module definitions beyond those normally
located.
|
Modifier and Type | Class and Description |
---|---|
class |
SyntheticModuleDef
A synthetic module definition, used to mix in some additional "pre-built" service configuration contributions.
|
Modifier and Type | Method and Description |
---|---|
void |
TapestryAppInitializer.addModules(ModuleDef... moduleDefs)
Adds additional modules.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringModuleDef
A wrapper that converts a Spring
ApplicationContext into a set of service definitions,
compatible with
Tapestry 5 IoC, for the beans defined in the context, as well as the context itself. |
Modifier and Type | Method and Description |
---|---|
RegistryBuilder |
RegistryBuilder.add(ModuleDef moduleDef)
Adds a
ModuleDef to the registry, returning the builder for further configuration. |
static Registry |
RegistryBuilder.buildAndStartupRegistry(ModuleDef moduleDef,
Class... moduleClasses)
Constructs the registry, adds a
ModuleDef and a number of modules (as module classes) to the registry and
performs registry startup. |
Modifier and Type | Interface and Description |
---|---|
interface |
ModuleDef2
Extended version of
ModuleDef introduced in Tapestry 5.1 to allow for service
advisors (an improvement on service decorators). |
Modifier and Type | Class and Description |
---|---|
class |
DefaultModuleDefImpl
Starting from the Class for a module, identifies all the services (service builder methods),
decorators (service
decorator methods) and (not yet implemented) contributions (service contributor methods).
|
Constructor and Description |
---|
ModuleImpl(InternalRegistry registry,
ServiceActivityTracker tracker,
ModuleDef moduleDef,
PlasticProxyFactory proxyFactory,
org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
static ModuleDef2 |
InternalUtils.toModuleDef2(ModuleDef md) |
Modifier and Type | Method and Description |
---|---|
protected ModuleDef |
IOCTestCase.mockModuleDef()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ModuleDef[] |
TapestrySpringFilter.provideExtraModuleDefs(ServletContext context) |
Modifier and Type | Method and Description |
---|---|
protected ModuleDef[] |
PageTester.provideExtraModuleDefs()
Overridden in subclasses to provide additional module definitions beyond those normally
located.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.