public class MustacheView
extends org.springframework.web.reactive.result.view.AbstractUrlBasedViewView。| コンストラクターと説明 |
|---|
MustacheView() |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | checkResourceExists(LocaleSE locale) |
protected reactor.core.publisher.Mono<VoidSE> | renderInternal(MapSE<StringSE, ObjectSE> model, org.springframework.http.MediaType contentType, org.springframework.web.server.ServerWebExchange exchange) |
void | setCharset(StringSE charset)Mustache テンプレートファイルの読み取りに使用する文字セットを設定します。 |
void | setCompiler(com.samskivert.mustache.Mustache.Compiler compiler) このビューで使用する JMustache コンパイラーを設定します。 |
afterPropertiesSet, getUrl, setUrl, toStringcreateRequestContext, formatViewName, getApplicationContext, getBeanName, getDefaultCharset, getModelAttributes, getRequestContextAttribute, getRequestDataValueProcessor, getSupportedMediaTypes, obtainApplicationContext, render, resolveAsyncAttributes, resolveAsyncAttributes, setApplicationContext, setBeanName, setDefaultCharset, setRequestContextAttribute, setSupportedMediaTypescloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic void setCompiler(com.samskivert.mustache.Mustache.Compiler compiler)
Mustache.Compiler が必要です。compiler - Mustache コンパイラー public void setCharset(StringSE charset)
charset - テンプレートファイルの読み取りに使用する文字セット public boolean checkResourceExists(LocaleSE locale) throws ExceptionSE
org.springframework.web.reactive.result.view.AbstractUrlBasedView の checkResourceExists ExceptionSECopyright © 2019 Pivotal Software, Inc.. All rights reserved.