org.apache.tapestry5.internal.services
Class ApplicationStatePersistenceStrategySourceImpl
java.lang.Object
org.apache.tapestry5.internal.services.ApplicationStatePersistenceStrategySourceImpl
- All Implemented Interfaces:
- ApplicationStatePersistenceStrategySource
public class ApplicationStatePersistenceStrategySourceImpl
- extends Object
- implements ApplicationStatePersistenceStrategySource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationStatePersistenceStrategySourceImpl
public ApplicationStatePersistenceStrategySourceImpl(Map<String,ApplicationStatePersistenceStrategy> configuration)
get
public ApplicationStatePersistenceStrategy get(String name)
- Description copied from interface:
ApplicationStatePersistenceStrategySource
- Returns the named strategy.
- Specified by:
get
in interface ApplicationStatePersistenceStrategySource
- Parameters:
name
- of strategy to access
- Returns:
- the strategy
Copyright © 2003-2012 The Apache Software Foundation.