com.opensymphony.webwork.sitegraph.collectors
Class ArbitraryXMLConfigurationProvider

java.lang.Object
  extended by com.opensymphony.xwork.config.providers.XmlConfigurationProvider
      extended by com.opensymphony.webwork.sitegraph.collectors.ArbitraryXMLConfigurationProvider
All Implemented Interfaces:
com.opensymphony.xwork.config.ConfigurationProvider

public class ArbitraryXMLConfigurationProvider
extends com.opensymphony.xwork.config.providers.XmlConfigurationProvider

Override Xwork class so we cn use an arbitrary config file


Constructor Summary
ArbitraryXMLConfigurationProvider()
           
ArbitraryXMLConfigurationProvider(String filename)
           
 
Method Summary
protected  InputStream getInputStream(String fileName)
          Override Xwork method so we cn use an arbitrary config file
 
Methods inherited from class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
addAction, addPackage, addResultTypes, buildExceptionMappings, buildExternalRefs, buildInterceptorList, buildPackageContext, buildResults, destroy, equals, hashCode, init, loadDefaultActionRef, loadDefaultInterceptorRef, loadGlobalResults, loadGobalExceptionMappings, loadInterceptors, loadInterceptorStack, loadInterceptorStacks, needsReload, verifyAction, verifyResultType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArbitraryXMLConfigurationProvider

public ArbitraryXMLConfigurationProvider()

ArbitraryXMLConfigurationProvider

public ArbitraryXMLConfigurationProvider(String filename)
Method Detail

getInputStream

protected InputStream getInputStream(String fileName)
Override Xwork method so we cn use an arbitrary config file

Overrides:
getInputStream in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
See Also:
XmlConfigurationProvider.getInputStream(java.lang.String)


Copyright © 2013 OpenSymphony. All Rights Reserved.