HydraExpress™ C++ 2020 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
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) |
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.
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. |