A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
addParameter(name, value) — Method in interface com.ericfeminella.application.IQueryString
Adds a new parameter ( name / value ) pair to the querystring

If the parameter name which has been specified currently exists in the querystring then it is simply ignored.

addParameter(name, value) — Method in class com.ericfeminella.application.QueryString
Adds a new parameter ( name / value ) pair to the querystring

If the parameter name which has been specified currently exists in the querystring then it is simply ignored.

appendToURL(url, decode) — Method in interface com.ericfeminella.application.IQueryString
Appends the current state of the querystring to a URL
appendToURL(url, decode) — Method in class com.ericfeminella.application.QueryString
Appends the current state of the querystring to a URL
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z