Uses of Class
org.camunda.bpm.application.impl.AbstractServletProcessApplicationDeployer
-
Packages that use AbstractServletProcessApplicationDeployer Package Description org.camunda.bpm.application.impl -
-
Uses of AbstractServletProcessApplicationDeployer in org.camunda.bpm.application.impl
Subclasses of AbstractServletProcessApplicationDeployer in org.camunda.bpm.application.impl Modifier and Type Class Description class
JakartaServletProcessApplicationDeployer
This class is an implementation ofServletContainerInitializer
and is notified whenever a subclass ofServletProcessApplication
annotated with theProcessApplication
annotation is deployed.class
ServletProcessApplicationDeployer
This class is an implementation ofServletContainerInitializer
and is notified whenever a subclass ofServletProcessApplication
annotated with theProcessApplication
annotation is deployed.
-