org.jboss.seam.faces.environment
Class NavigationHandlerProducer
java.lang.Object
org.jboss.seam.faces.environment.NavigationHandlerProducer
public class NavigationHandlerProducer
- extends Object
A producer which retrieves the current JSF NavigationHandler by calling
Application.getNavigationHandler(), thus allowing it to be injected.
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationHandlerProducer
public NavigationHandlerProducer()
getNavigationHandler
@Produces
@RequestScoped
public NavigationHandler getNavigationHandler()
Copyright © 2009-2011 Seam Framework. All Rights Reserved.