public class TagLibraryInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList<FunctionInfo> |
functionsTag
An array describing the functions that are defined in this tag library.
|
protected String |
info
Information (documentation) for this TLD.
|
protected String |
jspversion
The version of the JSP specification this tag library is written to.
|
protected ArrayList<String> |
listeners |
protected String |
location
The location of the taglib, which should be the JAR path, or empty if exploded.
|
protected String |
path
The access path for the taglib, relative to the location.
|
protected String |
prefix
The prefix assigned to this taglib from the taglib directive.
|
protected String |
shortname
The preferred short name (prefix) as indicated in the TLD.
|
protected ArrayList<TagFileInfo> |
tagFiles
An array describing the tag files that are defined in this tag library.
|
protected ArrayList<TagInfo> |
tags
An array describing the tags that are defined in this tag library.
|
protected String |
tlibversion
The version of the tag library.
|
protected String |
uri
The value of the uri attribute from the taglib directive for
this library.
|
protected String |
urn
The "reliable" URN indicated in the TLD.
|
protected TagLibraryValidatorInfo |
validator |
Constructor and Description |
---|
TagLibraryInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addFunctionInfo(FunctionInfo functionInfo) |
void |
addListener(String listener) |
void |
addTagFileInfo(TagFileInfo tagFileInfo) |
void |
addTagInfo(TagInfo tagInfo) |
FunctionInfo[] |
getFunctionInfos() |
String |
getInfo() |
String |
getJspversion() |
String[] |
getListeners() |
String |
getLocation() |
String |
getPath() |
String |
getPrefix() |
String |
getShortname() |
TagFileInfo[] |
getTagFileInfos() |
TagInfo[] |
getTags() |
String |
getTlibversion() |
String |
getUri() |
String |
getUrn() |
TagLibraryValidatorInfo |
getValidator() |
void |
setInfo(String info) |
void |
setJspversion(String jspversion) |
void |
setLocation(String location) |
void |
setPath(String path) |
void |
setPrefix(String prefix) |
void |
setShortname(String shortname) |
void |
setTlibversion(String tlibversion) |
void |
setUri(String uri) |
void |
setUrn(String urn) |
void |
setValidator(TagLibraryValidatorInfo validator) |
void |
setVersion(String jspversion)
For the version attribute.
|
protected String prefix
protected String uri
protected TagLibraryValidatorInfo validator
protected ArrayList<TagInfo> tags
protected ArrayList<TagFileInfo> tagFiles
protected ArrayList<FunctionInfo> functionsTag
protected String tlibversion
protected String jspversion
protected String shortname
protected String urn
protected String info
protected String location
protected String path
public String getPrefix()
public void setPrefix(String prefix)
public String getUri()
public void setUri(String uri)
public String getTlibversion()
public void setTlibversion(String tlibversion)
public String getJspversion()
public void setJspversion(String jspversion)
public void setVersion(String jspversion)
public String getShortname()
public void setShortname(String shortname)
public String getUrn()
public void setUrn(String urn)
public String getInfo()
public void setInfo(String info)
public void addFunctionInfo(FunctionInfo functionInfo)
public FunctionInfo[] getFunctionInfos()
public void addTagFileInfo(TagFileInfo tagFileInfo)
public TagFileInfo[] getTagFileInfos()
public void addTagInfo(TagInfo tagInfo)
public TagInfo[] getTags()
public void addListener(String listener)
public String[] getListeners()
public TagLibraryValidatorInfo getValidator()
public void setValidator(TagLibraryValidatorInfo validator)
public String getLocation()
public void setLocation(String location)
public String getPath()
public void setPath(String path)
Copyright © 2016 JBoss by Red Hat. All rights reserved.