Class ReactiveJteView

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.web.reactive.result.view.View

    public class ReactiveJteView
    extends org.springframework.web.reactive.result.view.AbstractUrlBasedView
    • Field Summary

      • Fields inherited from class org.springframework.web.reactive.result.view.AbstractView

        logger, REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME
      • Fields inherited from interface org.springframework.web.reactive.result.view.View

        BINDING_CONTEXT_ATTRIBUTE
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveJteView​(gg.jte.TemplateEngine templateEngine)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkResourceExists​(java.util.Locale locale)  
      protected reactor.core.publisher.Mono<java.lang.Void> renderInternal​(java.util.Map<java.lang.String,​java.lang.Object> renderAttributes, org.springframework.http.MediaType contentType, org.springframework.web.server.ServerWebExchange exchange)  
      • Methods inherited from class org.springframework.web.reactive.result.view.AbstractUrlBasedView

        afterPropertiesSet, getUrl, setUrl, toString
      • Methods inherited from class org.springframework.web.reactive.result.view.AbstractView

        createRequestContext, formatViewName, getApplicationContext, getBeanName, getDefaultCharset, getModelAttributes, getRequestContextAttribute, getRequestDataValueProcessor, getSupportedMediaTypes, obtainApplicationContext, render, resolveAsyncAttributes, resolveAsyncAttributes, setApplicationContext, setBeanName, setDefaultCharset, setRequestContextAttribute, setSupportedMediaTypes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.springframework.web.reactive.result.view.View

        isRedirectView
    • Constructor Detail

      • ReactiveJteView

        public ReactiveJteView​(gg.jte.TemplateEngine templateEngine)
    • Method Detail

      • checkResourceExists

        public boolean checkResourceExists​(java.util.Locale locale)
        Specified by:
        checkResourceExists in class org.springframework.web.reactive.result.view.AbstractUrlBasedView
      • renderInternal

        @NonNull
        protected reactor.core.publisher.Mono<java.lang.Void> renderInternal​(@NonNull
                                                                             java.util.Map<java.lang.String,​java.lang.Object> renderAttributes,
                                                                             org.springframework.http.MediaType contentType,
                                                                             org.springframework.web.server.ServerWebExchange exchange)
        Specified by:
        renderInternal in class org.springframework.web.reactive.result.view.AbstractView