net.sf.wfnm.web
Class PageUrlCalculator

java.lang.Object
  extended bynet.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

Constructor Summary
PageUrlCalculator()
          Creates a new PageUrlCalculator object.
 
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
 

Constructor Detail

PageUrlCalculator

public PageUrlCalculator()
Creates a new PageUrlCalculator object.

Method Detail

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.