Uses of Interface
org.jboss.jsfunit.framework.RequestListener

Packages that use RequestListener
org.jboss.jsfunit.framework Framework that ties together JSFUnit, JSF, Cactus, and HTMLUnit. 
org.jboss.jsfunit.jsfsession Provides a JSFClientSession and JSFServerSession for JUnit tests. 
org.jboss.jsfunit.seam Internal classes used for Seam support. 
 

Uses of RequestListener in org.jboss.jsfunit.framework
 

Classes in org.jboss.jsfunit.framework that implement RequestListener
 class FaceletsErrorPageDetector
          This class checks every response to see if it was the Facelets Error page.
 

Methods in org.jboss.jsfunit.framework with parameters of type RequestListener
 void JSFUnitWebConnection.addListener(RequestListener listener)
          Add a RequestListener to be notified whenever an HTTP request is made to the server.
 void JSFUnitWebConnection.removeListener(RequestListener listener)
          Remove a RequestListener.
 

Uses of RequestListener in org.jboss.jsfunit.jsfsession
 

Classes in org.jboss.jsfunit.jsfsession that implement RequestListener
 class HtmlUnitSnooper
          RequestListener outputs before and after each request made by HtmlUnit.
 class JSFServerSession
          The JSFServerSession provides a simplified API that wraps parts of the JSF API for things that you would commonly do in testing.
 

Uses of RequestListener in org.jboss.jsfunit.seam
 

Classes in org.jboss.jsfunit.seam that implement RequestListener
 class SeamRequestListener
          This listener prepares the Seam environment to be compatible with JSFUnit.
 



Copyright © 2007-2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.