jodd.madvoc.component
Class ActionPathRewriter

java.lang.Object
  extended by jodd.madvoc.component.ActionPathRewriter

public class ActionPathRewriter
extends java.lang.Object

Rewrites action path.


Constructor Summary
ActionPathRewriter()
           
 
Method Summary
 java.lang.String rewrite(java.lang.String actionPath, javax.servlet.http.HttpServletRequest servletRequest, java.lang.String httpMethod)
          Rewrites action path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionPathRewriter

public ActionPathRewriter()
Method Detail

rewrite

public java.lang.String rewrite(java.lang.String actionPath,
                                javax.servlet.http.HttpServletRequest servletRequest,
                                java.lang.String httpMethod)
Rewrites action path.



Copyright © 2003-2011 Jodd Team