Package com.helger.html.js
Class CJS
- java.lang.Object
-
- com.helger.html.js.CJS
-
@Immutable public final class CJS extends Object
JavaScript constants.- Author:
- Philip Helger
-
-
Field Summary
Fields Modifier and Type Field Description static StringFILE_EXTENSION_JSRegular JS file extensionstatic StringFILE_EXTENSION_MIN_JSMinified JS file extensionstatic StringJS_NULLstatic StringJS_PREFIXThe JavaScript prefix "javascript:"static StringJS_VOIDThe void statement "javascript:void(0);"
-
-
-
Field Detail
-
JS_PREFIX
public static final String JS_PREFIX
The JavaScript prefix "javascript:"
-
JS_NULL
public static final String JS_NULL
- See Also:
- Constant Field Values
-
JS_VOID
public static final String JS_VOID
The void statement "javascript:void(0);"
-
FILE_EXTENSION_JS
public static final String FILE_EXTENSION_JS
Regular JS file extension- See Also:
- Constant Field Values
-
FILE_EXTENSION_MIN_JS
public static final String FILE_EXTENSION_MIN_JS
Minified JS file extension- See Also:
- Constant Field Values
-
-