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

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultSessionManager

public interface SessionManager
extends Serializable

Uses the SessionConfigurationProvider and SessionAdapter to process, manage, and inject SessionFields.

Author:
rees.byars

Method Summary
 void processSessionFields(SessionAdapter sessionAdapter)
          Process, manage, and inject the SessionFields
 void setConfigurationProvider(SessionConfigurationProvider configurationProvider)
          Set the SessionConfigurationProvider
 

Method Detail

setConfigurationProvider

void setConfigurationProvider(SessionConfigurationProvider configurationProvider)
Set the SessionConfigurationProvider

Parameters:
configurationProvider -

processSessionFields

void processSessionFields(SessionAdapter sessionAdapter)
Process, manage, and inject the SessionFields

Parameters:
sessionAdapter -


Copyright © 2012-2013. All Rights Reserved.