rewrite-impl-servlet 1.0.5.Final

Uses of Interface
org.ocpsoft.rewrite.servlet.config.IPath

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

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

Subinterfaces of IPath in org.ocpsoft.rewrite.servlet.config
static interface IPath.IPathParameter
           
 

Classes in org.ocpsoft.rewrite.servlet.config that implement IPath
static class IPath.PathParameter
           
 class Path
          A Condition that inspects the value of HttpServletRewrite.getRequestPath()
 

Methods in org.ocpsoft.rewrite.servlet.config that return IPath
static IPath Path.captureIn(String param)
           
static IPath Path.matches(String pattern)
          Inspect the current request URL, comparing against the given pattern.
 IPath IPath.withRequestBinding()
           
 IPath IPath.PathParameter.withRequestBinding()
           
 IPath Path.withRequestBinding()
          Bind each path parameter to the corresponding request parameter by name.
 

Constructors in org.ocpsoft.rewrite.servlet.config with parameters of type IPath
IPath.PathParameter(IPath path, RegexCapture capture)
           
 


rewrite-impl-servlet 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.