On the way from a stand alone servlet to a client there can be some filters. Filters can alter the response of the actual servlet to the client based on the policies or conditions of the servlet or client. The Essentials of Filters Filters can perform many different types of functions.
These are just a few of the applications of filters. There are many more, such as encryption, tokenizing, triggering resource access events, mime-type chaining, and caching. |
Software Engineering ➼ Machine learning ➼ Data Science ➼ Product Leadership 🎯 > Tools - Business > Java > Java EE > Servlet >