org.apache.tapestry5.internal.services
Class NullFieldStrategySourceImpl
java.lang.Object
org.apache.tapestry5.internal.services.NullFieldStrategySourceImpl
- All Implemented Interfaces:
- NullFieldStrategySource
public class NullFieldStrategySourceImpl
- extends Object
- implements NullFieldStrategySource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullFieldStrategySourceImpl
public NullFieldStrategySourceImpl(Map<String,NullFieldStrategy> configuration)
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 interface NullFieldStrategySource
- Parameters:
name
- name of the strategy (case is ignored)
- Returns:
- the strategy
Copyright © 2003-2012 The Apache Software Foundation.