Class 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 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