org.jboss.seam.contexts
Class ApplicationContext
java.lang.Object
org.jboss.seam.contexts.BasicContext
org.jboss.seam.contexts.ApplicationContext
- All Implemented Interfaces:
- Context
public class ApplicationContext
- extends BasicContext
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
ApplicationContext
public ApplicationContext(Map<String,Object> map)
Copyright © 2013 Seam Framework. All Rights Reserved.