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