Example usage for org.springframework.web.context.request AbstractRequestAttributes subclass-usage

List of usage examples for org.springframework.web.context.request AbstractRequestAttributes subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.context.request AbstractRequestAttributes subclass-usage.

Usage

From source file org.springframework.web.context.request.ServletRequestAttributes.java

/**
 * Servlet-based implementation of the {@link RequestAttributes} interface.
 *
 * <p>Accesses objects from servlet request and HTTP session scope,
 * with no distinction between "session" and "global session".
 *

From source file org.springframework.web.portlet.context.PortletRequestAttributes.java

/**
 * Portlet-based implementation of the
 * {@link org.springframework.web.context.request.RequestAttributes} interface.
 *
 * <p>Accesses objects from portlet request and portlet session scope,
 * with a distinction between "session" (the PortletSession's "portlet scope")

From source file nl.jeslee.jersey.server.spring.scope.JaxrsRequestAttributes.java

/**
 * JAX-RS based Spring RequestAttributes implementation.
 *
 * @author Marko Asplund (marko.asplund at yahoo.com)
 */
class JaxrsRequestAttributes extends AbstractRequestAttributes {

From source file org.glassfish.jersey.server.spring.scope.JaxrsRequestAttributes.java

/**
 * JAX-RS based Spring RequestAttributes implementation.
 *
 * @author Marko Asplund (marko.asplund at yahoo.com)
 */
class JaxrsRequestAttributes extends AbstractRequestAttributes {