Uses of Class
org.apache.tapestry5.ioc.internal.AbstractConfigurationImpl
Packages that use AbstractConfigurationImpl
Package
Description
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
-
Uses of AbstractConfigurationImpl in org.apache.tapestry5.ioc.internal
Subclasses of AbstractConfigurationImpl in org.apache.tapestry5.ioc.internalModifier and TypeClassDescriptionclass
Wraps aCollection
as aConfiguration
and perform validation that collected value are of the correct type.class
A wrapper around a Map that provides theMappedConfiguration
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 otherContributionDef
, then a warning is logged When a warning is logged, the key/value pair is not added to the delegate.class
Wraps aList
as aOrderedConfiguration
, implementing validation of values provided to anOrderedConfiguration
.