railo.transformer.library.tag
Class TagLibEntityResolver

java.lang.Object
  extended by railo.transformer.library.tag.TagLibEntityResolver
All Implemented Interfaces:
EntityResolver

public final class TagLibEntityResolver
extends Object
implements EntityResolver

Hilfsklasse fuer die TagLibFactory, diese Klasse definiert den DTDHandler fuer den Sax Parser. Die Klasse laedt wenn moeglich die DTD, anhand der Public-id vom lokalen System.

See Also:
EntityResolver

Field Summary
static String RAILO_DTD_1_0
          Definert den DTD welche eine TLD validieren kann
static String SUN_DTD_1_0
           
static String SUN_DTD_1_1
           
static String SUN_DTD_1_2
           
 
Constructor Summary
TagLibEntityResolver()
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
          Laedt die DTD vom lokalen System.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RAILO_DTD_1_0

public static final String RAILO_DTD_1_0
Definert den DTD welche eine TLD validieren kann

See Also:
Constant Field Values

SUN_DTD_1_0

public static final String SUN_DTD_1_0
See Also:
Constant Field Values

SUN_DTD_1_1

public static final String SUN_DTD_1_1
See Also:
Constant Field Values

SUN_DTD_1_2

public static final String SUN_DTD_1_2
See Also:
Constant Field Values
Constructor Detail

TagLibEntityResolver

public TagLibEntityResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
Laedt die DTD vom lokalen System.

Specified by:
resolveEntity in interface EntityResolver
See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)


Copyright © 2012 Railo