net.sf.maventaglib.checker
Class TldChecker

java.lang.Object
  extended by net.sf.maventaglib.checker.TldChecker

public class TldChecker
extends java.lang.Object

Validates tag handler classes fount in tlds.

Version:
$Revision $ ($Author $)
Author:
Fabrizio Giustina

Constructor Summary
TldChecker()
           
 
Method Summary
 org.dom4j.Document check(Tld[] tlds)
          Check the given tld.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TldChecker

public TldChecker()
Method Detail

check

public org.dom4j.Document check(Tld[] tlds)
Check the given tld. Assure then:

Parameters:
tlds - list of Tld to check.
Returns:
Document containing validation results


Copyright © 2003-2005 Fabrizio Giustina. All Rights Reserved.