Neil Griffin created PLUTO-703:
----------------------------------
Summary: Extract PortletV3Demo TagLibPortlet.ActEvtProxyServlet
inner-class into a separate ActEvtProxyServlet.java source file
Key: PLUTO-703
URL: https://issues.apache.org/jira/browse/PLUTO-703
Project: Pluto
Issue Type: Improvement
Components: demo portlets
Affects Versions: 3.0.0
Reporter: Neil Griffin
Assignee: Neil Griffin
Fix For: 3.0.1
The PortletV3Demo has a class named TagLibPortlet with the following
inner-class:
{code:java|title=TagLibPortlet.java}
@WebServlet(urlPatterns = PROXY)
public static class ActEvtProxyServlet extends HttpServlet {
...
}
{code}
This task involves extracting the inner-class into a separate file into a
separate ActEvtProxyServlet.java source file. This will provide for better
portability across servlet containers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)