A B C D E F G I J M N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- adjustLocation(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
- attribute(String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add an attribute form data part.
B
- baseDir() - Method in class io.vertx.ext.web.common.template.CachedTemplate
- binaryFileUpload(String, String, Buffer, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- BodyCodec<T> - Interface in io.vertx.ext.web.codec
-
A codec for encoding and decoding HTTP bodies.
- BodyStream<T> - Interface in io.vertx.ext.web.codec.spi
-
The body stream decodes a
WriteStream
into the aT
instance. - buffer() - Static method in interface io.vertx.ext.web.codec.BodyCodec
C
- CachedTemplate<T> - Class in io.vertx.ext.web.common.template
- CachedTemplate(T) - Constructor for class io.vertx.ext.web.common.template.CachedTemplate
- CachedTemplate(T, String) - Constructor for class io.vertx.ext.web.common.template.CachedTemplate
- CachingTemplateEngine<T> - Class in io.vertx.ext.web.common.template
- CachingTemplateEngine(Vertx, String) - Constructor for class io.vertx.ext.web.common.template.CachingTemplateEngine
- clearCache() - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
- clearCache() - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Clears any internal caches used by this engine.
- content() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- create() - Static method in interface io.vertx.ext.web.multipart.MultipartForm
D
- development() - Static method in interface io.vertx.ext.web.common.WebEnvironment
-
Will return true if the mode is not null and equals ignoring case the string "dev"
E
- ENV_VARIABLE_NAME - Static variable in interface io.vertx.ext.web.common.WebEnvironment
- extension - Variable in class io.vertx.ext.web.common.template.CachingTemplateEngine
F
- filename() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- FormDataPart - Interface in io.vertx.ext.web.multipart
-
A form data part of a
MultipartForm
.
G
- getCharset() - Method in interface io.vertx.ext.web.multipart.MultipartForm
- getTemplate(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
I
- io.vertx.ext.web.codec - package io.vertx.ext.web.codec
- io.vertx.ext.web.codec.spi - package io.vertx.ext.web.codec.spi
- io.vertx.ext.web.common - package io.vertx.ext.web.common
- io.vertx.ext.web.common.template - package io.vertx.ext.web.common.template
- io.vertx.ext.web.multipart - package io.vertx.ext.web.multipart
- io.vertx.web.common - module io.vertx.web.common
- isAttribute() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- isFileUpload() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- isText() - Method in interface io.vertx.ext.web.multipart.FormDataPart
J
- json(Class<U>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
Create and return a codec for Java objects encoded using Jackson mapper.
- jsonArray() - Static method in interface io.vertx.ext.web.codec.BodyCodec
- jsonObject() - Static method in interface io.vertx.ext.web.codec.BodyCodec
- jsonStream(JsonParser) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A body codec that parse the response as a JSON stream.
M
- mediaType() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- mode() - Static method in interface io.vertx.ext.web.common.WebEnvironment
-
The current mode from the system properties with fallback to environment variables
- MultipartForm - Interface in io.vertx.ext.web.multipart
-
A multipart form.
N
- name() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- none() - Static method in interface io.vertx.ext.web.codec.BodyCodec
P
- pathname() - Method in interface io.vertx.ext.web.multipart.FormDataPart
- pipe(WriteStream<Buffer>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
- pipe(WriteStream<Buffer>, boolean) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
- putTemplate(String, CachedTemplate<T>) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
R
- render(JsonObject, String) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Render the template.
- render(Map<String, Object>, String) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Render the template.
- result() - Method in interface io.vertx.ext.web.codec.spi.BodyStream
S
- setCharset(String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Set the
charset
to use when encoding the form. - setCharset(Charset) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Set the
charset
to use when encoding the form. - stream() - Method in interface io.vertx.ext.web.codec.BodyCodec
-
Create the
BodyStream
. - stream(Function<Buffer, T>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
Create a codec that buffers the entire body and then apply the
decode
function and returns the result. - string() - Static method in interface io.vertx.ext.web.codec.BodyCodec
- string(String) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A codec for strings using a specific
encoding
. - SYSTEM_PROPERTY_NAME - Static variable in interface io.vertx.ext.web.common.WebEnvironment
T
- template() - Method in class io.vertx.ext.web.common.template.CachedTemplate
- TemplateEngine - Interface in io.vertx.ext.web.common.template
-
A template template uses a specific template and the data in a routing context to render a resource into a buffer.
- textFileUpload(String, String, Buffer, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a text file upload form data part.
- textFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a text file upload form data part.
U
- unwrap() - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Returns the underlying engine, so further configurations or customizations may be applied or
null
when the engine cannot unwrap it.
V
- value() - Method in interface io.vertx.ext.web.multipart.FormDataPart
W
- WebEnvironment - Interface in io.vertx.ext.web.common
-
Utility API to verify which environment is the web application running.
All Classes All Packages