Step 1 - Write a filter class: A filter class should implement one or more of the above mentioned four interfaces and should provide a no argument public constructor. The filter class should also override the init() and destroy() methods of the javax.portlet.filter.PortletFilter interface.

Step 2 - Filter and filter mapping: Define the filter and filter mapping in the portlet.xml . This is done using the

No comments:
Post a Comment