Class CasProtocolThymeleafViewFactory

  • All Implemented Interfaces:
    org.apereo.cas.validation.CasProtocolViewFactory

    public class CasProtocolThymeleafViewFactory
    extends java.lang.Object
    implements org.apereo.cas.validation.CasProtocolViewFactory
    Since:
    6.2.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.View create​(org.springframework.context.ConfigurableApplicationContext applicationContext, java.lang.String viewName, java.lang.String contentType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.validation.CasProtocolViewFactory

        create
    • Constructor Detail

      • CasProtocolThymeleafViewFactory

        public CasProtocolThymeleafViewFactory()
    • Method Detail

      • create

        public org.springframework.web.servlet.View create​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                           java.lang.String viewName,
                                                           java.lang.String contentType)
        Specified by:
        create in interface org.apereo.cas.validation.CasProtocolViewFactory