org.apache.camel.component.mustache
Class MustacheConstants

java.lang.Object
  extended by org.apache.camel.component.mustache.MustacheConstants

public final class MustacheConstants
extends Object

Mustache component constants


Field Summary
static String MUSTACHE_ENDPOINT_URI_PREFIX
          Mustache endpoint URI prefix
static String MUSTACHE_RESOURCE_URI
          Header containing a Mustache template location
static String MUSTACHE_TEMPLATE
          Header containing the Mustache template code
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MUSTACHE_RESOURCE_URI

public static final String MUSTACHE_RESOURCE_URI
Header containing a Mustache template location

See Also:
Constant Field Values

MUSTACHE_TEMPLATE

public static final String MUSTACHE_TEMPLATE
Header containing the Mustache template code

See Also:
Constant Field Values

MUSTACHE_ENDPOINT_URI_PREFIX

public static final String MUSTACHE_ENDPOINT_URI_PREFIX
Mustache endpoint URI prefix

See Also:
Constant Field Values


Apache Camel