Home | Trees | Indices | Help |
|
---|
|
object --+ | IRequest
Generic interface of a (HTTP or Portlet) request to the application.
This is a wrapper interface that allows AbstractCommunicationManager to use a unified API.
Author: peholmst
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Gets a Multiple Muntjac applications can be associated with a single session.
|
Are the applications in this session running in a portlet or directly as servlets.
|
Returns the length of the request content that can be read from the input stream returned by getInputStream.
|
Returns an input stream from which the request content can be read. The request content length can be obtained with getContentLength without reading the full stream contents.
|
Returns the request identifier that identifies the target Muntjac window for the request.
|
Gets the underlying request object. The request is typically either a
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:01:21 2013 | http://epydoc.sourceforge.net |