Uses of Interface
javax.portlet.filter.FilterConfig
-
Packages that use FilterConfig Package Description javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. -
-
Uses of FilterConfig in javax.portlet.filter
Methods in javax.portlet.filter with parameters of type FilterConfig Modifier and Type Method Description void
PortletFilter. init(FilterConfig filterConfig)
Called by the portlet container to indicate to a filter that it is being placed into service.
-