Class NullFieldStrategySourceImpl
-
- org.apache.tapestry5.internal.services.NullFieldStrategySourceImpl
-
- All Implemented Interfaces:
NullFieldStrategySource
public class NullFieldStrategySourceImpl extends implements NullFieldStrategySource
-
-
Constructor Summary
Constructors Constructor Description <,NullFieldStrategy> configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NullFieldStrategy
name)
Returns the instance based on the name.
-
-
-
Constructor Detail
-
NullFieldStrategySourceImpl
public <,NullFieldStrategy> configuration)
-
-
Method Detail
-
get
public 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
-
-