1 Reply Latest reply on Aug 15, 2005 3:37 PM by julien1

    PortletRequest Filter

    patrickdalla

      Can I configure Portlet Request Filters just like I configure Servlet Request Filters??

      How can I do this?

      My final objective is to wrap PortletRequests in my custom PortletRequest implementation.

      Which is the best method?

        • 1. Re: PortletRequest Filter

          there is not API for that by the spec JSR 168.

          you should rather create a base portlet class that your portlet will extend and implement the filtering functionnality in the parent class.

          we could add portlet filter for 2.4 too.