Uses of Enum Class
com.liferay.portal.kernel.servlet.filters.invoker.Dispatcher
Packages that use Dispatcher
-
Uses of Dispatcher in com.liferay.portal.kernel.servlet.filters.invoker
Methods in com.liferay.portal.kernel.servlet.filters.invoker that return DispatcherModifier and TypeMethodDescriptionstatic DispatcherReturns the enum constant of this class with the specified name.static Dispatcher[]Dispatcher.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.servlet.filters.invoker with parameters of type DispatcherModifier and TypeMethodDescriptionprotected InvokerFilterChainInvokerFilterHelper.createInvokerFilterChain(javax.servlet.http.HttpServletRequest httpServletRequest, Dispatcher dispatcher, String uri, javax.servlet.FilterChain filterChain) booleanFilterMapping.isMatch(javax.servlet.http.HttpServletRequest httpServletRequest, Dispatcher dispatcher, String uri) Constructor parameters in com.liferay.portal.kernel.servlet.filters.invoker with type arguments of type DispatcherModifierConstructorDescriptionFilterMapping(String filterName, javax.servlet.Filter filter, javax.servlet.FilterConfig filterConfig, List<String> urlPatterns, Set<Dispatcher> dispatchers)