Uses of Class
org.camunda.bpm.spring.boot.starter.property.WebappProperty
-
Packages that use WebappProperty Package Description org.camunda.bpm.spring.boot.starter.property org.camunda.bpm.spring.boot.starter.webapp org.camunda.bpm.spring.boot.starter.webapp.filter -
-
Uses of WebappProperty in org.camunda.bpm.spring.boot.starter.property
Methods in org.camunda.bpm.spring.boot.starter.property that return WebappProperty Modifier and Type Method Description WebappProperty
CamundaBpmProperties. getWebapp()
Methods in org.camunda.bpm.spring.boot.starter.property with parameters of type WebappProperty Modifier and Type Method Description void
CamundaBpmProperties. setWebapp(WebappProperty webapp)
-
Uses of WebappProperty in org.camunda.bpm.spring.boot.starter.webapp
Methods in org.camunda.bpm.spring.boot.starter.webapp with parameters of type WebappProperty Modifier and Type Method Description protected java.lang.String
CamundaBpmWebappInitializer. getAuthCacheTTL(WebappProperty webapp)
-
Uses of WebappProperty in org.camunda.bpm.spring.boot.starter.webapp.filter
Methods in org.camunda.bpm.spring.boot.starter.webapp.filter that return WebappProperty Modifier and Type Method Description WebappProperty
ResourceLoadingProcessEnginesFilter. getWebappProperty()
WebappProperty
ResourceLoadingSecurityFilter. getWebappProperty()
Methods in org.camunda.bpm.spring.boot.starter.webapp.filter with parameters of type WebappProperty Modifier and Type Method Description void
ResourceLoaderDependingFilter. setWebappProperty(WebappProperty webappProperty)
void
ResourceLoadingProcessEnginesFilter. setWebappProperty(WebappProperty webappProperty)
void
ResourceLoadingSecurityFilter. setWebappProperty(WebappProperty webappProperty)
-