[
https://issues.apache.org/jira/browse/PLUTO-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neil Griffin updated PLUTO-746:
-------------------------------
Description:
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}}|Decorates a
{{javax.portlet.PortletRequest}} and exposes it as a
{{javax.servlet.http.HttpServletRequest}}|
|{{org.apache.pluto.adapter.HttpServletResponseAdapter}}|Decorates a
{{javax.portlet.PortletResponse}} and exposes it as a
{{javax.servlet.http.HttpServletResponse}}|
|{{org.apache.pluto.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|https://www.thymeleaf.org] which assume a Servlet-API based
environment.
was:
This issue serves as a task for developing the portlet-servlet-adapter module
which contains the following classes:
||FQCN||Description||
|org.apache.pluto.adapter.HttpServletRequestAdapte|Decorates a
{{javax.portlet.PortletRequest}} and exposes it as a
{{javax.servlet.http.HttpServletRequest}}|
|org.apache.pluto.adapter.HttpServletResponseAdapter|Decorates a
{{javax.portlet.PortletResponse}} and exposes it as a
{{javax.servlet.http.HttpServletResponse}}|
|org.apache.pluto.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|https://www.thymeleaf.org] which assume a Servlet-API based
environment.
> 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
> Priority: Major
> 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}}|Decorates a
> {{javax.portlet.PortletRequest}} and exposes it as a
> {{javax.servlet.http.HttpServletRequest}}|
> |{{org.apache.pluto.adapter.HttpServletResponseAdapter}}|Decorates a
> {{javax.portlet.PortletResponse}} and exposes it as a
> {{javax.servlet.http.HttpServletResponse}}|
> |{{org.apache.pluto.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|https://www.thymeleaf.org] which assume a Servlet-API based
> environment.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)