Pular para o conteúdo principal

Template

Recurso de gestão de templates. Este recurso permite a manipulação de templates com base no motor de templates do Apache Velocity


get


_template.get(name: string) : string

Atributos
NOMETIPODESCRIÇÃO
namestring
Retorno

( string )


_template.get(name: string, data: Values | DataSchema | java.util.Map) : string

Atributos
NOMETIPODESCRIÇÃO
namestring
data_Values | DataSchemajava.util.Map_
Retorno

( string )


_template.get(name: string, data: Values) : string

Atributos
NOMETIPODESCRIÇÃO
namestring
dataValues
Retorno

( string )


getOutput


_template.getOutput(name: string) : string

Atributos
NOMETIPODESCRIÇÃO
namestring
Retorno

( string )


_template.getOutput(name: string, data: Values | DataSchema | java.util.Map) : string

Atributos
NOMETIPODESCRIÇÃO
namestring
data_Values | DataSchemajava.util.Map_
Retorno

( string )


_template.getOutput(name: string, data: Values) : string

Atributos
NOMETIPODESCRIÇÃO
namestring
dataValues
Retorno

( string )


init


_template.init() : Template

Retorno

( Template )


initCore


_template.initCore() : Template

Retorno

( Template )


out


_template.out(name: string) : void

Atributos
NOMETIPODESCRIÇÃO
namestring
Retorno

( void )


_template.out(name: string, data: Values | DataSchema | java.util.Map) : void

Atributos
NOMETIPODESCRIÇÃO
namestring
data_Values | DataSchemajava.util.Map_
Retorno

( void )


_template.out(name: string, data: Values) : void

Atributos
NOMETIPODESCRIÇÃO
namestring
dataValues
Retorno

( void )


output


_template.output(name: string) : void

Atributos
NOMETIPODESCRIÇÃO
namestring
Retorno

( void )


_template.output(name: string, data: Values | DataSchema | java.util.Map) : void

Atributos
NOMETIPODESCRIÇÃO
namestring
data_Values | DataSchemajava.util.Map_
Retorno

( void )


_template.output(name: string, data: Values) : void

Atributos
NOMETIPODESCRIÇÃO
namestring
dataValues
Retorno

( void )