rewrite-api-servlet 2.0.0.Alpha6

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

Method Summary
 DispatcherType getDispatcherType(javax.servlet.ServletRequest request, javax.servlet.ServletContext context)
          Returns the DispatcherType for the given request.
 
Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
 

Method Detail

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.


rewrite-api-servlet 2.0.0.Alpha6

Copyright © 2013 OCPsoft. All Rights Reserved.