|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MappedConfiguration | |
|---|---|
| org.apache.tapestry5.ioc.def | |
| org.apache.tapestry5.ioc.internal | |
| org.apache.tapestry5.ioc.services | |
| org.apache.tapestry5.ioc.test | |
| Uses of MappedConfiguration in org.apache.tapestry5.ioc.def |
|---|
| Methods in org.apache.tapestry5.ioc.def with parameters of type MappedConfiguration | |
|---|---|
void |
ContributionDef.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
MappedConfiguration configuration)
Performs the work needed to contribute into the mapped configuration. |
| Uses of MappedConfiguration in org.apache.tapestry5.ioc.internal |
|---|
| Classes in org.apache.tapestry5.ioc.internal that implement MappedConfiguration | |
|---|---|
class |
ValidatingMappedConfigurationWrapper<K,V>
A wrapper around a Map that provides the MappedConfiguration interface, and provides
two forms of validation for mapped configurations:
If either key or value is null, then a warning is logged
If the key has previously been stored (by some other ContributionDef, then a
warning is logged
When a warning is logged, the key/value pair is not added to the delegate. |
| Methods in org.apache.tapestry5.ioc.internal with parameters of type MappedConfiguration | |
|---|---|
void |
ContributionDefImpl.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
MappedConfiguration configuration)
|
| Uses of MappedConfiguration in org.apache.tapestry5.ioc.services |
|---|
| Methods in org.apache.tapestry5.ioc.services with parameters of type MappedConfiguration | |
|---|---|
static void |
TapestryIOCModule.providePerthreadScope(MappedConfiguration<java.lang.String,ServiceLifecycle> configuration)
Contributes the "perthread" scope. |
static void |
TapestryIOCModule.setupDefaultSymbols(MappedConfiguration<java.lang.String,java.lang.String> configuration)
|
| Uses of MappedConfiguration in org.apache.tapestry5.ioc.test |
|---|
| Methods in org.apache.tapestry5.ioc.test that return MappedConfiguration | ||
|---|---|---|
protected
|
IOCTestCase.mockMappedConfiguration()
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||