|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.jsp.taglib.config.GlobalTagLibConfig
public class GlobalTagLibConfig
This class is used to handle the enabling of a tag library that is available for all applications on a server.
Constructor Summary | |
---|---|
GlobalTagLibConfig()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlobalTagLibConfig()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |