rewrite-config-servlet 2.0.0.Alpha2

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 org.ocpsoft.rewrite.servlet.http.event.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 Path.withRequestBinding()
          Bind each path parameter to the corresponding request parameter by name.
 IPath IPath.withRequestBinding()
           
 IPath IPath.PathParameter.withRequestBinding()
           
 

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


rewrite-config-servlet 2.0.0.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.