Example usage for org.springframework.web.bind.support DefaultSessionAttributeStore subclass-usage

List of usage examples for org.springframework.web.bind.support DefaultSessionAttributeStore subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.bind.support DefaultSessionAttributeStore subclass-usage.

Usage

From source file org.opensprout.osaf.web.session.PrefixedSessionAttributeStore.java

/**
 * This class extends DefaultSessionAttributeStore 
 * to store session attribute with custom session attribute prefix.
 * The prefix comes from SessionAttributeNameInterceptor.
 * @author Whiteship
 * @see org.opensprout.osaf.web.interceptor.SessionAttributeNameInterceptor