Class SetCustomViewAction

java.lang.Object
org.openxava.actions.BaseAction
org.openxava.actions.SetCustomViewAction
All Implemented Interfaces:
IAction, IChangeModeAction, ICustomViewAction, IModuleContextAction, IRequestAction

public class SetCustomViewAction extends BaseAction implements ICustomViewAction
Author:
Javier Paniza
  • Constructor Details

    • SetCustomViewAction

      public SetCustomViewAction()
  • Method Details

    • execute

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

      public String getCustomView()
      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
    • setCustomView

      public void setCustomView(String customView)