Interface I_CmsADEAction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCommandClassName()
      Returns the client side command to execute.
      java.lang.String getJspPath()
      Returns the optional dialog JSP.
      java.util.Map<java.lang.String,​java.lang.String> getParams()
      Returns the optional command parameters.
      boolean isAdeSupported()
      Returns whether the ADE context is supported.
    • Method Detail

      • getCommandClassName

        java.lang.String getCommandClassName()
        Returns the client side command to execute.

        Returns:
        the client side command
      • getJspPath

        java.lang.String getJspPath()
        Returns the optional dialog JSP.

        Returns:
        the dialog JSP
      • getParams

        java.util.Map<java.lang.String,​java.lang.String> getParams()
        Returns the optional command parameters.

        Returns:
        the command parameters
      • isAdeSupported

        boolean isAdeSupported()
        Returns whether the ADE context is supported.

        Returns:
        true in case the ADE context is supported