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.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
org.apache.tapestry5.ioc.junit | |
org.apache.tapestry5.ioc.test |
Classes supporting testing of Tapestry IOC services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryFilter.destroy(Registry registry)
Invoked from
TapestryFilter.destroy() to allow subclasses to add additional shutdown logic to the
filter. |
protected void |
TapestryFilter.init(Registry registry)
Invoked from
TapestryFilter.init(FilterConfig) after the Registry has been created, to allow any
additional
initialization to occur. |
Modifier and Type | Method and Description |
---|---|
Registry |
TapestryAppInitializer.createRegistry() |
Constructor and Description |
---|
TapestryBeanFactory(org.springframework.beans.factory.BeanFactory parentBeanFactory,
Registry registry) |
Modifier and Type | Method and Description |
---|---|
Registry |
RegistryBuilder.build()
Constructs and returns the registry; this may only be done once.
|
static Registry |
RegistryBuilder.buildAndStartupRegistry(Class... moduleClasses)
Constructs the registry, adds a number of modules (as module classes) to the registry and
performs registry startup.
|
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. |
static Registry |
IOCUtilities.buildDefaultRegistry()
Construct a default Registry, including modules identifed via the Tapestry-Module-Classes Manifest entry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalRegistry
Internal view of the module registry, adding additional methods needed by modules.
|
Modifier and Type | Class and Description |
---|---|
class |
RegistryImpl |
class |
RegistryWrapper
A wrapper around
InternalRegistry that exists to expand symbols in a service id before
invoking ObjectLocator.getService(String, Class) . |
Modifier and Type | Method and Description |
---|---|
Registry |
TestRegistryManager.getOrCreateRegistry()
Get the existing registry or create one if required.
|
Modifier and Type | Method and Description |
---|---|
protected Registry |
IOCTestCase.buildRegistry(Class... moduleClasses)
Deprecated.
Builds a Registry for the provided modules; caller should shutdown the Registry when done.
|
Modifier and Type | Method and Description |
---|---|
Registry |
PageTester.getRegistry()
Returns the Registry that was created for the application.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.