public class RequestAttributeStrategy extends Object implements AttributeStrategy
Constructor and Description |
---|
RequestAttributeStrategy(WebContext ctx) |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name,
int scope) |
Map |
getAttributes(int scope) |
javax.servlet.http.HttpServletRequest |
getRequest() |
void |
removeAttribute(String name,
int scope) |
void |
setAttribute(String name,
Object value,
int scope) |
public RequestAttributeStrategy(WebContext ctx)
public javax.servlet.http.HttpServletRequest getRequest()
public Object getAttribute(String name, int scope)
getAttribute
in interface AttributeStrategy
public Map getAttributes(int scope)
getAttributes
in interface AttributeStrategy
public void removeAttribute(String name, int scope)
removeAttribute
in interface AttributeStrategy
public void setAttribute(String name, Object value, int scope)
setAttribute
in interface AttributeStrategy
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.