Example usage for org.springframework.web.context.request RequestAttributes interface-usage

List of usage examples for org.springframework.web.context.request RequestAttributes interface-usage

Introduction

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

Usage

From source file de.metas.ui.web.window.MockedRequestAttributes.java

public class MockedRequestAttributes implements RequestAttributes {
    private String sessionId = UUID.randomUUID().toString();
    private final Object sessionMutex = new Object();

    @Override
    public Object getAttribute(String name, int scope) {

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

/**
 * {@link RequestAttributes} adapter for a JSF {@link javax.faces.context.FacesContext}.
 * Used as default in a JSF environment, wrapping the current FacesContext.
 *
 * <p><b>NOTE:</b> In contrast to {@link ServletRequestAttributes}, this variant does
 * <i>not</i> support destruction callbacks for scoped attributes, neither for the