org.codehaus.grails.portlets.container.pluto
Class PlutoPortletContainerAdapter

java.lang.Object
  extended by AbstractPortletContainerAdapter
      extended by org.codehaus.grails.portlets.container.pluto.PlutoPortletContainerAdapter

public class PlutoPortletContainerAdapter
extends AbstractPortletContainerAdapter

Author:
Kenji Nakamura

Constructor Summary
PlutoPortletContainerAdapter()
           
 
Method Summary
 HttpServletRequest getHttpServletRequest(javax.portlet.PortletRequest portletRequest)
           
 HttpServletResponse getHttpServletResponse(javax.portlet.PortletResponse portletResponse)
          Returns the underlying HttpServletResponse.
 ServletConfig getServletConfig(javax.portlet.PortletConfig config)
           
 ServletContext getServletContext(javax.portlet.PortletContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlutoPortletContainerAdapter

public PlutoPortletContainerAdapter()
Method Detail

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