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