Class A_CmsJSPAction

  • All Implemented Interfaces:
    I_CmsWorkplaceAction, I_CmsHasMenuItemVisibility

    public abstract class A_CmsJSPAction
    extends A_CmsWorkplaceAction
    Abstract class for actions to display a JSP file in a vaadin window.

    How to pass resources to and from JSP: -GET request parameter "resource" returns an array of UUIDs as String.

    -JavaScript function "window.parent.changedResources(resources);" closes the window and returns the String array "resources" to the server