Class ResourceType
- java.lang.Object
-
- org.brijframework.support.constants.ResourceType
-
public class ResourceType extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourceType()
-
-
-
Field Detail
-
JSON
public static final String JSON
- See Also:
- Constant Field Values
-
XML
public static final String XML
- See Also:
- Constant Field Values
-
PDF
public static final String PDF
- See Also:
- Constant Field Values
-
XSL
public static final String XSL
- See Also:
- Constant Field Values
-
DOC
public static final String DOC
- See Also:
- Constant Field Values
-
HASH
public static final String HASH
- See Also:
- Constant Field Values
-
PROP
public static final String PROP
- See Also:
- Constant Field Values
-
YAML
public static final String YAML
- See Also:
- Constant Field Values
-
YML
public static final String YML
- See Also:
- Constant Field Values
-
-