HydraExpress™ C++ API Reference Guide

Product Documentation:
   HydraExpress C++
Documentation Home
List of all members | Public Member Functions
rwsf::FilterChain Class Reference

Provides a view of the invocation chain of a filtered request for a resource. More...

#include <rwsf/servlet/FilterChain.h>

Public Member Functions

void doFilter (rwsf::ServletRequest &request, rwsf::ServletResponse &response)
 

Detailed Description

rwsf::FilterChain encapsulates a sequence of filters for a particular resource. Instances of rwsf::FilterChain are constructed by the Agent and passed to rwsf::Filter objects.

Member Function Documentation

void rwsf::FilterChain::doFilter ( rwsf::ServletRequest request,
rwsf::ServletResponse response 
)

Invokes the next filter in the chain, passing request and response as arguments. If there are no more filters in the chain, passes request and response to the final resource (typically a servlet).

Copyright © 2020 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is registered trademark of Rogue Wave Software, Inc. in the United States and other countries, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.