|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.faces.environment.ProjectStageProducer
public class ProjectStageProducer
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}
| 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 |
|---|
public ProjectStageProducer()
| Method Detail |
|---|
@Named @Produces public ProjectStage getProjectStage(FacesContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||