List of usage examples for org.springframework.web.context.request SessionScope subclass-usage
From source file com.expressui.domain.service.SetupSession.java
public class SetupSession extends SessionScope implements InitializingBean { @Override public void afterPropertiesSet() throws Exception { MockHttpServletRequest request = new MockHttpServletRequest(); MockHttpSession session = new MockHttpSession(); request.setSession(session);