public class Taglib extends Object implements Serializable
Constructor and Description |
---|
Taglib() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description.
|
String[] |
getFunctionClasses()
Returns the functionClasses.
|
String |
getOutputname()
Returns the outputname.
|
String |
getShortName()
Returns the shortName.
|
File |
getTagdir()
Returns the tagdir.
|
String |
getUri()
Returns the uri.
|
void |
setDescription(String description)
Sets the description.
|
void |
setFunctionClasses(String[] functionClasses)
Sets the functionClasses.
|
void |
setOutputname(String outputname)
Sets the outputname.
|
void |
setShortName(String shortName)
Sets the shortName.
|
void |
setTagdir(File tagdir)
Sets the tagdir.
|
void |
setUri(String uri)
Sets the uri.
|
String |
toString() |
public String[] getFunctionClasses()
public void setFunctionClasses(String[] functionClasses)
functionClasses
- the functionClasses to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getShortName()
public void setShortName(String shortName)
shortName
- the shortName to setpublic String getUri()
public void setUri(String uri)
uri
- the uri to setpublic String getOutputname()
public void setOutputname(String outputname)
outputname
- the outputname to setpublic File getTagdir()
public void setTagdir(File tagdir)
tagdir
- the tagdir to setCopyright © 2004–2022 Web-Legacy. All rights reserved.