Class WebComponentController<T extends WebComponentRequestContext>

    • Method Detail

      • onInstantiation

        protected abstract void onInstantiation​(T context)
        This method is called one times just after the web controller is instantiated and just before the call of the HTTP web controller method.
        Parameters:
        context - the web request context.
      • beforeRequestProcessing

        protected void beforeRequestProcessing​(T context)
        Permits to perform some common initializations. The method is called just before the method behing the identified path is invoked.
        Parameters:
        context - the context of the request in relation with the web controller