Package org.apache.wicket.markup.head
Class JavaScriptReferenceType
- java.lang.Object
-
- org.apache.wicket.markup.head.JavaScriptReferenceType
-
- All Implemented Interfaces:
Serializable
,IClusterable
public class JavaScriptReferenceType extends Object implements IClusterable
To be used to define the "type" attribute of the script tag written by aAbstractJavaScriptReferenceHeaderItem
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JavaScriptReferenceType
MODULE
static JavaScriptReferenceType
TEXT_JAVASCRIPT
-
Constructor Summary
Constructors Constructor Description JavaScriptReferenceType(String type)
-
-
-
Field Detail
-
TEXT_JAVASCRIPT
public static final JavaScriptReferenceType TEXT_JAVASCRIPT
-
MODULE
public static final JavaScriptReferenceType MODULE
-
-
Constructor Detail
-
JavaScriptReferenceType
public JavaScriptReferenceType(String type)
-
-