public static class

ServerSerializationStreamWriter.LengthConstrainedArray

extends Object
java.lang.Object
   ↳ com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.LengthConstrainedArray

Class Overview

Builds a string that evaluates into an array containing the given elements. This class exists to work around a bug in IE6/7 that limits the size of array literals.

Summary

Constants
int MAXIMUM_ARRAY_LENGTH
Public Constructors
ServerSerializationStreamWriter.LengthConstrainedArray()
ServerSerializationStreamWriter.LengthConstrainedArray(int capacityGuess)
Public Methods
void addToken(CharSequence token)
void addToken(int i)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int MAXIMUM_ARRAY_LENGTH

Constant Value: 32768 (0x00008000)

Public Constructors

public ServerSerializationStreamWriter.LengthConstrainedArray ()

public ServerSerializationStreamWriter.LengthConstrainedArray (int capacityGuess)

Public Methods

public void addToken (CharSequence token)

public void addToken (int i)

public String toString ()