Package org.ocpsoft.rewrite.servlet.spi
Interface DispatcherTypeProvider
- All Superinterfaces:
org.ocpsoft.common.pattern.Weighted
Deprecated.
SPI for obtaining the
DispatcherType of a request.- Author:
- Christian Kaltepoth
-
Method Summary
Modifier and TypeMethodDescriptiongetDispatcherType(ServletRequest request, ServletContext context) Deprecated.Returns theDispatcherTypefor the given request.Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Method Details
-
getDispatcherType
Deprecated.Returns theDispatcherTypefor the given request. MEthod must returnnullif the provider is unable to reason about the dispatch type.
-