org.jboss.seam.core
Class BusinessProcessContext

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

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

Support for injecting the business process context

Author:
Gavin King

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

Constructor Detail

BusinessProcessContext

public BusinessProcessContext()
Method Detail

getContext

@Unwrap
public Context getContext()