net.sf.wfnm.web
Interface UrlRewriter


public interface UrlRewriter

Define a URL rewriter.

Version:
1.0.6
Author:
Maurizio Albari

Method Summary
 String rewriteUrl(String url)
          Rewrite the URL.
 

Method Detail

rewriteUrl

public String rewriteUrl(String url)
Rewrite the URL.

Parameters:
url - the URL to rewrite
Returns:
the rewrited URL


Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.