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 WebappPropertyCamundaBpmProperties. getWebapp()Methods in org.camunda.bpm.spring.boot.starter.property with parameters of type WebappProperty Modifier and Type Method Description voidCamundaBpmProperties. 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.StringCamundaBpmWebappInitializer. getAuthCacheTTL(WebappProperty webapp) -
Uses of WebappProperty in org.camunda.bpm.spring.boot.starter.webapp.filter
Fields in org.camunda.bpm.spring.boot.starter.webapp.filter declared as WebappProperty Modifier and Type Field Description protected WebappPropertyResourceLoadingProcessEnginesFilter. webappPropertyMethods in org.camunda.bpm.spring.boot.starter.webapp.filter that return WebappProperty Modifier and Type Method Description WebappPropertyResourceLoadingProcessEnginesFilter. getWebappProperty()WebappPropertyResourceLoadingSecurityFilter. getWebappProperty()Methods in org.camunda.bpm.spring.boot.starter.webapp.filter with parameters of type WebappProperty Modifier and Type Method Description voidResourceLoaderDependingFilter. setWebappProperty(WebappProperty webappProperty)voidResourceLoadingProcessEnginesFilter. setWebappProperty(WebappProperty webappProperty)voidResourceLoadingSecurityFilter. setWebappProperty(WebappProperty webappProperty)
-