This blog explains about configuring a Filter in ADF Fusion application
- Create a Java class which implements Filter class as shown below, override doFilter() method.
- Configure the newly created Filter class in web.xml as shown below
- Run your page, and you will see doFilter() method will invoked every time when page loaded.
- Create a Java class which implements Filter class as shown below, override doFilter() method.
- Configure the newly created Filter class in web.xml as shown below
- Run your page, and you will see doFilter() method will invoked every time when page loaded.
No comments:
Post a Comment