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

Packages that use InitialRequestStrategy
org.jboss.jsfunit.framework Framework that ties together JSFUnit, JSF, Cactus, and HTMLUnit. 
 

Uses of InitialRequestStrategy in org.jboss.jsfunit.framework
 

Classes in org.jboss.jsfunit.framework that implement InitialRequestStrategy
 class BasicAuthenticationStrategy
          Performs JEE container-managed BASIC authentication using only a user name and password.
 class FormAuthenticationStrategy
          Performs FORM authentication for JEE container-managed security.
 class SimpleInitialRequestStrategy
          This initial request strategy does a simple JSF request to the server.
 

Methods in org.jboss.jsfunit.framework with parameters of type InitialRequestStrategy
 void WebClientSpec.setInitialRequestStrategy(InitialRequestStrategy requestStrategy)
          Set the strategy to be used when making the initial request to the server.
 



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