Interface CompileWebContext

All Superinterfaces:
CompileOfficeContext
All Known Implementing Classes:
CompileWebContextImpl

public interface CompileWebContext extends CompileOfficeContext
Context for the CompileWebExtension.
Author:
Daniel Sagenschneider
  • Method Details

    • getWebArchitect

      WebArchitect getWebArchitect()
      Obtains the WebArchitect.
      Returns:
      WebArchitect.
    • link

      HttpUrlContinuation link(boolean isSecure, String applicationPath, Class<?> sectionClass)
      Convenience method to link a URI to the service method of the Class.
      Parameters:
      applicationPath - Application path.
      isSecure - Indicates if secure.
      sectionClass - Class containing a service method.
      Returns:
      HttpUrlContinuation.
    • link

      HttpInput link(boolean isSecure, String httpMethodName, String applicationPath, Class<?> sectionClass)
      Convenience method to link a URL to the service method of the Class.
      Parameters:
      isSecure - Indicates if secure.
      httpMethodName - Name of the HttpMethod.
      applicationPath - Application path.
      sectionClass - Class containing a service method.
      Returns:
      HttpInput.