Class CasProtocolView

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.View

    public class CasProtocolView
    extends org.thymeleaf.spring5.view.ThymeleafView
    Since:
    5.0.0
    • Field Summary

      • Fields inherited from class org.thymeleaf.spring5.view.AbstractThymeleafView

        DEFAULT_CONTENT_TYPE, DEFAULT_PRODUCE_PARTIAL_OUTPUT_WHILE_PROCESSING
      • Fields inherited from class org.springframework.context.support.ApplicationObjectSupport

        logger
      • Fields inherited from interface org.springframework.web.servlet.View

        PATH_VARIABLES, RESPONSE_STATUS_ATTRIBUTE, SELECTED_CONTENT_TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      CasProtocolView​(java.lang.String templateName, org.springframework.context.ApplicationContext applicationContext, org.thymeleaf.spring5.SpringTemplateEngine templateEngine, org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties properties, java.lang.String contentType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Locale getLocale()  
      java.lang.String toString()  
      • Methods inherited from class org.thymeleaf.spring5.view.ThymeleafView

        getMarkupSelector, render, renderFragment, setMarkupSelector
      • Methods inherited from class org.thymeleaf.spring5.view.AbstractThymeleafView

        addRequestContextAsVariable, addStaticVariable, getBeanName, getCharacterEncoding, getContentType, getForceContentType, getProducePartialOutputWhileProcessing, getStaticVariables, getTemplateEngine, getTemplateName, isContentTypeSet, isForceContentTypeSet, isProducePartialOutputWhileProcessingSet, setBeanName, setCharacterEncoding, setContentType, setForceContentType, setLocale, setProducePartialOutputWhileProcessing, setStaticVariables, setTemplateEngine, setTemplateName
      • Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport

        getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
      • Methods inherited from class org.springframework.context.support.ApplicationObjectSupport

        getApplicationContext, getMessageSourceAccessor, initApplicationContext, obtainApplicationContext, requiredContextClass, setApplicationContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CasProtocolView

        public CasProtocolView​(java.lang.String templateName,
                               org.springframework.context.ApplicationContext applicationContext,
                               org.thymeleaf.spring5.SpringTemplateEngine templateEngine,
                               org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties properties,
                               java.lang.String contentType)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getLocale

        protected java.util.Locale getLocale()
        Overrides:
        getLocale in class org.thymeleaf.spring5.view.AbstractThymeleafView