Uses of Interface
org.eclipse.rap.rwt.service.ApplicationContext
Packages that use ApplicationContext
-
Uses of ApplicationContext in org.eclipse.rap.rwt
Methods in org.eclipse.rap.rwt that return ApplicationContextModifier and TypeMethodDescriptionstatic ApplicationContext
RWT.getApplicationContext()
Returns theApplicationContext
instance that represents the web context's global data storage area.Methods in org.eclipse.rap.rwt with parameters of type ApplicationContextModifier and TypeMethodDescriptionstatic <T> T
SingletonUtil.getUniqueInstance
(Class<T> type, ApplicationContext applicationContext) Returns an instance of the specified type that is unique within the given UI session. -
Uses of ApplicationContext in org.eclipse.rap.rwt.application
Methods in org.eclipse.rap.rwt.application that return ApplicationContextModifier and TypeMethodDescriptionApplicationRunner.getApplicationContext()
Returns theApplicationContext
of the running application that is controlled by this application runner. -
Uses of ApplicationContext in org.eclipse.rap.rwt.service
Methods in org.eclipse.rap.rwt.service that return ApplicationContextModifier and TypeMethodDescriptionApplicationContextEvent.getApplicationContext()
Returns the application context that this event is related to.UISession.getApplicationContext()
Returns the ApplicationContext this UISession belongs to.Constructors in org.eclipse.rap.rwt.service with parameters of type ApplicationContextModifierConstructorDescriptionCreates a new instance of this class.