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 StringDeprecated.Default template extension -
Constructor Summary
ConstructorsConstructorDescriptionJadeTemplateEngine(io.vertx.ext.web.templ.jade.JadeTemplateEngine delegate) Deprecated.JadeTemplateEngine(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic JadeTemplateEngineDeprecated.static JadeTemplateEngineDeprecated.booleanDeprecated.io.vertx.ext.web.templ.jade.JadeTemplateEngineDeprecated.inthashCode()Deprecated.static JadeTemplateEnginenewInstance(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:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classTemplateEngine- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated.- Overrides:
toStringin classTemplateEngine
-
equals
Deprecated.- Overrides:
equalsin classTemplateEngine
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classTemplateEngine
-
create
Deprecated.- Parameters:
vertx-- Returns:
- the engine
-
create
Deprecated.- Parameters:
vertx-extension-- Returns:
- the engine
-
newInstance
Deprecated.
-