com.google.code.rees.scope.session
Interface SessionConfigurationProvider

All Superinterfaces:
PostConstructable, Serializable
All Known Implementing Classes:
DefaultSessionConfigurationProvider

public interface SessionConfigurationProvider
extends Serializable, PostConstructable

This class is used by SessionManagers to obtain the SessionConfiguration

Author:
rees.byars

Method Summary
 SessionConfiguration getSessionConfiguration(Class<?> clazz)
          Get the current configuration, adding the given class to the configuration if not already included
 void setActionProvider(ActionProvider actionProvider)
          Set the ActionProvider for building action configurations on startup
 
Methods inherited from interface com.google.code.rees.scope.container.PostConstructable
init
 

Method Detail

setActionProvider

void setActionProvider(ActionProvider actionProvider)
Set the ActionProvider for building action configurations on startup

Parameters:
actionProvider -

getSessionConfiguration

SessionConfiguration getSessionConfiguration(Class<?> clazz)
Get the current configuration, adding the given class to the configuration if not already included

Parameters:
clazz -
Returns:


Copyright © 2012-2013. All Rights Reserved.