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

Field Detail

XWIKI_URL

static final String XWIKI_URL
Key under which the XWIKI URL is put in the Request.

See Also:
Constant Field Values
Method Detail

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.