org.jboss.seam.core
Class ApplicationContext

java.lang.Object
  extended by org.jboss.seam.core.ApplicationContext

@Scope(value=APPLICATION)
@Intercept(value=NEVER)
@Name(value="org.jboss.seam.core.applicationContext")
@Install(precedence=0)
public class ApplicationContext
extends Object

Support for injecting the application context

Author:
Gavin King

Constructor Summary
ApplicationContext()
           
 
Method Summary
 Context getContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContext

public ApplicationContext()
Method Detail

getContext

@Unwrap
public Context getContext()