Class NullFieldStrategySourceImpl
- java.lang.Object
-
- org.apache.tapestry5.internal.services.NullFieldStrategySourceImpl
-
- All Implemented Interfaces:
NullFieldStrategySource
public class NullFieldStrategySourceImpl extends Object implements NullFieldStrategySource
-
-
Constructor Summary
Constructors Constructor Description NullFieldStrategySourceImpl(Map<String,NullFieldStrategy> configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NullFieldStrategy
get(String name)
Returns the instance based on the name.
-
-
-
Constructor Detail
-
NullFieldStrategySourceImpl
public NullFieldStrategySourceImpl(Map<String,NullFieldStrategy> configuration)
-
-
Method Detail
-
get
public NullFieldStrategy get(String name)
Description copied from interface:NullFieldStrategySource
Returns the instance based on the name. Instances are expected to be stateless and therefore, shareable and thread safe.- Specified by:
get
in interfaceNullFieldStrategySource
- Parameters:
name
- name of the strategy (case is ignored)- Returns:
- the strategy
-
-