Class ThymeleafConfig
- java.lang.Object
-
- io.dialob.spring.composer.controllers.util.ThymeleafConfig
-
public class ThymeleafConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ThymeleafConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextPath()ComposerAutoConfiguration.IdeTokengetCsrf()List<String>getCss()StringgetHash()StringgetMainJs()StringgetManifest()StringgetOidc()StringgetStatus()StringgetUrl()ThymeleafConfigsetContextPath(String contextPath)ThymeleafConfigsetCsrf(ComposerAutoConfiguration.IdeToken csrf)ThymeleafConfigsetCss(List<String> css)ThymeleafConfigsetHash(String hash)ThymeleafConfigsetMainJs(String mainJs)ThymeleafConfigsetManifest(String manifest)ThymeleafConfigsetOidc(String oidc)ThymeleafConfigsetStatus(String status)ThymeleafConfigsetUrl(String url)
-
-
-
Method Detail
-
getContextPath
public String getContextPath()
-
setContextPath
public ThymeleafConfig setContextPath(String contextPath)
-
getCsrf
public ComposerAutoConfiguration.IdeToken getCsrf()
-
setCsrf
public ThymeleafConfig setCsrf(ComposerAutoConfiguration.IdeToken csrf)
-
getHash
public String getHash()
-
setHash
public ThymeleafConfig setHash(String hash)
-
getUrl
public String getUrl()
-
setUrl
public ThymeleafConfig setUrl(String url)
-
getMainJs
public String getMainJs()
-
setMainJs
public ThymeleafConfig setMainJs(String mainJs)
-
setCss
public ThymeleafConfig setCss(List<String> css)
-
getManifest
public String getManifest()
-
setManifest
public ThymeleafConfig setManifest(String manifest)
-
getOidc
public String getOidc()
-
setOidc
public ThymeleafConfig setOidc(String oidc)
-
getStatus
public String getStatus()
-
setStatus
public ThymeleafConfig setStatus(String status)
-
-