net.sf.wfnm.web
Class PageUrlCalculator
java.lang.Object
net.sf.wfnm.web.PageUrlCalculator
- All Implemented Interfaces:
- Serializable, UrlCalculator
- public class PageUrlCalculator
- extends Object
- implements UrlCalculator, Serializable
Implements the function that calculate the URL as the name of the page.
- 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 |
PageUrlCalculator
public PageUrlCalculator()
- Creates a new PageUrlCalculator 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.