|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterConfig | |
javax.servlet |
Uses of FilterConfig in javax.servlet |
Methods in javax.servlet that return FilterConfig | |
FilterConfig |
Filter.getFilterConfig()
Return the FilterConfig for this Filter. |
Methods in javax.servlet with parameters of type FilterConfig | |
void |
Filter.setFilterConfig(FilterConfig filterConfig)
The container calls this method when the Filter is instantiated and passes in a FilterConfig object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |