Class SL_Module_Minor_Version

  • All Implemented Interfaces:
    ConnectionProvider

    public class SL_Module_Minor_Version
    extends SimpleCallout
    A callout used in the module dependency form. When the dependent module changes then the minor version is set to the version of the dependent module.
    Author:
    mtaal
    • Constructor Detail

      • SL_Module_Minor_Version

        public SL_Module_Minor_Version()
    • Method Detail

      • execute

        protected void execute​(SimpleCallout.CalloutInfo info)
                        throws javax.servlet.ServletException
        Description copied from class: SimpleCallout
        Overwrite this method to implement a new servlet callout based in SimlpleCallout
        Specified by:
        execute in class SimpleCallout
        Parameters:
        info - The CalloutInfo that contains all helper data to access callout information and servlet information
        Throws:
        javax.servlet.ServletException