Java org.apache.commons.jxpath.servlet JXPathServletContexts fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jxpath.servlet JXPathServletContexts fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jxpath.servlet JXPathServletContexts.

The text is from its open source code.

Method

JXPathContextgetApplicationContext(ServletContext servletContext)
Returns a JXPathContext bound to the "application" scope.
JXPathContextgetRequestContext(ServletRequest request, ServletContext servletContext)
Returns a JXPathContext bound to the "request" scope.
JXPathContextgetSessionContext(HttpSession session, ServletContext servletContext)
Returns a JXPathContext bound to the "session" scope.