| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
abstract_communication_manager.IRequest --+
|
HttpServletRequestWrapper
Concrete wrapper class for HttpServletRequest.
See Also: IRequest
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
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.
|
Get the named HTTP or portlet request parameter.
|
Returns the request identifier that identifies the target Muntjac window for the request.
|
Gets a Multiple Muntjac applications can be associated with a single session.
|
Gets the underlying request object. The request is typically either a
|
Are the applications in this session running in a portlet or directly as servlets.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:52 2013 | http://epydoc.sourceforge.net |