What is the function of FilterMapping in a web application?
- To define the order of filter execution
- To map URL patterns to filter classes
- To map filter classes to servlets
- To specify filter initialization parameters
The function of FilterMapping is to map URL patterns to filter classes. This mapping determines which requests should be intercepted and processed by the associated filter.
Loading...
Related Quiz
- _________ tracking involves appending session ID information to every URL.
- In a transaction, if a part of the transaction fails, the ________ operation ensures the database reverts back to its previous state.
- To listen for events related to a specific attribute in a session, implement the interface ___________.
- What is a common challenge when scaling stateful applications?
- In servlets, what is used to facilitate the reading of file data sent by a client?