Class WffConfiguration

java.lang.Object
com.webfirmframework.wffweb.settings.WffConfiguration

public class WffConfiguration extends Object
Since:
1.0.0
  • Constructor Details

    • WffConfiguration

      public WffConfiguration()
  • Method Details

    • isDebugMode

      public static boolean isDebugMode()
      Returns:
      the debugMode
      Since:
      1.0.0
    • setDebugMode

      public static void setDebugMode(boolean debugMode)
      Parameters:
      debugMode - the debugMode to set
      Since:
      1.0.0
    • isDirectionWarningOn

      public static boolean isDirectionWarningOn()
      Returns:
      the directionWarningOn
      Since:
      1.0.0
    • setDirectionWarningOn

      public static void setDirectionWarningOn(boolean directionWarningOn)
      gives warning message on inappropriate usage of code if it is set to true. NB:- its implementation is not finished yet so it may give unwanted warning.
      Parameters:
      directionWarningOn - the directionWarningOn to set
      Since:
      1.0.0