| java.lang.Object com.uwyn.rife.selector.XmlSelectorResolver
XmlSelectorResolver | abstract public class XmlSelectorResolver (Code) | | Looks up XML configuration file locations based on participant parameters.
author: Geert Bevin (gbevin[remove] at uwyn dot com) author: Steven Grimm (koreth[remove] at midwinter dot com) version: $Revision: 3634 $ since: 1.0 |
Method Summary | |
public static String | resolve(String parameter, ResourceFinder resourceFinder, String prefix) Returns an XML file location.
Parameters: parameter - Parameter of the participant for this configuration file. |
resolve | public static String resolve(String parameter, ResourceFinder resourceFinder, String prefix)(Code) | | Returns an XML file location.
Parameters: parameter - Parameter of the participant for this configuration file. This is acomma-separated list of path names and XML selector class names;they are tried in order until one of them resolves to a resourcethat exists. Parameters: resourceFinder - Object that looks up resources on the classpath. Parameters: prefix - Configuration file prefix; ornull if none is needed since: 1.0
|
|
|