Enum Class WffJsFile

java.lang.Object
java.lang.Enum<WffJsFile>
com.webfirmframework.wffweb.server.page.js.WffJsFile
All Implemented Interfaces:
Serializable, Comparable<WffJsFile>, Constable

public enum WffJsFile extends Enum<WffJsFile>
  • Enum Constant Details

    • JS_WORK_AROUND

      public static final WffJsFile JS_WORK_AROUND
    • WFF_GLOBAL

      public static final WffJsFile WFF_GLOBAL
    • WFF_BM_UTIL

      public static final WffJsFile WFF_BM_UTIL
    • WFF_TAG_UTIL

      public static final WffJsFile WFF_TAG_UTIL
    • WFF_BM_CRUID_UTIL

      public static final WffJsFile WFF_BM_CRUID_UTIL
    • WFF_CLIENT_CRUD_UTIL

      public static final WffJsFile WFF_CLIENT_CRUD_UTIL
    • WFF_SERVER_METHODS

      public static final WffJsFile WFF_SERVER_METHODS
    • WFF_CLIENT_METHODS

      public static final WffJsFile WFF_CLIENT_METHODS
    • WFF_CLASSES

      public static final WffJsFile WFF_CLASSES
    • WFF_ASYNC

      public static final WffJsFile WFF_ASYNC
    • WFF_BM_CLIENT_EVENTS

      public static final WffJsFile WFF_BM_CLIENT_EVENTS
    • WFF_WS

      public static final WffJsFile WFF_WS
    • WFF_CLIENT_EVENTS

      public static final WffJsFile WFF_CLIENT_EVENTS
  • Field Details

  • Method Details

    • values

      public static WffJsFile[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WffJsFile valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getAllOptimizedContent

      public static String getAllOptimizedContent(String wsUrl, String instanceId, boolean removePrevBPOnInitTab, boolean removePrevBPOnClosetTab, int heartbeatInterval, int wsReconnectInterval, boolean autoremoveParentScript)
      NB :- This method is only for internal use.
      Parameters:
      wsUrl - the complete websocket url
      instanceId - the instanceId of browserPage
      removePrevBPOnInitTab - true or false
      removePrevBPOnClosetTab - true or false
      heartbeatInterval - in milliseconds
      wsReconnectInterval - in milliseconds
      autoremoveParentScript - true or false
      Returns:
      the js string for the client