com.liferay.portal.portletcontainer
Class PortletWindowRequestReader
java.lang.Object
com.liferay.portal.portletcontainer.PortletWindowRequestReader
- All Implemented Interfaces:
- com.sun.portal.container.WindowRequestReader
public class PortletWindowRequestReader
- extends java.lang.Object
- implements com.sun.portal.container.WindowRequestReader
View Source
- Author:
- Deepak Gothe, Brian Wing Shun Chan
Method Summary |
java.lang.String |
getCacheLevel(javax.servlet.http.HttpServletRequest request)
|
java.lang.String |
getResourceID(javax.servlet.http.HttpServletRequest request)
|
com.sun.portal.container.ChannelMode |
readNewPortletWindowMode(javax.servlet.http.HttpServletRequest request)
|
com.sun.portal.container.ChannelState |
readNewWindowState(javax.servlet.http.HttpServletRequest request)
|
java.util.Map<java.lang.String,java.lang.String[]> |
readParameterMap(javax.servlet.http.HttpServletRequest request)
|
com.sun.portal.container.ChannelURLType |
readURLType(javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletWindowRequestReader
public PortletWindowRequestReader(boolean facesPortlet)
getCacheLevel
public java.lang.String getCacheLevel(javax.servlet.http.HttpServletRequest request)
- Specified by:
getCacheLevel
in interface com.sun.portal.container.WindowRequestReader
getResourceID
public java.lang.String getResourceID(javax.servlet.http.HttpServletRequest request)
- Specified by:
getResourceID
in interface com.sun.portal.container.WindowRequestReader
readNewPortletWindowMode
public com.sun.portal.container.ChannelMode readNewPortletWindowMode(javax.servlet.http.HttpServletRequest request)
- Specified by:
readNewPortletWindowMode
in interface com.sun.portal.container.WindowRequestReader
readNewWindowState
public com.sun.portal.container.ChannelState readNewWindowState(javax.servlet.http.HttpServletRequest request)
- Specified by:
readNewWindowState
in interface com.sun.portal.container.WindowRequestReader
readParameterMap
public java.util.Map<java.lang.String,java.lang.String[]> readParameterMap(javax.servlet.http.HttpServletRequest request)
- Specified by:
readParameterMap
in interface com.sun.portal.container.WindowRequestReader
readURLType
public com.sun.portal.container.ChannelURLType readURLType(javax.servlet.http.HttpServletRequest request)
- Specified by:
readURLType
in interface com.sun.portal.container.WindowRequestReader