net.sf.wfnm.web
Class QueryStringUrlCalculator
java.lang.Object
net.sf.wfnm.web.QueryStringUrlCalculator
- All Implemented Interfaces:
- Serializable, UrlCalculator
- public class QueryStringUrlCalculator
- extends Object
- implements UrlCalculator, Serializable
Implements the function that calculate the URL as the name of the page with its query string.
- Version:
- 1.0.6
- Author:
- Maurizio Albari
- See Also:
- Serialized Form
Method Summary |
String |
calculateUrl(javax.servlet.http.HttpServletRequest request)
Calculates the URl of the page given the HttpServletRequest. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryStringUrlCalculator
public QueryStringUrlCalculator()
- Creates a new QueryStringUrlCalculator object.
calculateUrl
public String calculateUrl(javax.servlet.http.HttpServletRequest request)
- Calculates the URl of the page given the HttpServletRequest.
- Specified by:
calculateUrl
in interface UrlCalculator
- Parameters:
request
- the HttpServletRequest
- Returns:
- the calculated URL
Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.