* Customize the AcrossBootstrapper involved.
*
* @param bootstrapper AcrossBootstrapper instance.
*/
public void customizeBootstrapper( AcrossBootstrapper bootstrapper ) {
bootstrapper.setApplicationContextFactory( new WebBootstrapApplicationContextFactory() );
}