Package jaxx.runtime

Interface JAXXAction


public interface JAXXAction
This is the contract to be realized by any class to be used as Action class for an ui.
Author:
Tony Chemit - chemit@codelutin.com
  • Method Summary

    Modifier and Type Method Description
    JAXXInitialContext init​(JAXXContext parentContent, java.lang.Object... datas)
    Prepare the initial context of the ui.
  • Method Details

    • init

      JAXXInitialContext init​(JAXXContext parentContent, java.lang.Object... datas)
      Prepare the initial context of the ui.
      Parameters:
      parentContent - the context of the parent of the ui (can be null if no parent is required)
      datas - other datas to inject in initial context
      Returns:
      the JAXXInitialContext to be injected in the ui via the constructor of the JAXXObject