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 f�r die TagLibFactory, diese Klasse definiert den DTDHandler f�r den Sax Parser. Die Klasse l�dt wenn m�glich 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)
          L�dt 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)
L�dt die DTD vom lokalen System.

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


Copyright © 2012 Railo