fr.paris.lutece.util.url
Class UrlItem

java.lang.Object
  extended by fr.paris.lutece.util.url.UrlItem

public class UrlItem
extends java.lang.Object

This class provides utility methods for the generation of Url String


Constructor Summary
UrlItem(java.lang.String strRoot)
          Constructs an url with no parameters.
 
Method Summary
 void addParameter(java.lang.String strName, int nValue)
          Add a Parameter to the url.
 void addParameter(java.lang.String strName, java.lang.String strValue)
          Add a Parameter to the url.
 java.lang.String getUrl()
          Return the url string.
 java.lang.String getUrlWithEntity()
          Return the url string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlItem

public UrlItem(java.lang.String strRoot)
Constructs an url with no parameters.

Parameters:
strRoot - The url's root.
Method Detail

addParameter

public void addParameter(java.lang.String strName,
                         java.lang.String strValue)
Add a Parameter to the url.

Parameters:
strName - The name of the parameter.
strValue - The value of the parameter.

addParameter

public void addParameter(java.lang.String strName,
                         int nValue)
Add a Parameter to the url.

Parameters:
strName - The name of the parameter.
nValue - The value of the parameter.

getUrl

public java.lang.String getUrl()
Return the url string.

Returns:
String The url string.

getUrlWithEntity

public java.lang.String getUrlWithEntity()
Return the url string.

Returns:
String The url string with entity code.


Copyright © 2007 Mairie de Paris. All Rights Reserved.