org.jboss.seam.core
Class StatelessContext

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

@Scope(value=APPLICATION)
@Intercept(value=NEVER)
@Startup
@Name(value="statelessContext")
public class StatelessContext
extends Object

Support for injecting the stateless context

Author:
Gavin King

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

Constructor Detail

StatelessContext

public StatelessContext()
Method Detail

getContext

@Unwrap
public Context getContext()