Package com.ibm.wsspi.jsp.taglib.config
Class GlobalTagLibConfig
java.lang.Object
com.ibm.wsspi.jsp.taglib.config.GlobalTagLibConfig
This class is used to handle the enabling of a tag library that is available for all applications on a server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the classloader for this global tag libraryReturns a String containing the name of the jarGets the jar url for this global tag libraryReturns a List of all the tlds to be parsed within this jarvoid
setClassloader
(ClassLoader classloader) Sets the classloader for this global tag libraryvoid
setJarName
(String string) Sets the jar name for this global tag libraryvoid
Sets the jar url for this global tag library
-
Constructor Details
-
GlobalTagLibConfig
public GlobalTagLibConfig()
-
-
Method Details
-
getJarName
Returns a String containing the name of the jar- Returns:
- String - the name of the jar
-
getTldPathList
Returns a List of all the tlds to be parsed within this jar- Returns:
- List - the tld files within the jar
-
setJarName
Sets the jar name for this global tag library- Parameters:
string
- String - the name of the jar for this global tag library
-
setJarURL
Sets the jar url for this global tag library- Parameters:
jarURL
- String - the url of the jar for this global tag library
-
getJarURL
Gets the jar url for this global tag library- Returns:
- URL - the url for this global tag library
-
getClassloader
Gets the classloader for this global tag library- Returns:
- ClassLoader - the classloader for this global tag library
-
setClassloader
Sets the classloader for this global tag library- Parameters:
classloader
- ClassLoader - the classloader to be used for this global tag library
-