Is there any provision to implement filters for JSR-168 portlets similar to the servlet filters we normally configure in J2EE applications? Am basically new to using portlets and I am not sure if this question is already asked here. I searched and was not able to find an appropriate one.
My objective is to do a generic method call before the portlets are invoked each and every time. Am deploying the application in a OC4J-WSRP container. Is there any alternative approach to achieve this in case if there is no feature of filters?