Class DeploymentImpl

java.lang.Object
io.undertow.servlet.core.DeploymentImpl
All Implemented Interfaces:
Deployment

public class DeploymentImpl extends Object implements Deployment
Class that represents the mutable state associated with a servlet deployment that is built up during the bootstrap process.

Classes calling deployment methods during bootstrap must be aware of ordering concerns.

Author:
Stuart Douglas