org.apache.tapestry5.internal.services
Class NullFieldStrategySourceImpl

java.lang.Object
  extended by org.apache.tapestry5.internal.services.NullFieldStrategySourceImpl
All Implemented Interfaces:
NullFieldStrategySource

public class NullFieldStrategySourceImpl
extends Object
implements NullFieldStrategySource


Constructor Summary
NullFieldStrategySourceImpl(Map<String,NullFieldStrategy> configuration)
           
 
Method Summary
 NullFieldStrategy get(String name)
          Returns the instance based on the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface NullFieldStrategySource
Parameters:
name - name of the strategy (case is ignored)
Returns:
the strategy


Copyright © 2003-2012 The Apache Software Foundation.