Skip navigation links
A C D E G I M N O P R S T U V 

A

accept(ComponentAdapter) - Method in interface org.everrest.exoplatform.container.ComponentFilter
 
accept(PicoVisitor) - Method in class org.everrest.exoplatform.container.RestfulComponentAdapter
 
afterInit(ServletConfig) - Method in class org.everrest.exoplatform.servlet.EverrestExoServlet
 

C

ComponentFilter - Interface in org.everrest.exoplatform.container
Implementation of this interface may be used to hide some components of RestfulContainer.
CONFIGURATION_PATH - Static variable in class org.everrest.exoplatform.servlet.EverrestExoContextListener.StandaloneContainerStarter
 
contextDestroyed(ServletContextEvent) - Method in class org.everrest.exoplatform.servlet.EverrestExoContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.everrest.exoplatform.servlet.EverrestExoContextListener.StandaloneContainerStarter
 
contextInitialized(ServletContextEvent) - Method in class org.everrest.exoplatform.servlet.EverrestExoContextListener
 
createComponentAdapter(Object, Class, Parameter[]) - Method in class org.everrest.exoplatform.container.RestfulComponentAdapterFactory
 
createEverrestConfiguration(InitParams) - Static method in class org.everrest.exoplatform.EverrestConfigurationHelper
 

D

DEFAULT_RESTFUL_CONTAINER_NAME - Static variable in class org.everrest.exoplatform.EverrestConfigurationHelper
 
DefaultListener() - Constructor for class org.everrest.exoplatform.servlet.EverrestExoContextListener.DefaultListener
 

E

EverrestConfigurationHelper - Class in org.everrest.exoplatform
 
EverrestExoContextListener - Class in org.everrest.exoplatform.servlet
EverrestExoContextListener primarily intended for using in standalone web applications that uses ExoContainer.
EverrestExoContextListener() - Constructor for class org.everrest.exoplatform.servlet.EverrestExoContextListener
 
EverrestExoContextListener.DefaultListener - Class in org.everrest.exoplatform.servlet
Default EverrestExoContextListener implementation.
EverrestExoContextListener.StandaloneContainerStarter - Class in org.everrest.exoplatform.servlet
Implementation of EverrestExoContextListener which get path to StandaloneContainer configuration from context-param everrest.exoplatform.standalone.config.
EverrestExoServlet - Class in org.everrest.exoplatform.servlet
Use this servlet for integration in eXo environment.
EverrestExoServlet() - Constructor for class org.everrest.exoplatform.servlet.EverrestExoServlet
 
EverrestInitializer - Class in org.everrest.exoplatform
Load all available instances of Application (include StartableApplication) from ExoContainer and deploy them.
EverrestInitializer(ExoContainerContext, EverrestProcessor, StartableApplication, InitParams) - Constructor for class org.everrest.exoplatform.EverrestInitializer
 
ExoAsynchronousJobPool - Class in org.everrest.exoplatform
 
ExoAsynchronousJobPool(EverrestConfiguration) - Constructor for class org.everrest.exoplatform.ExoAsynchronousJobPool
 
ExoDependencySupplier - Class in org.everrest.exoplatform
Get instance of requested type from ExoContainer.
ExoDependencySupplier() - Constructor for class org.everrest.exoplatform.ExoDependencySupplier
 

G

get() - Method in class org.everrest.exoplatform.container.RestfulContainerProvider
 
getClasses() - Method in class org.everrest.exoplatform.StartableApplication
 
getComponent(Class<?>) - Method in class org.everrest.exoplatform.ExoDependencySupplier
 
getComponentAdapters(Class<? extends Annotation>) - Method in class org.everrest.exoplatform.container.RestfulContainer
Retrieve all the component adapters for types annotated with annotation inside this container.
getComponentAdaptersOfType(Class, Class<? extends Annotation>) - Method in class org.everrest.exoplatform.container.RestfulContainer
Retrieve all the component adapters of the specified type and annotated with annotation inside this container.
getComponentByName(String) - Method in class org.everrest.exoplatform.ExoDependencySupplier
 
getComponentImplementation() - Method in class org.everrest.exoplatform.container.RestfulComponentAdapter
 
getComponentInstance(PicoContainer) - Method in class org.everrest.exoplatform.container.RestfulComponentAdapter
 
getComponentKey() - Method in class org.everrest.exoplatform.container.RestfulComponentAdapter
 
getComponents(Class<? extends Annotation>) - Method in class org.everrest.exoplatform.container.RestfulContainer
Retrieve all the component instances annotated with annotation.
getComponentsOfType(Class<T>, Class<? extends Annotation>) - Method in class org.everrest.exoplatform.container.RestfulContainer
Retrieve all the component instances of the specified type and annotated with annotation.
getContainer(ServletContext) - Method in class org.everrest.exoplatform.servlet.EverrestExoContextListener.DefaultListener
 
getContainer(ServletContext) - Method in class org.everrest.exoplatform.servlet.EverrestExoContextListener
Get ExoContainer instance.
getContainer(ServletContext) - Method in class org.everrest.exoplatform.servlet.EverrestExoContextListener.StandaloneContainerStarter
 
getContextResolver(Class<T>, MediaType) - Method in class org.everrest.exoplatform.container.RestfulContainer
 
getExceptionMapper(Class<T>) - Method in class org.everrest.exoplatform.container.RestfulContainer
 
getFactory() - Method in class org.everrest.exoplatform.container.RestfulComponentAdapter
 
getMatchedResource(String, List<String>) - Method in class org.everrest.exoplatform.container.RestfulContainer
Get ComponentAdapter root resource matched to requestPath.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.everrest.exoplatform.container.RestfulContainer
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.everrest.exoplatform.container.RestfulContainer
 
getObjectModel() - Method in class org.everrest.exoplatform.container.RestfulComponentAdapter
 
getProvider(Type) - Method in class org.everrest.exoplatform.ExoDependencySupplier
 
getSingletons() - Method in class org.everrest.exoplatform.StartableApplication
 

I

isRestfulComponent(Object) - Static method in class org.everrest.exoplatform.container.RestfulComponentAdapter
 

M

makeFileCollectorDestroyer() - Method in class org.everrest.exoplatform.EverrestInitializer
 
makeFileCollectorDestroyer() - Method in class org.everrest.exoplatform.servlet.EverrestExoContextListener
 

N

newCallable(Object, Method, Object[]) - Method in class org.everrest.exoplatform.ExoAsynchronousJobPool
 

O

onService(ExoContainer, HttpServletRequest, HttpServletResponse) - Method in class org.everrest.exoplatform.servlet.EverrestExoServlet
 
org.everrest.exoplatform - package org.everrest.exoplatform
 
org.everrest.exoplatform.container - package org.everrest.exoplatform.container
 
org.everrest.exoplatform.servlet - package org.everrest.exoplatform.servlet
 

P

PREFIX_WAR - Static variable in class org.everrest.exoplatform.servlet.EverrestExoContextListener.StandaloneContainerStarter
 

R

registerComponent(ComponentAdapter) - Method in class org.everrest.exoplatform.container.RestfulContainer
 
registerComponentInstance(Object, Object) - Method in class org.everrest.exoplatform.container.RestfulContainer
 
RestfulComponentAdapter - Class in org.everrest.exoplatform.container
Implementation of ComponentAdapter for providing instance of JAX-RS resource of provider.
RestfulComponentAdapter(Object, Object) - Constructor for class org.everrest.exoplatform.container.RestfulComponentAdapter
Create new RestfulComponentAdapter for specified componentKey and class or instance.
RestfulComponentAdapterFactory - Class in org.everrest.exoplatform.container
 
RestfulComponentAdapterFactory(ComponentAdapterFactory) - Constructor for class org.everrest.exoplatform.container.RestfulComponentAdapterFactory
 
RestfulContainer - Class in org.everrest.exoplatform.container
Container intended for decoupling third part code and everrest framework.
RestfulContainer() - Constructor for class org.everrest.exoplatform.container.RestfulContainer
 
RestfulContainer(PicoContainer) - Constructor for class org.everrest.exoplatform.container.RestfulContainer
 
RestfulContainer(ComponentAdapterFactory, PicoContainer) - Constructor for class org.everrest.exoplatform.container.RestfulContainer
 
RestfulContainerProvider - Class in org.everrest.exoplatform.container
Provider may be used to get instance of RestfulContainer.
RestfulContainerProvider() - Constructor for class org.everrest.exoplatform.container.RestfulContainerProvider
 

S

StandaloneContainerStarter() - Constructor for class org.everrest.exoplatform.servlet.EverrestExoContextListener.StandaloneContainerStarter
 
start() - Method in class org.everrest.exoplatform.EverrestInitializer
 
start() - Method in class org.everrest.exoplatform.StartableApplication
 
StartableApplication - Class in org.everrest.exoplatform
Purpose of this component is deliver all JAX-RS components in ExoContainer (instances of classes annotated with Path, Provider and Filter).
StartableApplication(ExoContainerContext) - Constructor for class org.everrest.exoplatform.StartableApplication
 
stop() - Method in class org.everrest.exoplatform.EverrestInitializer
 
stop() - Method in class org.everrest.exoplatform.StartableApplication
 

T

toString() - Method in class org.everrest.exoplatform.container.RestfulComponentAdapter
 

U

unregisterComponent(Object) - Method in class org.everrest.exoplatform.container.RestfulContainer
 

V

verify(PicoContainer) - Method in class org.everrest.exoplatform.container.RestfulComponentAdapter
 
A C D E G I M N O P R S T U V 
Skip navigation links

Copyright © 2015. All rights reserved.