Class RequestHandlerComponent

java.lang.Object
com.mendix.externalinterface.connector.internal.RequestHandlerComponent

public class RequestHandlerComponent extends Object
Provides access to request handlers. This is an internal class that is not to be used and may change at any time.
  • Constructor Details

    • RequestHandlerComponent

      public RequestHandlerComponent(RequestHandlerDelegate requestHandlerDelegate)
      Wires the specified delegate.
      Parameters:
      requestHandlerDelegate - the request handler delegate to set
  • Method Details

    • clearComponent

      public static void clearComponent()
      Unwires the request handler delegate.
    • createDelegate

      public static RequestHandlerDelegate createDelegate()
      Returns the wired request handler delegate.
      Throws:
      IllegalStateException - when the delegate is not wired