public interface ApplicationStatePersistenceStrategySource (Code)
Used to provide access to stategies via a logical name for the stategy, such as "session".
Note: Ideally, this would just be internal to
ApplicationStateManager , but Tapestry
IOC's one-configuration-per-service makes that awkward, so this part of that functionality
becomes its own service.
Returns the named strategy.
Parameters: name - of strategy to access the strategy throws: RuntimeException - if the name does not match a configured strategy