wt.rule.util
Class RuleEntityResolver

java.lang.Object
  extended bywt.rule.util.RuleEntityResolver
All Implemented Interfaces:
EntityResolver

public class RuleEntityResolver
extends Object
implements EntityResolver

This EntityResolver resolves DTD entities for RuleService delegates.


Field Summary
static File RULE_DTD_DIR
           
 
Constructor Summary
RuleEntityResolver()
           
 
Method Summary
static void main(String[] args)
           
 InputSource resolveEntity(String publicId, String systemId)
          Resolve DTD entities.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RULE_DTD_DIR

public static final File RULE_DTD_DIR
Constructor Detail

RuleEntityResolver

public RuleEntityResolver()
Method Detail

main

public static void main(String[] args)

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
Resolve DTD entities.

Specified by:
resolveEntity in interface EntityResolver