Package | Description |
---|---|
javax.servlet |
The javax.servlet package contains a number of classes and interfaces that
describe and define the contracts between a servlet class and the
runtime environment provided for an instance of such a class by a
conforming servlet container.
|
org.apache.commons.configuration.web | |
org.picketlink.identity.federation.web.filters |
Modifier and Type | Method and Description |
---|---|
void |
Filter.init(FilterConfig filterConfig)
Called by the web container to indicate to a filter that it is
being placed into service.
|
Modifier and Type | Field and Description |
---|---|
protected FilterConfig |
ServletFilterConfiguration.config
Stores the wrapped filter config.
|
Constructor and Description |
---|
ServletFilterConfiguration(FilterConfig config)
Create a ServletFilterConfiguration using the filter initialization parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
SPFilter.init(FilterConfig filterConfig) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.