public class GlobalTagLibConfig
extends java.lang.Object
Constructor and Description |
---|
GlobalTagLibConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.ClassLoader |
getClassloader()
Gets the classloader for this global tag library
|
java.lang.String |
getJarName()
Returns a String containing the name of the jar
|
java.net.URL |
getJarURL()
Gets the jar url for this global tag library
|
java.util.List |
getTldPathList()
Returns a List of all the tlds to be parsed within this jar
|
void |
setClassloader(java.lang.ClassLoader classloader)
Sets the classloader for this global tag library
|
void |
setJarName(java.lang.String string)
Sets the jar name for this global tag library
|
void |
setJarURL(java.net.URL jarURL)
Sets the jar url for this global tag library
|
public java.lang.String getJarName()
public java.util.List getTldPathList()
public void setJarName(java.lang.String string)
string
- String - the name of the jar for this global tag librarypublic void setJarURL(java.net.URL jarURL)
jarURL
- String - the url of the jar for this global tag librarypublic java.net.URL getJarURL()
public java.lang.ClassLoader getClassloader()
public void setClassloader(java.lang.ClassLoader classloader)
classloader
- ClassLoader - the classloader to be used for this global tag library