org.jboss.seam.core
Class MethodContext

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

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

Support for injecting the page context

Author:
Gavin King

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

Constructor Detail

MethodContext

public MethodContext()
Method Detail

getContext

@Unwrap
public Context getContext()