| |
|
| org.apache.pluto.internal.impl.PortletRequestImpl org.apache.pluto.internal.impl.RenderRequestImpl
baseGetParameterMap | protected Map baseGetParameterMap()(Code) | | |
getCharacterEncoding | public String getCharacterEncoding()(Code) | | |
getContentLength | public int getContentLength()(Code) | | Checks the included flag and returns the content length. If the included
flag is set to true, this method returns 0.
|
getContentType | public String getContentType()(Code) | | Checks the included flag and returns the content type. If the included
flag is set to true, this method returns null.
|
getInputStream | public ServletInputStream getInputStream() throws IOException(Code) | | Checks the included flag and returns the input stream to this render
response. If the included flag is set to true, this method returns null.
|
getPathTranslated | public String getPathTranslated()(Code) | | TODO: check PLT.16.3.3. page 67, line 10.
|
isIncluded | public boolean isIncluded()(Code) | | |
setIncluded | public void setIncluded(boolean included)(Code) | | |
|
|
|