Class WebCompileOfficeFloor

All Implemented Interfaces:
OfficeFloorSource

public class WebCompileOfficeFloor extends CompileOfficeFloor
Provides WebArchitect and server configuration for testing web applications.
Author:
Daniel Sagenschneider
  • Constructor Details

    • WebCompileOfficeFloor

      public WebCompileOfficeFloor()
      Instantiate with no context path.
    • WebCompileOfficeFloor

      public WebCompileOfficeFloor(String contextPath)
      Instantiate with context path.
      Parameters:
      contextPath - Context path.
  • Method Details