|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.http.HttpServletRequestWrapper
org.apache.pluto.core.impl.PortletRequestImpl
org.apache.pluto.core.impl.RenderRequestImpl
public class RenderRequestImpl
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
Field Summary | |
---|---|
private Logger |
log
|
private PortletPreferences |
portletPreferences
Holds the portlet preferences |
Constructor Summary | |
---|---|
RenderRequestImpl(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest servletRequest)
|
Method Summary | |
---|---|
PortletPreferences |
getPreferences()
|
java.io.BufferedReader |
getReader()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private PortletPreferences portletPreferences
private Logger log
Constructor Detail |
---|
public RenderRequestImpl(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest servletRequest)
Method Detail |
---|
public java.io.BufferedReader getReader() throws java.io.IOException
getReader
in class PortletRequestImpl
java.io.IOException
javax.servlet.ServletRequest#getReader()
public PortletPreferences getPreferences()
getPreferences
in class PortletRequestImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |