A B C G I J L O R S T 

A

afterAddRoutes(ServletCamelContext, R) - Method in interface org.apache.camel.component.servletlistener.CamelContextLifecycle
Callback after adding the routes.
afterStart(ServletCamelContext, R) - Method in interface org.apache.camel.component.servletlistener.CamelContextLifecycle
Callback after ServletCamelContext has been started.
afterStop(ServletCamelContext, R) - Method in interface org.apache.camel.component.servletlistener.CamelContextLifecycle
Callback after ServletCamelContext has been stopped.

B

beforeAddRoutes(ServletCamelContext, R) - Method in interface org.apache.camel.component.servletlistener.CamelContextLifecycle
Callback before adding the routes.
beforeStart(ServletCamelContext, R) - Method in interface org.apache.camel.component.servletlistener.CamelContextLifecycle
Callback before starting ServletCamelContext.
beforeStop(ServletCamelContext, R) - Method in interface org.apache.camel.component.servletlistener.CamelContextLifecycle
Callback before stopping ServletCamelContext.

C

CAMEL_CONTEXT_KEY - Static variable in class org.apache.camel.component.servletlistener.CamelServletContextListener
Key to store the created CamelContext as an attribute on the ServletContext.
camelContext - Variable in class org.apache.camel.component.servletlistener.CamelServletContextListener
 
CamelContextLifecycle<R extends org.apache.camel.spi.Registry> - Interface in org.apache.camel.component.servletlistener
A callback lifecycle allows end users to implement custom logic before the ServletCamelContext is started and stopped.
camelContextLifecycle - Variable in class org.apache.camel.component.servletlistener.CamelServletContextListener
 
CamelServletContextListener<R extends org.apache.camel.spi.Registry> - Class in org.apache.camel.component.servletlistener
A ServletContextListener which is used to bootstrap CamelContext in web applications.
CamelServletContextListener() - Constructor for class org.apache.camel.component.servletlistener.CamelServletContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.apache.camel.component.servletlistener.CamelServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.apache.camel.component.servletlistener.CamelServletContextListener
 
createRegistry() - Method in class org.apache.camel.component.servletlistener.CamelServletContextListener
Creates the Registry implementation to use.
createRegistry() - Method in class org.apache.camel.component.servletlistener.JndiCamelServletContextListener
 
createRegistry() - Method in class org.apache.camel.component.servletlistener.SimpleCamelServletContextListener
 

G

getJndiContext() - Method in class org.apache.camel.component.servletlistener.JndiCamelServletContextListener
 
getMap() - Method in class org.apache.camel.component.servletlistener.SimpleCamelServletContextListener
Gets the Map that contains the data for the SimpleRegistry
getServletContext() - Method in class org.apache.camel.component.servletlistener.ServletCamelContext
 

I

instance - Static variable in class org.apache.camel.component.servletlistener.CamelServletContextListener
instance is used for testing purpose

J

JndiCamelServletContextListener - Class in org.apache.camel.component.servletlistener
An implementation of CamelServletContextListener that uses the JndiRegistry as its Registry.
JndiCamelServletContextListener() - Constructor for class org.apache.camel.component.servletlistener.JndiCamelServletContextListener
 

L

LOG - Static variable in class org.apache.camel.component.servletlistener.CamelServletContextListener
 

O

org.apache.camel.component.servletlistener - package org.apache.camel.component.servletlistener
 

R

registry - Variable in class org.apache.camel.component.servletlistener.CamelServletContextListener
 

S

ServletCamelContext - Class in org.apache.camel.component.servletlistener
A servlet based CamelContext.
ServletCamelContext(Registry, ServletContext) - Constructor for class org.apache.camel.component.servletlistener.ServletCamelContext
 
SimpleCamelServletContextListener - Class in org.apache.camel.component.servletlistener
An implementation of CamelServletContextListener that uses the SimpleRegistry as its Registry.
SimpleCamelServletContextListener() - Constructor for class org.apache.camel.component.servletlistener.SimpleCamelServletContextListener
 

T

test - Variable in class org.apache.camel.component.servletlistener.CamelServletContextListener
 
A B C G I J L O R S T 

Apache Camel