Skip navigation links

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

E17273-03


oracle.stellent.wcm.server.request
Interface SiteRequestFilter

All Known Implementing Classes:
SiteIDValidationFilter

public interface SiteRequestFilter

Handles the before/after aspects of command execution


Method Summary
 SiteResponse processFilter(SiteRequest siteRequest)
          Process the filter over the SiteRequest.

 

Method Detail

processFilter

SiteResponse processFilter(SiteRequest siteRequest)
Process the filter over the SiteRequest. The filter may alter the SiteRequest no matter what the return value is.
Parameters:
request - the current request
Returns:
null means continue with other filters; otherwise a response

Skip navigation links

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

E17273-03


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