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.
 
Method Summary
 java.lang.Object getProperty(java.lang.String key)
           
 void removeProperty(java.lang.String key)
           
 void setProperty(java.lang.String key, java.lang.Object value)
           
 

Field Detail

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
Method Detail

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.