-
co.cask.cdap.api.app.ApplicationContext
Provides access to the environment, application configuration, and application (deployment) arguments.
-
com.antlersoft.appcontext.ApplicationContext
AppContext implementation for a stand-alone application
@author Michael A. MacDonald
-
com.caucho.config.scope.ApplicationContext
The application scope value
-
com.esri.gpt.framework.context.ApplicationContext
Context for an application.
-
com.firefly.core.ApplicationContext
-
com.google.refine.rdf.app.ApplicationContext
-
com.khs.sherpa.context.ApplicationContext
-
com.structis.fichesst.shared.config.ApplicationContext
-
com.vaadin.service.ApplicationContext
ApplicationContext
provides information about the running context of the application. Each context is shared by all applications that are open for one user. In a web-environment this corresponds to a HttpSession.
@author IT Mill Ltd.
@version 6.4.8
@since 3.1
-
com.volantis.mcs.context.ApplicationContext
This context provides application dependent information to Mariner to enable other applications to alter the behaviour of Mariner core functionality. The application is able to change the behaviour of Device recognition, Asset URL rewritting and whether Dissection and Fragmentation are supported. The context can also act as a container for comunicating with applications.
-
de.scoopgmbh.copper.monitoring.client.context.ApplicationContext
-
diva.gui.ApplicationContext
A context for an application in the diva.gui infrastructure. This class represents an AppContext as a JFrame. Generally, all this class does is to pipe the AppContext method through to the appropriate method in the JFrame class. In addition, a listener is attached to the frame that fires the context's exit action when a WINDOW_CLOSING event is created. In this class, the default exit action kills the JVM. This class does not contain a menu bar or a toolbar by default.
@author Steve Neuendorffer
@author Michael Shilman
@author John Reekie
@version $Id: ApplicationContext.java,v 1.12 2005/07/08 19:55:10 cxh Exp $
-
jpianotrain.ApplicationContext
Central station for common information.
@since 0
@author Alexander Methke
-
juzu.request.ApplicationContext
-
org.apache.airavata.gfac.context.ApplicationContext
-
org.apache.airavata.gfac.core.context.ApplicationContext
-
org.apache.avalon.phoenix.interfaces.ApplicationContext
Manage the "context" in which Applications operate.
@author
Peter Donald
-
org.apache.catalina.core.ApplicationContext
Standard implementation of ServletContext
that represents a web application's execution environment. An instance of this class is associated with each instance of StandardContext
.
@author Craig R. McClanahan
@author Remy Maucherat
@version $Revision: 377994 $ $Date: 2006-02-15 07:37:28 -0500 (Wed, 15 Feb 2006) $
-
org.apache.pivot.wtk.ApplicationContext
Base class for application contexts.
-
org.apache.tiles.request.ApplicationContext
Defines a set of methods which tiles use to communicate to the tiles container and runtime environment. There is only one application context per container.
@version $Rev: 1306435 $ $Date: 2012-03-28 11:39:11 -0400 (Wed, 28 Mar 2012) $
-
org.apache.webbeans.context.ApplicationContext
Application context implementation.
-
org.codehaus.loom.interfaces.ApplicationContext
Manage the "context" in which Applications operate.
@author Peter Donald
-
org.exoplatform.services.rest.ApplicationContext
Provides access to ContainerRequest, ContainerResponse and request URI information.
@author
Andrey Parfonov
@version $Id: $
-
org.fenrir.yggdrasil.core.ApplicationContext
TODO v1.0 Documentació TODO Permetre contextes disjunts
@author Antonio Archilla Nava
@version v0.1.20140722
-
org.jboss.arquillian.core.spi.context.ApplicationContext
-
org.jboss.arquillian.impl.core.spi.context.ApplicationContext
-
org.jboss.bpm.console.client.ApplicationContext
Provides context information to console compoments and plugins.
@author Heiko.Braun
-
org.jboss.seam.contexts.ApplicationContext
Application context - state associated with a deployment to a particular node. State is typically neither persistent across deployments, not replicated to other nodes.
@author Gavin King
-
org.jdesktop.application.ApplicationContext
-
org.milyn.container.ApplicationContext
Smooks Application context interface definition.
@author tfennelly
-
org.springframework.context.ApplicationContext
Central interface to provide configuration for an application. This is read-only while the application is running, but may be reloaded if the implementation supports this.
An ApplicationContext provides:
- Bean factory methods for accessing application components. Inherited from {@link org.springframework.beans.factory.ListableBeanFactory}.
- The ability to load file resources in a generic fashion. Inherited from the {@link org.springframework.core.io.ResourceLoader} interface.
- The ability to publish events to registered listeners. Inherited from the {@link ApplicationEventPublisher} interface.
- The ability to resolve messages, supporting internationalization. Inherited from the {@link MessageSource} interface.
- Inheritance from a parent context. Definitions in a descendant context will always take priority. This means, for example, that a single parent context can be used by an entire web application, while each servlet has its own child context that is independent of that of any other servlet.
In addition to standard {@link org.springframework.beans.factory.BeanFactory}lifecycle capabilities, ApplicationContext implementations detect and invoke {@link ApplicationContextAware} beans as well as {@link ResourceLoaderAware}, {@link ApplicationEventPublisherAware} and {@link MessageSourceAware} beans.
@author Rod Johnson
@author Juergen Hoeller
@see ConfigurableApplicationContext
@see org.springframework.beans.factory.BeanFactory
@see org.springframework.core.io.ResourceLoader
-
pivot.wtk.ApplicationContext
Base class for application contexts.
TODO Fire events when entries are added to/removed from the cache?
TODO Provide a means of mapping common "actions" to keystrokes (e.g. "copy" to Control-C or Command-C)
@author gbrown
-
railo.runtime.listener.ApplicationContext
DTO Interface for Application Context data (defined by tag application)
-
us.codecraft.tinyioc.context.ApplicationContext
@author yihua.huang@dianping.com