org.xwiki.container
Interface Request
public interface Request
|
Field Summary |
static String |
XWIKI_URL
Key under which the XWIKI URL is put in the Request. |
XWIKI_URL
static final String XWIKI_URL
- Key under which the XWIKI URL is put in the Request.
- See Also:
- Constant Field Values
setProperty
void setProperty(String key,
Object value)
getProperty
Object getProperty(String key)
getProperties
List<Object> getProperties(String key)
- Since:
- 3.2M3
removeProperty
void removeProperty(String key)
Copyright © 2004-2013 XWiki. All Rights Reserved.