Create a Filter in Java
An Example in Netbeans 8.0.2.
Right click the mouse on Source Packages and select New -> Filter... from the menu.
LogA
FilterAnnotation
web
...\FilterAnnotation\src\java\web\LogA.java
Select a class name,
LogA
, and a package name,
web
, for the Filter. After this press the Next Button.
web.LogA
LogA
LogA
Select Add information to deployment descriptor (web.xml).
Select the Filter and move it to your desired position in the chain.
Press the Edit... button to change the URL for the new filter.
LogA
Login
Select the appropriate Servlet,
Login
, and press the OK button.
You will return to the previous window so press the Finish button.
web.LogA
LogA
LogA
Login
You are now ready to change the Filter class to your needs.
W3Processing.com
© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.
.