Package org.apache.tapestry5.services
Interface NullFieldStrategySource
-
- All Known Implementing Classes:
NullFieldStrategySourceImpl
@UsesMappedConfiguration(NullFieldStrategy.class) public interface NullFieldStrategySource
A source forNullFieldStrategy
instances based on a logical name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NullFieldStrategy
name)
Returns the instance based on the name.
-