[jira] [Created] (PLUTO-746) Develop the portlet-servlet-adapter module
"Neil Griffin (JIRA)" <[email protected]> Mon, 25 Mar 2019 19:19:00 +0000 (UTC)
| Newsgroups | gmane.comp.jakarta.pluto.devel |
|---|---|
| Message-ID | <[email protected]> |
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)