org.jboss.seam.core
Class PageContext

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

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

Support for injecting the page context

Author:
Gavin King

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

Constructor Detail

PageContext

public PageContext()
Method Detail

getContext

@Unwrap
public Context getContext()