Uses of Class
org.dellroad.stuff.vaadin.ContextApplication

Packages that use ContextApplication
org.dellroad.stuff.vaadin Vaadin-related classes, especially relating to Spring integration. 
 

Uses of ContextApplication in org.dellroad.stuff.vaadin
 

Subclasses of ContextApplication in org.dellroad.stuff.vaadin
 class SpringContextApplication
          Vaadin application implementation that manages an associated Spring WebApplicationContext.
 

Methods in org.dellroad.stuff.vaadin with type parameters of type ContextApplication
static
<A extends ContextApplication>
A
ContextApplication.currentApplication(Class<A> type)
          Get the ContextApplication associated with the current thread, cast to the desired type.
static
<A extends ContextApplication>
A
ContextApplication.get(Class<A> type)
          Get the ContextApplication instance associated with the current thread, cast to the desired type, or throw an exception if there is none.
 

Methods in org.dellroad.stuff.vaadin that return ContextApplication
protected  ContextApplication ContextApplicationFactoryBean.createInstance()
          Deprecated.  
static ContextApplication ContextApplication.currentApplication()
          Get the ContextApplication instance associated with the current thread.
static ContextApplication ContextApplication.get()
          Get the ContextApplication instance associated with the current thread or throw an exception if there is none.
 ContextApplication VaadinApplicationListener.getApplication()
           
 ContextApplication ContextApplication.CloseEvent.getContextApplication()
          Get the ContextApplication that is being closed.
 

Methods in org.dellroad.stuff.vaadin that return types with arguments of type ContextApplication
 Class<? extends ContextApplication> ContextApplicationFactoryBean.getObjectType()
          Deprecated.  
 

Constructors in org.dellroad.stuff.vaadin with parameters of type ContextApplication
ContextApplication.CloseEvent(ContextApplication application)
           
VaadinApplicationListener(Class<E> eventType, ContextApplication application)
          Primary constructor.