org.jboss.seam.faces.environment
Class ProjectStageProducer
java.lang.Object
org.jboss.seam.faces.environment.ProjectStageProducer
public class ProjectStageProducer
- extends Object
A producer which retrieves the ProjectStage for the current request
of the JavaServer Faces application, storing the result as a
ApplicationScoped bean instance.
This producer is named, allowing the Project Stage to be accessed via EL:
#{projectStage}
- Author:
- Brian Leathem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectStageProducer
public ProjectStageProducer()
getProjectStage
@Named
@Produces
public ProjectStage getProjectStage(FacesContext context)
Copyright © 2009-2011 Seam Framework. All Rights Reserved.