Uses of Enum
org.ocpsoft.rewrite.servlet.DispatcherType
Packages that use DispatcherType
-
Uses of DispatcherType in org.ocpsoft.rewrite.servlet
Methods in org.ocpsoft.rewrite.servlet that return DispatcherTypeModifier and TypeMethodDescriptionstatic DispatcherTypeDeprecated.Returns the enum constant of this type with the specified name.static DispatcherType[]DispatcherType.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DispatcherType in org.ocpsoft.rewrite.servlet.spi
Methods in org.ocpsoft.rewrite.servlet.spi that return DispatcherTypeModifier and TypeMethodDescriptionDispatcherTypeProvider.getDispatcherType(ServletRequest request, ServletContext context) Deprecated.Returns theDispatcherTypefor the given request.