com.sencha.gxt.data.client.writer
Interface UrlEncodingWriter.UrlEncodingAppender

Enclosing class:
UrlEncodingWriter<M>

public static interface UrlEncodingWriter.UrlEncodingAppender

A URL Encoding Appender provides support for appending a field and value to a URL encoded value. Instances of this type can be passed to UrlEncodingWriter.appendModel(M, com.sencha.gxt.data.client.writer.UrlEncodingWriter.UrlEncodingAppender).


Method Summary
 UrlEncodingWriter.UrlEncodingAppender append(String field, String value)
          Append the given field and value to an encapsulated URL encoded value, creating or updating it as necessary.
 

Method Detail

append

UrlEncodingWriter.UrlEncodingAppender append(String field,
                                             String value)
Append the given field and value to an encapsulated URL encoded value, creating or updating it as necessary.

Parameters:
field - the field to append
value - the value to append
Returns:
the URL encoding appender


Copyright © 2012. All Rights Reserved.