net.sf.maventaglib
Class Taglib

java.lang.Object
  extended by net.sf.maventaglib.Taglib
All Implemented Interfaces:
java.io.Serializable

public class Taglib
extends java.lang.Object
implements java.io.Serializable

Version:
$Id: Taglib.java 206 2010-01-31 09:37:21Z fgiust $
Author:
fgiust
See Also:
Serialized Form

Constructor Summary
Taglib()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description.
 java.lang.String[] getFunctionClasses()
          Returns the functionClasses.
 java.lang.String getOutputname()
          Returns the outputname.
 java.lang.String getShortName()
          Returns the shortName.
 java.io.File getTagdir()
          Returns the tagdir.
 java.lang.String getUri()
          Returns the uri.
 void setDescription(java.lang.String description)
          Sets the description.
 void setFunctionClasses(java.lang.String[] functionClasses)
          Sets the functionClasses.
 void setOutputname(java.lang.String outputname)
          Sets the outputname.
 void setShortName(java.lang.String shortName)
          Sets the shortName.
 void setTagdir(java.io.File tagdir)
          Sets the tagdir.
 void setUri(java.lang.String uri)
          Sets the uri.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Taglib

public Taglib()
Method Detail

getFunctionClasses

public java.lang.String[] getFunctionClasses()
Returns the functionClasses.

Returns:
the functionClasses

setFunctionClasses

public void setFunctionClasses(java.lang.String[] functionClasses)
Sets the functionClasses.

Parameters:
functionClasses - the functionClasses to set

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the description to set

getShortName

public java.lang.String getShortName()
Returns the shortName.

Returns:
the shortName

setShortName

public void setShortName(java.lang.String shortName)
Sets the shortName.

Parameters:
shortName - the shortName to set

getUri

public java.lang.String getUri()
Returns the uri.

Returns:
the uri

setUri

public void setUri(java.lang.String uri)
Sets the uri.

Parameters:
uri - the uri to set

getOutputname

public java.lang.String getOutputname()
Returns the outputname.

Returns:
the outputname

setOutputname

public void setOutputname(java.lang.String outputname)
Sets the outputname.

Parameters:
outputname - the outputname to set

getTagdir

public java.io.File getTagdir()
Returns the tagdir.

Returns:
the tagdir

setTagdir

public void setTagdir(java.io.File tagdir)
Sets the tagdir.

Parameters:
tagdir - the tagdir to set

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


Copyright © 2004-2011 Fabrizio Giustina. All Rights Reserved.