org.impalaframework.interactive.web.bootstrap
Class WebTestContextLocationResolver

java.lang.Object
  extended by org.impalaframework.bootstrap.SimpleContextLocationResolver
      extended by org.impalaframework.web.bootstrap.WebContextLocationResolver
          extended by org.impalaframework.interactive.web.bootstrap.WebTestContextLocationResolver
All Implemented Interfaces:
org.impalaframework.bootstrap.ContextLocationResolver

public class WebTestContextLocationResolver
extends org.impalaframework.web.bootstrap.WebContextLocationResolver

Extends WebContextLocationResolver to add test support, as provided by TestContextLocationResolver

Author:
Phil Zoio

Constructor Summary
WebTestContextLocationResolver()
           
 
Method Summary
 void addCustomLocations(org.impalaframework.bootstrap.ConfigurationSettings configSettings, org.impalaframework.config.PropertySource propertySource)
           
 
Methods inherited from class org.impalaframework.web.bootstrap.WebContextLocationResolver
addAutoReloadListener, addDefaultLocations, addJarModuleLocation, addJmxOperations, addPathModuleMapper
 
Methods inherited from class org.impalaframework.bootstrap.SimpleContextLocationResolver
addContextLocations, addModuleType, addProxyProperties, addReloadability, explicitlyAddLocations, explicitlySetLocations, maybeAddJmxLocations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebTestContextLocationResolver

public WebTestContextLocationResolver()
Method Detail

addCustomLocations

public void addCustomLocations(org.impalaframework.bootstrap.ConfigurationSettings configSettings,
                               org.impalaframework.config.PropertySource propertySource)
Overrides:
addCustomLocations in class org.impalaframework.web.bootstrap.WebContextLocationResolver