public class UrlParameterItem extends Object
Constructor and Description |
---|
UrlParameterItem(String strName,
int nValue)
Constructs a UrlParameterItem.
|
UrlParameterItem(String strName,
String strValue)
Constructs a UrlParameterItem.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode(boolean bFirst)
Return the string to insert the parameter in the url.
|
String |
getCodeEntity(boolean bFirst)
Return the string to insert the parameter in the url.
|
public UrlParameterItem(String strName, String strValue)
strName
- The name of the parameter.strValue
- The value of the parameter.public UrlParameterItem(String strName, int nValue)
strName
- The name of the parameter.nValue
- The value of the parameter.public String getCode(boolean bFirst)
bFirst
- True if this is the first url parameter.public String getCodeEntity(boolean bFirst)
bFirst
- True if this is the first url parameter.Copyright © 2020 City of Paris. All rights reserved.