public class HttpContextDecorator extends Object implements HttpContext
Modifier and Type | Field and Description |
---|---|
protected HttpContext |
delegate |
RESERVED_PREFIX
Constructor and Description |
---|
HttpContextDecorator() |
HttpContextDecorator(HttpContext delegate) |
Modifier and Type | Method and Description |
---|---|
Object |
getAt(String name)
Groovy support for the index [] operator
|
Object |
getAttribute(String name) |
Object |
removeAttribute(String name) |
void |
setAt(String name,
Object val)
Groovy support for the index [] operator
|
void |
setAttribute(String name,
Object val) |
protected HttpContext delegate
public HttpContextDecorator()
public HttpContextDecorator(HttpContext delegate)
public Object getAt(String name)
name
- public void setAt(String name, Object val)
name
- val
- public Object getAttribute(String name)
getAttribute
in interface HttpContext
public Object removeAttribute(String name)
removeAttribute
in interface HttpContext
public void setAttribute(String name, Object val)
setAttribute
in interface HttpContext
Copyright © 2008-2014. All Rights Reserved.