|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.url.UrlParameterItem
public class UrlParameterItem
This class provides utility methods to manipulate an url parameter
Constructor Summary | |
---|---|
UrlParameterItem(String strName,
int nValue)
Constructs a UrlParameterItem. |
|
UrlParameterItem(String strName,
String strValue)
Constructs a UrlParameterItem. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |