Class JadeTemplateEngine
java.lang.Object
io.vertx.mutiny.ext.web.common.template.TemplateEngine
io.vertx.mutiny.ext.web.templ.jade.JadeTemplateEngine
- All Implemented Interfaces:
MutinyDelegate
Deprecated.
A template engine that uses Jade.
The
TemplateEngine.unwrap()
shall return an object of class
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeArg<JadeTemplateEngine>
Deprecated.static final String
Deprecated.Default template extension -
Constructor Summary
ConstructorsConstructorDescriptionJadeTemplateEngine
(io.vertx.ext.web.templ.jade.JadeTemplateEngine delegate) Deprecated.JadeTemplateEngine
(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic JadeTemplateEngine
Deprecated.static JadeTemplateEngine
Deprecated.boolean
Deprecated.io.vertx.ext.web.templ.jade.JadeTemplateEngine
Deprecated.int
hashCode()
Deprecated.static JadeTemplateEngine
newInstance
(io.vertx.ext.web.templ.jade.JadeTemplateEngine arg) Deprecated.toString()
Deprecated.Methods inherited from class io.vertx.mutiny.ext.web.common.template.TemplateEngine
clearCache, newInstance, render, render, renderAndAwait, renderAndAwait, renderAndForget, renderAndForget, unwrap
-
Field Details
-
__TYPE_ARG
Deprecated. -
DEFAULT_TEMPLATE_EXTENSION
Deprecated.Default template extension- See Also:
-
-
Constructor Details
-
JadeTemplateEngine
public JadeTemplateEngine(io.vertx.ext.web.templ.jade.JadeTemplateEngine delegate) Deprecated. -
JadeTemplateEngine
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.templ.jade.JadeTemplateEngine getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classTemplateEngine
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated.- Overrides:
toString
in classTemplateEngine
-
equals
Deprecated.- Overrides:
equals
in classTemplateEngine
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classTemplateEngine
-
create
Deprecated.- Parameters:
vertx
-- Returns:
- the engine
-
create
Deprecated.- Parameters:
vertx
-extension
-- Returns:
- the engine
-
newInstance
Deprecated.
-