B C G I M O P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.mustache.MustacheEndpointUriFactory
C
- clearContentCache() - Method in class org.apache.camel.component.mustache.MustacheEndpoint
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.mustache.MustacheComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.mustache.MustacheEndpointConfigurer
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.mustache.MustacheComponent
- createEndpointUri() - Method in class org.apache.camel.component.mustache.MustacheEndpoint
G
- getEncoding() - Method in class org.apache.camel.component.mustache.MustacheEndpoint
- getEndDelimiter() - Method in class org.apache.camel.component.mustache.MustacheEndpoint
- getExchangePattern() - Method in class org.apache.camel.component.mustache.MustacheEndpoint
- getMustacheFactory() - Method in class org.apache.camel.component.mustache.MustacheComponent
- getMustacheFactory() - Method in class org.apache.camel.component.mustache.MustacheEndpoint
- getOptionType(String, boolean) - Method in class org.apache.camel.component.mustache.MustacheComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.mustache.MustacheEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.mustache.MustacheComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.mustache.MustacheEndpointConfigurer
- getResourceUri() - Method in class org.apache.camel.component.mustache.MustacheEndpoint
- getStartDelimiter() - Method in class org.apache.camel.component.mustache.MustacheEndpoint
I
- isAllowContextMapAll() - Method in class org.apache.camel.component.mustache.MustacheComponent
- isAllowTemplateFromHeader() - Method in class org.apache.camel.component.mustache.MustacheComponent
- isAllowTemplateFromHeader() - Method in class org.apache.camel.component.mustache.MustacheEndpoint
- isEnabled(String) - Method in class org.apache.camel.component.mustache.MustacheEndpointUriFactory
- isLenientProperties() - Method in class org.apache.camel.component.mustache.MustacheEndpointUriFactory
M
- MUSTACHE_ENDPOINT_URI_PREFIX - Static variable in class org.apache.camel.component.mustache.MustacheConstants
-
Mustache endpoint URI prefix
- MUSTACHE_RESOURCE_URI - Static variable in class org.apache.camel.component.mustache.MustacheConstants
-
Header containing a Mustache template location
- MUSTACHE_TEMPLATE - Static variable in class org.apache.camel.component.mustache.MustacheConstants
-
Header containing the Mustache template code
- MustacheComponent - Class in org.apache.camel.component.mustache
-
Represents the component that manages
MustacheEndpoint
. - MustacheComponent() - Constructor for class org.apache.camel.component.mustache.MustacheComponent
- MustacheComponentConfigurer - Class in org.apache.camel.component.mustache
-
Generated by camel build tools - do NOT edit this file!
- MustacheComponentConfigurer() - Constructor for class org.apache.camel.component.mustache.MustacheComponentConfigurer
- MustacheConstants - Class in org.apache.camel.component.mustache
-
Mustache component constants
- MustacheEndpoint - Class in org.apache.camel.component.mustache
-
Transform messages using a Mustache template.
- MustacheEndpoint() - Constructor for class org.apache.camel.component.mustache.MustacheEndpoint
- MustacheEndpoint(String, Component, String) - Constructor for class org.apache.camel.component.mustache.MustacheEndpoint
- MustacheEndpointConfigurer - Class in org.apache.camel.component.mustache
-
Generated by camel build tools - do NOT edit this file!
- MustacheEndpointConfigurer() - Constructor for class org.apache.camel.component.mustache.MustacheEndpointConfigurer
- MustacheEndpointUriFactory - Class in org.apache.camel.component.mustache
-
Generated by camel build tools - do NOT edit this file!
- MustacheEndpointUriFactory() - Constructor for class org.apache.camel.component.mustache.MustacheEndpointUriFactory
O
- onExchange(Exchange) - Method in class org.apache.camel.component.mustache.MustacheEndpoint
- org.apache.camel.component.mustache - package org.apache.camel.component.mustache
P
- propertyNames() - Method in class org.apache.camel.component.mustache.MustacheEndpointUriFactory
S
- secretPropertyNames() - Method in class org.apache.camel.component.mustache.MustacheEndpointUriFactory
- setAllowContextMapAll(boolean) - Method in class org.apache.camel.component.mustache.MustacheComponent
-
Sets whether the context map should allow access to all details.
- setAllowTemplateFromHeader(boolean) - Method in class org.apache.camel.component.mustache.MustacheComponent
-
Whether to allow to use resource template from header or not (default false).
- setAllowTemplateFromHeader(boolean) - Method in class org.apache.camel.component.mustache.MustacheEndpoint
-
Whether to allow to use resource template from header or not (default false).
- setEncoding(String) - Method in class org.apache.camel.component.mustache.MustacheEndpoint
-
Character encoding of the resource content.
- setEndDelimiter(String) - Method in class org.apache.camel.component.mustache.MustacheEndpoint
-
Characters used to mark template code end.
- setMustacheFactory(MustacheFactory) - Method in class org.apache.camel.component.mustache.MustacheComponent
-
To use a custom
MustacheFactory
- setMustacheFactory(MustacheFactory) - Method in class org.apache.camel.component.mustache.MustacheEndpoint
-
To use a custom
MustacheFactory
- setStartDelimiter(String) - Method in class org.apache.camel.component.mustache.MustacheEndpoint
-
Characters used to mark template code beginning.
All Classes All Packages