Seam Core JSF2 2.3.1.Final

org.jboss.seam.faces
Class FacesContext

java.lang.Object
  extended by org.jboss.seam.faces.FacesContext

@Scope(value=APPLICATION)
@BypassInterceptors
@Name(value="org.jboss.seam.faces.facesContext")
@Install(precedence=0,
         classDependencies="javax.faces.context.FacesContext")
public class FacesContext
extends Object

Support for injecting the JSF FacesContext object

Author:
Gavin King

Constructor Summary
FacesContext()
           
 
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
 

Constructor Detail

FacesContext

public FacesContext()
Method Detail

getContext

@Unwrap
public javax.faces.context.FacesContext getContext()

Seam Core JSF2 2.3.1.Final

Copyright © 2013 Seam Framework. All Rights Reserved.