Uses of Interface
jakarta.portlet.filter.HeaderFilterChain
-
Packages that use HeaderFilterChain Package Description jakarta.portlet.filter The jakarta.portlet.filter package defines the filter APIs for the Jakarta Portlet Specification. -
-
Uses of HeaderFilterChain in jakarta.portlet.filter
Methods in jakarta.portlet.filter with parameters of type HeaderFilterChain Modifier and Type Method Description voidHeaderFilter. doFilter(HeaderRequest request, HeaderResponse response, HeaderFilterChain chain)ThedoFiltermethod of the Filter is called by the portlet container each time a header request/response pair is passed through the chain due to a client request for a portlet method at the end of the chain.
-