Class AbstractSystemCreator

java.lang.Object
de.hybris.platform.jalo.AbstractSystemCreator

public abstract class AbstractSystemCreator extends Object
Base class of all system creators. Each system creator contains a list of DataCreator s which will be executed.
To write your own system creator you must extend this class and provide your list of data creators.
  • Field Details

  • Constructor Details

    • AbstractSystemCreator

      public AbstractSystemCreator(JspContext jspContext)
  • Method Details

    • assureJaloSessionAvailable

      protected void assureJaloSessionAvailable(JspContext jspc)
    • log

      protected void log(String logstring)
      You should use this method to log output from inside your system creator. Main log stream is the 'systemcreator' topic of the System log interface. if the jsp context is set correctly a response is also sent to the jspstream.
    • log

      public static void log(String logstring, JspContext jspContext)
      You can use this method to log output from your jsp. Main log stream is the 'systemcreator' topic of the System log interface.
    • logln

      public static void logln(String logstring, JspContext jspContext)
      You can use this method to log output from your jsp. Main log stream is the 'systemcreator' topic of the System log interface.