当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
FacesContext (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
org.jboss.seam.core
Class FacesContext
java.lang.Object
   org.jboss.seam.core.FacesContext
org.jboss.seam.core.FacesContext
- @Scope(value=APPLICATION)
@Intercept(value=NEVER)
@Name(value="org.jboss.seam.core.facesContext")
@Install(precedence=0)
public class FacesContext 
- extends Object
Support for injecting the JSF FacesContext object
- Author:
- Gavin King
 
| Method Summary | 
|  javax.faces.context.FacesContext | getContext()
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FacesContext
public FacesContext()
getContext
@Unwrap
public javax.faces.context.FacesContext getContext()
-