Class RequestHandlerComponent
- java.lang.Object
-
- com.mendix.externalinterface.connector.internal.RequestHandlerComponent
-
public class RequestHandlerComponent extends java.lang.Object
Provides access to request handlers. This is an internal class that is not to be used and may change at any time.
-
-
Constructor Summary
Constructors Constructor Description RequestHandlerComponent(RequestHandlerDelegate requestHandlerDelegate)
Wires the specified delegate.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearComponent()
Unwires the request handler delegate.static RequestHandlerDelegate
createDelegate()
Returns the wired request handler delegate.
-
-
-
Constructor Detail
-
RequestHandlerComponent
public RequestHandlerComponent(RequestHandlerDelegate requestHandlerDelegate)
Wires the specified delegate.- Parameters:
requestHandlerDelegate
- the request handler delegate to set
-
-
Method Detail
-
clearComponent
public static void clearComponent()
Unwires the request handler delegate.
-
createDelegate
public static RequestHandlerDelegate createDelegate()
Returns the wired request handler delegate.- Throws:
java.lang.IllegalStateException
- when the delegate is not wired
-
-