net.sf.wfnm.web
Interface UrlCalculator
- All Known Implementing Classes:
- PageUrlCalculator, QueryStringUrlCalculator
- public interface UrlCalculator
Defines the funtion that calculates the URL given the HttpServletRequest.
- Version:
- 1.0.6
- Author:
- Maurizio Albari
Method Summary |
String |
calculateUrl(javax.servlet.http.HttpServletRequest request)
Calculates the URl of the page given the HttpServletRequest. |
calculateUrl
public String calculateUrl(javax.servlet.http.HttpServletRequest request)
- Calculates the URl of the page given the HttpServletRequest.
- Parameters:
request
- the HttpServletRequest
- Returns:
- the calculated URL
Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.