Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
The PortletV3Demo has a class named TagLibPortlet with the following inner-class:
TagLibPortlet.java
@WebServlet(urlPatterns = PROXY) public static class ActEvtProxyServlet extends HttpServlet { ... }
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.