org.jboss.seam.mock
Class MockNavigationHandler

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by org.jboss.seam.mock.MockNavigationHandler

public class MockNavigationHandler
extends javax.faces.application.NavigationHandler


Constructor Summary
MockNavigationHandler()
           
 
Method Summary
 void handleNavigation(javax.faces.context.FacesContext context, String action, String outcome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockNavigationHandler

public MockNavigationHandler()
Method Detail

handleNavigation

public void handleNavigation(javax.faces.context.FacesContext context,
                             String action,
                             String outcome)
Specified by:
handleNavigation in class javax.faces.application.NavigationHandler