HydraExpress™ C++ API Reference Guide

 
Loading...
Searching...
No Matches
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

◆ doFilter()

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 © 2026 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.