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