rwlogo
HydraExpress 4.7

HydraExpress C++ API Reference Guide

Product Documentation:
   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 © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.