JavaScript is disabled on your browser.
eXo PLF:: WS :: Commons Utils 2.5.0-M08
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Implementing Classes:
Request
public interface RoRequest
This interface represents the read-only interface of an http request. It is
the compile-time type passed to various handlers which might need the request
info but musn't modify the request.
Version:
0.3-3 06/05/2001
Author:
Ronald Tschal�r
Method Detail
getMethod
String getMethod()
Returns:
the request method
getRequestURI
String getRequestURI()
Returns:
the request-uri
getHeaders
NVPair [] getHeaders()
Returns:
the headers making up this request
getData
byte[] getData()
Returns:
the body of this request
allowUI
boolean allowUI()
Returns:
true if the modules or handlers for this request may popup windows
or otherwise interact with the user
eXo PLF:: WS :: Commons Utils 2.5.0-M08
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2016 eXo Platform SAS . All Rights Reserved.