Class WelcomeContainerBootstrap.WelcomeEnvironment
- java.lang.Object
-
- org.camunda.bpm.welcome.impl.web.bootstrap.WelcomeContainerBootstrap.WelcomeEnvironment
-
- Enclosing class:
- WelcomeContainerBootstrap
protected static class WelcomeContainerBootstrap.WelcomeEnvironment extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
WelcomeEnvironment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RuntimeContainerDelegate
getContainerRuntimeDelegate()
void
setup()
void
tearDown()
-
-
-
Method Detail
-
tearDown
public void tearDown()
-
setup
public void setup()
-
getContainerRuntimeDelegate
protected RuntimeContainerDelegate getContainerRuntimeDelegate()
-
-