Class NavigationAction

    • Constructor Detail

      • NavigationAction

        public NavigationAction()
    • Method Detail

      • execute

        public void execute()
                     throws java.lang.Exception
        Specified by:
        execute in interface IAction
        Throws:
        java.lang.Exception
      • getCustomView

        public java.lang.String getCustomView()
                                       throws java.lang.Exception
        Description copied from interface: ICustomViewAction
        The id of a view made directly by developer (not OpenXava view).

        In web version is the name of jsp page (without .jsp extension). This is for inserting jsp (o swing) hand made view in our OpenXava application.

        Specified by:
        getCustomView in interface ICustomViewAction
        Throws:
        java.lang.Exception
      • setCustomView

        public void setCustomView​(java.lang.String customView)
      • getNextController

        public java.lang.String getNextController()
      • setNextController

        public void setNextController​(java.lang.String nextController)