Interface BeforeProcessViewEvent

    • Method Detail

      • getView

        String getView()
        Returns the view being processed.
        Returns:
        the view.
      • getEngine

        Class<? extends ViewEngine> getEngine()
        Returns the ViewEngine selected by the implementation.
        Returns:
        the view engine selected.