Package | Description |
---|---|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.core.linker |
A package containing implementations of the GWT bootstrap linkers.
|
com.google.gwt.dev.util | |
com.google.gwt.util.tools.shared |
Utility classes shared between gwt-dev and gwt-servlet.
|
java.lang |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
PermutationsUtil.addPermutationsJs(StringBuffer selectionScript,
TreeLogger logger,
LinkerContext context)
Uses the internal map to insert JS to select a permutation into the
selection script.
|
static StringBuffer |
PropertiesUtil.addPropertiesJs(StringBuffer selectionScript,
TreeLogger logger,
LinkerContext context) |
static StringBuffer |
ResourceInjectionUtil.injectResources(StringBuffer selectionScript,
ArtifactSet artifacts)
Installs stylesheets and scripts.
|
static StringBuffer |
ResourceInjectionUtil.injectStylesheets(StringBuffer selectionScript,
ArtifactSet artifacts)
Installs stylesheets using the installOneStylesheet method, which is
assumed to be defined on the page.
|
protected StringBuffer |
SelectionScriptLinker.readFileToStringBuffer(String filename,
TreeLogger logger) |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
PermutationsUtil.addPermutationsJs(StringBuffer selectionScript,
TreeLogger logger,
LinkerContext context)
Uses the internal map to insert JS to select a permutation into the
selection script.
|
static StringBuffer |
PropertiesUtil.addPropertiesJs(StringBuffer selectionScript,
TreeLogger logger,
LinkerContext context) |
protected String |
SelectionScriptLinker.fillSelectionScriptTemplate(StringBuffer selectionScript,
TreeLogger logger,
LinkerContext context,
ArtifactSet artifacts,
CompilationResult result)
Generate a selection script.
|
static StringBuffer |
ResourceInjectionUtil.injectResources(StringBuffer selectionScript,
ArtifactSet artifacts)
Installs stylesheets and scripts.
|
static StringBuffer |
ResourceInjectionUtil.injectStylesheets(StringBuffer selectionScript,
ArtifactSet artifacts)
Installs stylesheets using the installOneStylesheet method, which is
assumed to be defined on the page.
|
protected static void |
SelectionScriptLinker.replaceAll(StringBuffer buf,
String search,
String replace) |
Modifier and Type | Method and Description |
---|---|
protected String |
CrossSiteIframeLinker.fillSelectionScriptTemplate(StringBuffer ss,
TreeLogger logger,
LinkerContext context,
ArtifactSet artifacts,
CompilationResult result) |
protected void |
CrossSiteIframeLinker.includeJs(StringBuffer selectionScript,
TreeLogger logger,
String jsSource,
String templateVar) |
Modifier and Type | Method and Description |
---|---|
static void |
Util.hex4(char c,
StringBuffer sb)
Deprecated.
use
StringUtils.hex4(char, StringBuffer) instead. |
Modifier and Type | Method and Description |
---|---|
static void |
StringUtils.hex4(char c,
StringBuffer sb)
A 4-digit hex result.
|
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringBuffer.append(boolean x) |
StringBuffer |
StringBuffer.append(char x) |
StringBuffer |
StringBuffer.append(char[] x) |
StringBuffer |
StringBuffer.append(char[] x,
int start,
int len) |
StringBuffer |
StringBuffer.append(CharSequence x) |
StringBuffer |
StringBuffer.append(CharSequence x,
int start,
int end) |
StringBuffer |
StringBuffer.append(double x) |
StringBuffer |
StringBuffer.append(float x) |
StringBuffer |
StringBuffer.append(int x) |
StringBuffer |
StringBuffer.append(long x) |
StringBuffer |
StringBuffer.append(Object x) |
StringBuffer |
StringBuffer.append(String x) |
StringBuffer |
StringBuffer.append(StringBuffer x) |
StringBuffer |
StringBuffer.appendCodePoint(int x) |
StringBuffer |
StringBuffer.delete(int start,
int end) |
StringBuffer |
StringBuffer.deleteCharAt(int start) |
StringBuffer |
StringBuffer.insert(int index,
boolean x) |
StringBuffer |
StringBuffer.insert(int index,
char x) |
StringBuffer |
StringBuffer.insert(int index,
char[] x) |
StringBuffer |
StringBuffer.insert(int index,
char[] x,
int offset,
int len) |
StringBuffer |
StringBuffer.insert(int index,
CharSequence chars) |
StringBuffer |
StringBuffer.insert(int index,
CharSequence chars,
int start,
int end) |
StringBuffer |
StringBuffer.insert(int index,
double x) |
StringBuffer |
StringBuffer.insert(int index,
float x) |
StringBuffer |
StringBuffer.insert(int index,
int x) |
StringBuffer |
StringBuffer.insert(int index,
long x) |
StringBuffer |
StringBuffer.insert(int index,
Object x) |
StringBuffer |
StringBuffer.insert(int index,
String x) |
StringBuffer |
StringBuffer.replace(int start,
int end,
String toInsert) |
StringBuffer |
StringBuffer.reverse() |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringBuffer.append(StringBuffer x) |
StringBuilder |
StringBuilder.append(StringBuffer x) |
boolean |
String.contentEquals(StringBuffer sb) |
Constructor and Description |
---|
String(StringBuffer sb) |
Copyright © 2018. All rights reserved.