org.jboss.seam.faces.environment
Class NavigationHandlerProducer

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

Constructor Summary
NavigationHandlerProducer()
           
 
Method Summary
 javax.faces.application.NavigationHandler getNavigationHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationHandlerProducer

public NavigationHandlerProducer()
Method Detail

getNavigationHandler

@Produces
@RequestScoped
@Named
public javax.faces.application.NavigationHandler getNavigationHandler()


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