- All Superinterfaces:
Encode
- All Known Implementing Classes:
JavaScriptWriter
,JsonWriter
,LdJsonWriter
,TextWriter
,XhtmlAttributeWriter
,XhtmlWriter
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.default JavaScript
Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.default JavaScript
Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.default JavaScript
Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.default <Ex extends Throwable>
JavaScriptencode
(MediaType contentType, MediaWritable<Ex> content) Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.default <Ex extends Throwable>
JavaScriptencode
(MediaType contentType, IOSupplierE<?, Ex> content) Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.encode
(MediaType contentType, CharSequence csq) Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.encode
(MediaType contentType, CharSequence csq, int start, int end) Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.default JavaScriptWriter
Writes the given JavaScript with proper encoding.default JavaScript
javascript
(char ch) Writes the given JavaScript with proper encoding.default JavaScript
javascript
(char[] cbuf) Writes the given JavaScript with proper encoding.default JavaScript
javascript
(char[] cbuf, int offset, int len) Writes the given JavaScript with proper encoding.default <Ex extends Throwable>
JavaScriptjavascript
(JavaScriptWritable<Ex> javascript) Writes the given JavaScript with proper encoding.default <Ex extends Throwable>
JavaScriptjavascript
(IOSupplierE<?, Ex> javascript) Writes the given JavaScript with proper encoding.default JavaScript
javascript
(CharSequence csq) Writes the given JavaScript with proper encoding.default JavaScript
javascript
(CharSequence csq, int start, int end) Writes the given JavaScript with proper encoding.default JavaScript
javascript
(Object javascript) Writes the given JavaScript with proper encoding.
-
Method Details
-
encode
Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Encodes the given nested type with proper encoding.- Specified by:
encode
in interfaceEncode
- Returns:
this
writer- Throws:
IOException
-
encode
Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Encodes the given nested type with proper encoding.- Specified by:
encode
in interfaceEncode
- Returns:
this
writer- Throws:
IOException
-
encode
@Deprecated default JavaScript encode(MediaType contentType, char[] cbuf, int offset, int len) throws IOException Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Encodes the given nested type with proper encoding.- Specified by:
encode
in interfaceEncode
- Returns:
this
writer- Throws:
IOException
-
encode
Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Encodes the given nested type with proper encoding.Adds prefixes and suffixes by media type, such as
"…"
.If the string is translated, comments will be added giving the translation lookup id to aid in translation of server-translated values.
- Specified by:
encode
in interfaceEncode
- Returns:
this
writer- Throws:
IOException
-
encode
@Deprecated JavaScript encode(MediaType contentType, CharSequence csq, int start, int end) throws IOException Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Encodes the given nested type with proper encoding.Adds prefixes and suffixes by media type, such as
"…"
.If the string is translated, comments will be added giving the translation lookup id to aid in translation of server-translated values.
- Specified by:
encode
in interfaceEncode
- Returns:
this
writer- Throws:
IOException
-
encode
Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Encodes the given nested type with proper encoding.Adds prefixes and suffixes by media type, such as
"…"
.If the string is translated, comments will be added giving the translation lookup id to aid in translation of server-translated values.
- Specified by:
encode
in interfaceEncode
- Returns:
this
writer- Throws:
IOException
-
encode
@Deprecated default <Ex extends Throwable> JavaScript encode(MediaType contentType, IOSupplierE<?, Ex> content) throws IOException, ExDeprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Encodes the given nested type with proper encoding.Adds prefixes and suffixes by media type, such as
"…"
.If the string is translated, comments will be added giving the translation lookup id to aid in translation of server-translated values.
- Specified by:
encode
in interfaceEncode
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
this
writer- Throws:
IOException
Ex
-
encode
@Deprecated default <Ex extends Throwable> JavaScript encode(MediaType contentType, MediaWritable<Ex> content) throws IOException, Ex Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Encodes the given nested type with proper encoding.Adds prefixes and suffixes by media type, such as
"…"
.Does not perform any translation markups.
- Specified by:
encode
in interfaceEncode
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
this
writer- Throws:
IOException
Ex
-
encode
Deprecated.Encoding of arbitrary content types is not expected since all supported types have per-type methods.Encodes the given nested type with proper encoding. This is well suited for use in a try-with-resources block.Adds prefixes and suffixes by media type, such as
"…"
.Does not perform any translation markups.
- Specified by:
encode
in interfaceEncode
- Returns:
- A new writer that may be used for the given content type.
This writer must be closed for completed calls to
MediaEncoder.writeSuffixTo(java.lang.Appendable, boolean)
.The returned writer will be of the specific subclass of
MediaWriter
matchingcontentType
(seeMediaType.getMediaWriterClass()
. This meansMediaWriter.getValidMediaInputType()
will becontentType
. - Throws:
IOException
-
javascript
Writes the given JavaScript with proper encoding.Adds prefixes and suffixes by media type, such as
<script>…</script>
.- Returns:
this
writer- Throws:
IOException
-
javascript
Writes the given JavaScript with proper encoding.Adds prefixes and suffixes by media type, such as
<script>…</script>
.- Returns:
this
writer- Throws:
IOException
-
javascript
Writes the given JavaScript with proper encoding.Adds prefixes and suffixes by media type, such as
<script>…</script>
.- Returns:
this
writer- Throws:
IOException
-
javascript
Writes the given JavaScript with proper encoding.Adds prefixes and suffixes by media type, such as
<script>…</script>
.If the string is translated, comments will be added giving the translation lookup id to aid in translation of server-translated values.
- Returns:
this
writer- Throws:
IOException
-
javascript
Writes the given JavaScript with proper encoding.Adds prefixes and suffixes by media type, such as
<script>…</script>
.If the string is translated, comments will be added giving the translation lookup id to aid in translation of server-translated values.
- Returns:
this
writer- Throws:
IOException
-
javascript
Writes the given JavaScript with proper encoding.Adds prefixes and suffixes by media type, such as
<script>…</script>
.If the string is translated, comments will be added giving the translation lookup id to aid in translation of server-translated values.
- Returns:
this
writer- Throws:
IOException
-
javascript
default <Ex extends Throwable> JavaScript javascript(IOSupplierE<?, Ex> javascript) throws IOException, ExWrites the given JavaScript with proper encoding.Adds prefixes and suffixes by media type, such as
<script>…</script>
.If the string is translated, comments will be added giving the translation lookup id to aid in translation of server-translated values.
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
this
writer- Throws:
IOException
Ex
-
javascript
default <Ex extends Throwable> JavaScript javascript(JavaScriptWritable<Ex> javascript) throws IOException, Ex Writes the given JavaScript with proper encoding.Adds prefixes and suffixes by media type, such as
<script>…</script>
.Does not perform any translation markups.
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
this
writer- Throws:
IOException
Ex
-
javascript
Writes the given JavaScript with proper encoding. This is well suited for use in a try-with-resources block.Adds prefixes and suffixes by media type, such as
<script>…</script>
.Does not perform any translation markups.
- Returns:
- A new writer that may be used for arbitrary JavaScript.
This writer must be closed for completed calls to
MediaEncoder.writeSuffixTo(java.lang.Appendable, boolean)
. - Throws:
IOException
-