Uses of Interface
com.google.code.rees.scope.container.PostConstructable

Packages that use PostConstructable
com.google.code.rees.scope.conversation.configuration   
com.google.code.rees.scope.conversation.context   
com.google.code.rees.scope.session   
 

Uses of PostConstructable in com.google.code.rees.scope.conversation.configuration
 

Subinterfaces of PostConstructable in com.google.code.rees.scope.conversation.configuration
 interface ConversationConfigurationProvider
          This class is used by ConversationManagers to obtain the ConversationConfigurations for a given action/controller class
 

Classes in com.google.code.rees.scope.conversation.configuration that implement PostConstructable
 class DefaultConversationConfigurationProvider
          The default implementation of ConversationConfigurationProvider
 

Uses of PostConstructable in com.google.code.rees.scope.conversation.context
 

Subinterfaces of PostConstructable in com.google.code.rees.scope.conversation.context
 interface HttpConversationContextManagerProvider
          Used for creating ConversationContextManagers that are tied to the given request (or more likely, that request's session)
 

Classes in com.google.code.rees.scope.conversation.context that implement PostConstructable
 class DefaultHttpConversationContextManagerProvider
          The default implementation of the HttpConversationContextManagerProvider
 

Uses of PostConstructable in com.google.code.rees.scope.session
 

Subinterfaces of PostConstructable in com.google.code.rees.scope.session
 interface SessionConfigurationProvider
          This class is used by SessionManagers to obtain the SessionConfiguration
 

Classes in com.google.code.rees.scope.session that implement PostConstructable
 class DefaultSessionConfigurationProvider
          The default implementation of the SessionConfigurationProvider.
 



Copyright © 2012-2013. All Rights Reserved.