Class InvokerFilterHelper
Object
com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterHelper
- Author:
- Mika Koivisto, Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddInvokerFilter(InvokerFilter invokerFilter) voidprotected InvokerFilterChaincreateInvokerFilterChain(jakarta.servlet.http.HttpServletRequest httpServletRequest, Dispatcher dispatcher, String uri, jakarta.servlet.FilterChain filterChain) voiddestroy()voidinit(jakarta.servlet.FilterConfig filterConfig)
-
Constructor Details
-
InvokerFilterHelper
public InvokerFilterHelper()
-
-
Method Details
-
clearFilterChainsCache
public void clearFilterChainsCache() -
destroy
public void destroy() -
init
public void init(jakarta.servlet.FilterConfig filterConfig) throws jakarta.servlet.ServletException - Throws:
jakarta.servlet.ServletException
-
addInvokerFilter
-
createInvokerFilterChain
protected InvokerFilterChain createInvokerFilterChain(jakarta.servlet.http.HttpServletRequest httpServletRequest, Dispatcher dispatcher, String uri, jakarta.servlet.FilterChain filterChain)
-