Class NullFieldStrategySourceImpl
java.lang.Object
org.apache.tapestry5.internal.services.NullFieldStrategySourceImpl
- All Implemented Interfaces:
NullFieldStrategySource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the instance based on the name.
-
Constructor Details
-
NullFieldStrategySourceImpl
-
-
Method Details
-
get
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
-