Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This issue serves as a task for developing the portlet-servlet-adapter module which contains the following classes:
FQCN | Description |
---|---|
org.apache.pluto.portlet.servlet.adapter.HttpServletRequestAdapter | Decorates a javax.portlet.PortletRequest and exposes it as a javax.servlet.http.HttpServletRequest |
org.apache.pluto.portlet.servlet.adapter.HttpServletResponseAdapter | Decorates a javax.portlet.PortletResponse and exposes it as a javax.servlet.http.HttpServletResponse |
org.apache.pluto.portlet.servlet.adapter.HttpSessionAdapter | 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 which assume a Servlet-API based environment.