Package org.apache.camel.component.qute
Class QuteConstants
- java.lang.Object
-
- org.apache.camel.component.qute.QuteConstants
-
public final class QuteConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringQUTE_RESOURCE_URIstatic StringQUTE_TEMPLATEstatic StringQUTE_TEMPLATE_DATAstatic StringQUTE_TEMPLATE_INSTANCE
-
-
-
Field Detail
-
QUTE_RESOURCE_URI
public static final String QUTE_RESOURCE_URI
- See Also:
- Constant Field Values
-
QUTE_TEMPLATE
public static final String QUTE_TEMPLATE
- See Also:
- Constant Field Values
-
QUTE_TEMPLATE_INSTANCE
public static final String QUTE_TEMPLATE_INSTANCE
- See Also:
- Constant Field Values
-
QUTE_TEMPLATE_DATA
public static final String QUTE_TEMPLATE_DATA
- See Also:
- Constant Field Values
-
-