org.codehaus.grails.portlets.container.pluto
Class PlutoPortletContainerAdapter
java.lang.Object
AbstractPortletContainerAdapter
org.codehaus.grails.portlets.container.pluto.PlutoPortletContainerAdapter
public class PlutoPortletContainerAdapter
- extends AbstractPortletContainerAdapter
- Author:
- Kenji Nakamura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlutoPortletContainerAdapter
public PlutoPortletContainerAdapter()
getServletContext
public ServletContext getServletContext(javax.portlet.PortletContext context)
throws UnsupportedOperationException
- Throws:
UnsupportedOperationException
getServletConfig
public ServletConfig getServletConfig(javax.portlet.PortletConfig config)
throws UnsupportedOperationException
- Throws:
UnsupportedOperationException
getHttpServletRequest
public HttpServletRequest getHttpServletRequest(javax.portlet.PortletRequest portletRequest)
throws UnsupportedOperationException
- Throws:
UnsupportedOperationException
getHttpServletResponse
public HttpServletResponse getHttpServletResponse(javax.portlet.PortletResponse portletResponse)
throws UnsupportedOperationException
- Returns the underlying HttpServletResponse.
- Parameters:
portletResponse
- portlet response
- Returns:
- http servlet request
- Throws:
UnsupportedOperationException
- thrown when the operation is not possible with the underlying portlet container