Interface CompileWebContext

    • Method Detail

      • link

        HttpUrlContinuation link​(boolean isSecure,
                                 java.lang.String applicationPath,
                                 java.lang.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,
                       java.lang.String httpMethodName,
                       java.lang.String applicationPath,
                       java.lang.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.