Java org.apache.commons.chain.web WebContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.chain.web WebContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.chain.web WebContext.

The text is from its open source code.

Method

Objectget(Object key)

Override the default Map behavior to return the value of a local property if the specified key matches a local property name.

MapgetApplicationScope()

Return a mutable Map that maps application scope attribute names to their values.

MapgetParamValues()

Return an immutable Map that maps request parameter names to the set of all values (as a String array).

MapgetRequestScope()

Return a mutable Map that maps request scope attribute names to their values.

MapgetSessionScope()

Return a mutable Map that maps session scope attribute names to their values.

Objectput(Object key, Object value)

Override the default Map behavior to set the value of a local property if the specified key matches a local property name.