rewrite-config-servlet 2.0.0.Beta3

Uses of Class
org.ocpsoft.rewrite.servlet.config.DispatchType

Packages that use DispatchType
org.ocpsoft.rewrite.servlet.config   
 

Uses of DispatchType in org.ocpsoft.rewrite.servlet.config
 

Methods in org.ocpsoft.rewrite.servlet.config that return DispatchType
static DispatchType DispatchType.isAsync()
          Create a DispatchType condition that ensures the current HttpServletRewrite is a DispatcherType.ASYNC
static DispatchType DispatchType.isError()
          Create a DispatchType condition that ensures the current HttpServletRewrite is a DispatcherType.ERROR
static DispatchType DispatchType.isForward()
          Create a DispatchType condition that ensures the current HttpServletRewrite is a DispatcherType.FORWARD
static DispatchType DispatchType.isInclude()
          Create a DispatchType condition that ensures the current HttpServletRewrite is a DispatcherType.INCLUDE
static DispatchType DispatchType.isRequest()
          Create a DispatchType condition that ensures the current HttpServletRewrite is a DispatcherType.REQUEST
 


rewrite-config-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.