rewrite-config-servlet 2.0.0.Alpha6

Uses of Class
org.ocpsoft.rewrite.servlet.config.rule.TrailingSlash

Packages that use TrailingSlash
org.ocpsoft.rewrite.servlet.config.rule   
 

Uses of TrailingSlash in org.ocpsoft.rewrite.servlet.config.rule
 

Methods in org.ocpsoft.rewrite.servlet.config.rule that return TrailingSlash
static TrailingSlash TrailingSlash.append()
          Return a new TrailingSlash instance that will append trailing slashes from all matching request and rendered output URLs, if necessary.
static TrailingSlash TrailingSlash.remove()
          Return a new TrailingSlash instance that will remove trailing slashes from all matching request and rendered output URLs, if necessary.
 TrailingSlash TrailingSlash.withId(String id)
          Set the ID of this TrailingSlash.
 


rewrite-config-servlet 2.0.0.Alpha6

Copyright © 2013 OCPsoft. All Rights Reserved.