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 getAnchor()
          Get the anchor
 java.lang.String getUrl()
          Return the url string.
 java.lang.String getUrlWithEntity()
          Return the url string.
 void setAnchor(java.lang.String strAnchorName)
          Set the anchor
 
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.

getAnchor

public java.lang.String getAnchor()
Get the anchor

Returns:
the _srtAnchor

setAnchor

public void setAnchor(java.lang.String strAnchorName)
Set the anchor

Parameters:
strAnchorName - the _srtAnchor to set


Copyright © 2011 Mairie de Paris. All Rights Reserved.