Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
| Package | Description |
|---|---|
| com.aoindustries.io | |
| com.aoindustries.servlet.http | |
| com.aoindustries.util.i18n |
| Modifier and Type | Method and Description |
|---|---|
Encoder |
Encoder.append(char c,
Appendable out) |
Encoder |
Encoder.append(CharSequence csq,
Appendable out) |
Encoder |
Encoder.append(CharSequence csq,
int start,
int end,
Appendable out) |
Encoder |
EncoderWriter.getEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AoCharArrayWriter.writeTo(Encoder encoder,
Writer out) |
void |
Writable.writeTo(Encoder encoder,
Writer out)
Writes a streamed version of the object's String representation using the given encoder.
|
void |
AoCharArrayWriter.writeTo(Encoder encoder,
Writer out,
long off,
long len) |
void |
Writable.writeTo(Encoder encoder,
Writer out,
long off,
long len)
Writes a streamed version of the object's String representation using the given encoder.
|
| Constructor and Description |
|---|
EncoderWriter(Encoder encoder,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServletUtil.getAbsoluteURL(HttpServletRequest request,
String relPath,
Encoder encoder,
Appendable out)
Gets an absolute URL for the given context-relative path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundleLookupMarkup.appendPrefixTo(MarkupType markupType,
Encoder encoder,
Appendable out)
Appends the prefix to the given out using the given encoder and markup type.
|
void |
BundleLookupMarkup.appendSuffixTo(MarkupType markupType,
Encoder encoder,
Appendable out)
Appends the suffix to the given out using the given encoder and markup type.
|
static void |
EditableResourceBundle.printEditableResourceBundleLookups(Encoder textInJavaScriptEncoder,
Encoder textInXhtmlEncoder,
Appendable out,
int editorRows,
boolean verticalButtons)
Prints the resource bundle lookup editor.
|
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.