Uses of Interface
com.caucho.rewrite.DispatchRule

Packages that use DispatchRule
com.caucho.rewrite   
com.caucho.server.cluster   
com.caucho.server.host   
com.caucho.server.rewrite   
com.caucho.server.webapp   
 

Uses of DispatchRule in com.caucho.rewrite
 

Classes in com.caucho.rewrite that implement DispatchRule
 class AbstractDispatchRule
           
 class AbstractRegexpDispatchRule
           
 class AbstractTargetDispatchRule
           
 class Dispatch
          Dispatch the request using the standard servlet and filter processing.
 class FastCgiProxy
          Dispatches a request to a backend server using FastCGI as the proxy protocol.
 class Forbidden
          Sends a HTTP Forbidden response using response.sendError(SC_FORBIDDEN).
 class Forward
          Forwards a requests using the servlet RequestDispatcher.forward call protocol.
 class HttpProxy
          Dispatches a request to a backend server using HTTP as the proxy protocol.
 class Location
          Filter container which matches URLs and conditions and contains child actions.
 class MovedPermanently
          Sends a HTTP moved-permanently response
 class NotFound
          Sends a HTTP 404 Not Found response
 class Redirect
           
 class RedirectSecure
           
 class Rewrite
           
 class SendError
          Sends a HTTP error response using response.sendError(code)
 class WelcomeFile
          Manages the welcome-file as a rewrite-dispatch.
 

Methods in com.caucho.rewrite with parameters of type DispatchRule
 void Location.add(DispatchRule rule)
          Adds a child dispatch rule
 

Uses of DispatchRule in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster with parameters of type DispatchRule
 void ServletContainerConfig.add(DispatchRule rewrite)
           
 void ServletService.add(DispatchRule rewriteRule)
           
 

Uses of DispatchRule in com.caucho.server.host
 

Methods in com.caucho.server.host with parameters of type DispatchRule
 void Host.add(DispatchRule dispatchRule)
          Adds a rewrite dispatch rule
 

Uses of DispatchRule in com.caucho.server.rewrite
 

Methods in com.caucho.server.rewrite with parameters of type DispatchRule
 void RewriteDispatch.addRule(DispatchRule rule)
           
 

Uses of DispatchRule in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp with parameters of type DispatchRule
 void WebApp.add(DispatchRule rule)
          Adds a rewrite dispatch rule
 void WebAppContainer.add(DispatchRule dispatchRule)
          Adds a rewrite dispatch rule