com.ibm.wsspi.jsp.taglib.config

Class GlobalTagLibConfig

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.jsp.taglib.config.GlobalTagLibConfig

  1. public class GlobalTagLibConfig
  2. extends java.lang.Object
This class is used to handle the enabling of a tag library that is available for all applications on a server.

Constructor Summary

Constructor and Description
GlobalTagLibConfig()

Method Summary

Modifier and Type Method and Description
  1. java.lang.ClassLoader
getClassloader()
Gets the classloader for this global tag library
  1. java.lang.String
getJarName()
Returns a String containing the name of the jar
  1. java.net.URL
getJarURL()
Gets the jar url for this global tag library
  1. java.util.List
getTldPathList()
Returns a List of all the tlds to be parsed within this jar
  1. void
setClassloader(java.lang.ClassLoader classloader)
Sets the classloader for this global tag library
  1. void
setJarName(java.lang.String string)
Sets the jar name for this global tag library
  1. 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

GlobalTagLibConfig

  1. public GlobalTagLibConfig()

Method Detail

getJarName

  1. public java.lang.String getJarName( )
Returns a String containing the name of the jar
Returns:
String - the name of the jar

getTldPathList

  1. public java.util.List getTldPathList( )
Returns a List of all the tlds to be parsed within this jar
Returns:
List - the tld files within the jar

setJarName

  1. public void setJarName(java.lang.String string)
Sets the jar name for this global tag library
Parameters:
string - String - the name of the jar for this global tag library

setJarURL

  1. public void setJarURL(java.net.URL jarURL)
Sets the jar url for this global tag library
Parameters:
jarURL - String - the url of the jar for this global tag library

getJarURL

  1. public java.net.URL getJarURL()
Gets the jar url for this global tag library
Returns:
URL - the url for this global tag library

getClassloader

  1. public java.lang.ClassLoader getClassloader( )
Gets the classloader for this global tag library
Returns:
ClassLoader - the classloader for this global tag library

setClassloader

  1. public void setClassloader(java.lang.ClassLoader classloader)
Sets the classloader for this global tag library
Parameters:
classloader - ClassLoader - the classloader to be used for this global tag library