org.jboss.seam.faces.environment
Class ProjectStageProducer

java.lang.Object
  extended by 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

Constructor Summary
ProjectStageProducer()
           
 
Method Summary
 ProjectStage getProjectStage(FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectStageProducer

public ProjectStageProducer()
Method Detail

getProjectStage

@Named
@Produces
public ProjectStage getProjectStage(FacesContext context)


Copyright © 2009-2011 Seam Framework. All Rights Reserved.