net.sf.maventaglib.checker
Class Tld

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

public class Tld
extends java.lang.Object

Contains information about a single tag library.

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

Constructor Summary
Tld()
           
 
Method Summary
 java.lang.String getFilename()
           
 java.lang.String getName()
          Returns the shortname for this library.
 Tag[] getTags()
          Returnss the list of tags in this tag library.
 void setFilename(java.lang.String file)
           
 void setName(java.lang.String tagLibName)
          Sets the shortname for this library.
 void setTags(Tag[] tagList)
          Sets the list of tags in this tag library.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tld

public Tld()
Method Detail

getFilename

public java.lang.String getFilename()
Returns:
Returns the filename.

setFilename

public void setFilename(java.lang.String file)
Parameters:
file - The filename to set.

getName

public java.lang.String getName()
Returns the shortname for this library.

Returns:
shortname for this tag library

setName

public void setName(java.lang.String tagLibName)
Sets the shortname for this library.

Parameters:
tagLibName - shortname for this tag library.

getTags

public Tag[] getTags()
Returnss the list of tags in this tag library.

Returns:
list of tags in this tag library

setTags

public void setTags(Tag[] tagList)
Sets the list of tags in this tag library.

Parameters:
tagList - list of tags in this tag library

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


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