站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.1 API 英文版文档

StatelessContext (JBoss Seam API Documentation) - JBoss Seam 1.0.1 API 英文版文档


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()