Neil Griffin created PLUTO-746: ---------------------------------- Summary: Develop the portlet-servlet-adapter module Key: PLUTO-746 URL: https://issues.apache.org/jira/browse/PLUTO-746 Project: Pluto Issue Type: New Feature Components: portlet-servlet-adapter Reporter: Neil Griffin Assignee: Neil Griffin Fix For: 3.0.2
This issue serves as a task for developing the portlet-servlet-adapter module which contains the following classes: ||FQCN||Description|| |org.apache.pluto.adapter.HttpServletRequestAdapter.java|Decorates a {{javax.portlet.PortletRequest}} and exposes it as a {{javax.servlet.http.HttpServletRequest}}| |org.apache.pluto.adapter.HttpServletResponseAdapter.java|Decorates a {{javax.portlet.PortletResponse}} and exposes it as a {{javax.servlet.http.HttpServletResponse}}| |org.apache.pluto.adapter.HttpSessionAdapter.java|Decorates a {{javax.portlet.PortletSession}} and exposes it as a {{javax.servlet.http.HttpSession}}| These classes are necessary for integration with 3rd party libraries such as [Thymeleaf|https://www.thymeleaf.org] which assume a Servlet-API based environment. -- This message was sent by Atlassian JIRA (v7.6.3#76005)