Interface PreExecutionLifecycle


  • public interface PreExecutionLifecycle
    Execution Lifecycle Initializable resource.
    Author:
    tom.fennelly@gmail.com
    • Method Detail

      • onPreExecution

        void onPreExecution​(ExecutionContext executionContext)
        Initialize the resources allocated by this resource for the specified ExecutionContext.

        Executes the initialization at the start of the filter execution.

        Parameters:
        executionContext - The ExecutionContext.