Class DeploymentImpl

  • All Implemented Interfaces:
    Deployment

    public class DeploymentImpl
    extends java.lang.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