|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.agp.client.AgpUtil
public class AgpUtil
Provides a few static utilities.
| Constructor Summary | |
|---|---|
AgpUtil()
Default constructor. |
|
| Method Summary | |
|---|---|
static void |
appendURLParameter(StringBuilder parameters,
String parameter,
String value,
boolean encodeValue)
Appends a parameter to a URL buffer. |
static String |
encodeURIComponent(String value)
URL encodes a URI component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgpUtil()
| Method Detail |
|---|
public static void appendURLParameter(StringBuilder parameters,
String parameter,
String value,
boolean encodeValue)
parameters - the bufferparameter - the parameter namevalue - the parameter valueencodeValue - if true the value will be URL encodedpublic static String encodeURIComponent(String value)
value - the value to encode
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||