com.cafesoft.core.http
Interface HttpCookieFilter


public interface HttpCookieFilter

The HttpCookieFilter is an object that will filter Cookie objects. The criteria in which the Cookie objects are matched depends upon the implementation.

Since:
6/11/03

Method Summary
 boolean accept(javax.servlet.http.Cookie cookie)
          Tests whether the Cookie passes the selected criteria or is filtered out.
 

Method Detail

accept

public boolean accept(javax.servlet.http.Cookie cookie)
Tests whether the Cookie passes the selected criteria or is filtered out.

Parameters:
cookie - the Cookie object being tested.
Returns:
true if the Cookie object is accepted, false otherwise.


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.