Class MockFilterConfig

java.lang.Object
org.springframework.mock.web.MockFilterConfig
All Implemented Interfaces:
FilterConfig

public class MockFilterConfig extends Object implements FilterConfig
Mock implementation of the FilterConfig interface.

Used for testing the web framework; also useful for testing custom Filter implementations.

Since:
1.0.2
Author:
Juergen Hoeller
See Also: