Java org.springframework.web.servlet.support JspAwareRequestContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.support JspAwareRequestContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.support JspAwareRequestContext.

The text is from its open source code.

Constructor

JspAwareRequestContext(PageContext pageContext)
Create a new JspAwareRequestContext for the given page context, using the request attributes for Errors retrieval.
JspAwareRequestContext(PageContext pageContext, @Nullable Map model)
Create a new JspAwareRequestContext for the given page context, using the given model attributes for Errors retrieval.