Interface ICustomViewAction

    • Field Detail

      • SAME_VIEW

        static final java.lang.String SAME_VIEW
    • Method Detail

      • getCustomView

        java.lang.String getCustomView()
                                throws java.lang.Exception
        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.

        Throws:
        java.lang.Exception