Package org.apereo.cas.web.view
Class CasProtocolView
- java.lang.Object
-
- org.springframework.context.support.ApplicationObjectSupport
-
- org.springframework.web.context.support.WebApplicationObjectSupport
-
- org.thymeleaf.spring5.view.AbstractThymeleafView
-
- org.thymeleaf.spring5.view.ThymeleafView
-
- org.apereo.cas.web.view.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.ThymeleafViewThis isCasProtocolView.- Since:
- 5.0.0
-
-
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.LocalegetLocale()java.lang.StringtoString()-
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
-
-
-
-
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)
-
-