public interface DispatcherTypeProvider
extends org.ocpsoft.common.pattern.Weighted
DispatcherType of a request.| Modifier and Type | Method and Description |
|---|---|
DispatcherType |
getDispatcherType(ServletRequest request,
ServletContext context)
Returns the
DispatcherType for the given request. |
DispatcherType getDispatcherType(ServletRequest request, ServletContext context)
DispatcherType for the given request. MEthod must return null if the provider is
unable to reason about the dispatch type.Copyright © 2016 OCPsoft. All rights reserved.