Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.server.request
Interface RequestFilter

All Known Implementing Classes:
SiteContextValidationFilter

public interface RequestFilter

Handles the before/after aspects of command execution


Method Summary
 SiteResponse processFilter(SiteRequest request, RequestFilterChain filterChain)
          Process the filter for this command

 

Method Detail

processFilter

SiteResponse processFilter(SiteRequest request,
                           RequestFilterChain filterChain)
Process the filter for this command
Parameters:
request - the current request
filterChain - the chain of filters to invoke
Returns:
the command response

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.