org.ocpsoft.rewrite.servlet.spi
Interface DispatcherTypeProvider
- All Superinterfaces:
- org.ocpsoft.common.pattern.Weighted
public interface DispatcherTypeProvider
- extends org.ocpsoft.common.pattern.Weighted
SPI for obtaining the DispatcherType of a request.
- Author:
- Christian Kaltepoth
| Methods inherited from interface org.ocpsoft.common.pattern.Weighted |
priority |
getDispatcherType
DispatcherType getDispatcherType(javax.servlet.ServletRequest request,
javax.servlet.ServletContext context)
- Returns the
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.