Package | Description |
---|---|
com.google.gwt.codegen.server |
Classes used by code generation, either on the server or from a GWT
generator.
|
com.google.gwt.text.shared |
Classes for parsing and rendering text and safe HTML.
|
java.io | |
java.lang |
Modifier and Type | Class and Description |
---|---|
class |
AbortablePrintWriter
Wrapper for a
PrintWriter that adds the ability to abort creation
and an onClose hook |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRenderer.render(T object,
Appendable appendable) |
void |
Renderer.render(T object,
Appendable appendable)
Renders
object as plain text, appended directly to appendable . |
Modifier and Type | Class and Description |
---|---|
class |
PrintWriter |
class |
Writer |
Modifier and Type | Class and Description |
---|---|
class |
StringBuffer
A fast way to create strings using multiple appends.
|
class |
StringBuilder
A fast way to create strings using multiple appends.
|
Modifier and Type | Method and Description |
---|---|
Appendable |
Appendable.append(char c) |
Appendable |
Appendable.append(CharSequence charSquence) |
Appendable |
Appendable.append(CharSequence charSquence,
int start,
int end) |
Copyright © 2018. All rights reserved.