|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModuleDef | |
|---|---|
| org.apache.tapestry5 | Root package for Tapestry, containing common interfaces and data types used throughout the framework. |
| org.apache.tapestry5.internal | For internal usage only; API subject to change. |
| org.apache.tapestry5.internal.spring | |
| org.apache.tapestry5.ioc | |
| org.apache.tapestry5.ioc.def | |
| org.apache.tapestry5.ioc.internal | |
| org.apache.tapestry5.ioc.internal.util | |
| org.apache.tapestry5.ioc.test | |
| org.apache.tapestry5.spring | |
| org.apache.tapestry5.test | Support for testing Tapestry pages |
| Uses of ModuleDef in org.apache.tapestry5 |
|---|
| Methods in org.apache.tapestry5 that return ModuleDef | |
|---|---|
protected ModuleDef[] |
TapestryFilter.provideExtraModuleDefs(ServletContext context)
Overridden in subclasses to provide additional module definitions beyond those normally located. |
| Uses of ModuleDef in org.apache.tapestry5.internal |
|---|
| Classes in org.apache.tapestry5.internal that implement ModuleDef | |
|---|---|
class |
SyntheticModuleDef
A synthetic module definition, used to mix in some additional "pre-built" service configuration contributions. |
| Methods in org.apache.tapestry5.internal with parameters of type ModuleDef | |
|---|---|
void |
TapestryAppInitializer.addModules(ModuleDef... moduleDefs)
Adds additional modules. |
| Uses of ModuleDef in org.apache.tapestry5.internal.spring |
|---|
| Classes in org.apache.tapestry5.internal.spring that implement ModuleDef | |
|---|---|
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. |
| Uses of ModuleDef in org.apache.tapestry5.ioc |
|---|
| Methods in org.apache.tapestry5.ioc with parameters of type ModuleDef | |
|---|---|
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. |
| Uses of ModuleDef in org.apache.tapestry5.ioc.def |
|---|
| Subinterfaces of ModuleDef in org.apache.tapestry5.ioc.def | |
|---|---|
interface |
ModuleDef2
Extended version of ModuleDef introduced in Tapestry 5.1 to allow for service
advisors (an improvement on service decorators). |
| Uses of ModuleDef in org.apache.tapestry5.ioc.internal |
|---|
| Classes in org.apache.tapestry5.ioc.internal that implement ModuleDef | |
|---|---|
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). |
| Constructors in org.apache.tapestry5.ioc.internal with parameters of type ModuleDef | |
|---|---|
ModuleImpl(InternalRegistry registry,
ServiceActivityTracker tracker,
ModuleDef moduleDef,
PlasticProxyFactory proxyFactory,
org.slf4j.Logger logger)
|
|
| Constructor parameters in org.apache.tapestry5.ioc.internal with type arguments of type ModuleDef | |
|---|---|
RegistryImpl(Collection<ModuleDef> moduleDefs,
ClassFactory classFactory,
PlasticProxyFactory proxyFactory,
LoggerSource loggerSource)
Constructs the registry from a set of module definitions and other resources. |
|
| Uses of ModuleDef in org.apache.tapestry5.ioc.internal.util |
|---|
| Methods in org.apache.tapestry5.ioc.internal.util with parameters of type ModuleDef | |
|---|---|
static ModuleDef2 |
InternalUtils.toModuleDef2(ModuleDef md)
|
| Uses of ModuleDef in org.apache.tapestry5.ioc.test |
|---|
| Methods in org.apache.tapestry5.ioc.test that return ModuleDef | |
|---|---|
protected ModuleDef |
IOCTestCase.mockModuleDef()
|
| Uses of ModuleDef in org.apache.tapestry5.spring |
|---|
| Methods in org.apache.tapestry5.spring that return ModuleDef | |
|---|---|
protected ModuleDef[] |
TapestrySpringFilter.provideExtraModuleDefs(ServletContext context)
|
| Uses of ModuleDef in org.apache.tapestry5.test |
|---|
| Methods in org.apache.tapestry5.test that return ModuleDef | |
|---|---|
protected ModuleDef[] |
PageTester.provideExtraModuleDefs()
Overridden in subclasses to provide additional module definitions beyond those normally located. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||