com.ibm.wsspi.jsp.taglib.config

Class TldPathConfig

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

  1. public class TldPathConfig
  2. extends java.lang.Object
This class is used in conjunction with a GlobalTagLibConfig and is used to provide specific path information for a tld file.

Constructor Summary

Constructor and Description
TldPathConfig(java.lang.String tldPath,java.lang.String uri,java.lang.String strContainsListenerDefs)

Method Summary

Modifier and Type Method and Description
  1. boolean
containsListenerDefs()
Gets whether the tld contains any listener elements return boolean - if the tld file contains any listener elements
  1. java.util.List
getAvailabilityConditionList()
Gets the conditions as to when this tld is made available.
  1. java.lang.String
getTldPath()
Gets the relative path within the jar to the tld file
  1. java.lang.String
getUri()
Gets the uri of the tld
  1. void
setUri(java.lang.String string)
Sets the uri for the tld param string String - the uri for the tld
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

TldPathConfig

  1. public TldPathConfig(java.lang.String tldPath,
  2. java.lang.String uri,
  3. java.lang.String strContainsListenerDefs)

Method Detail

getAvailabilityConditionList

  1. public java.util.List getAvailabilityConditionList( )
Gets the conditions as to when this tld is made available. The condition can be the existence of a file within the web-inf directory or the existence of a servlet class.
Returns:
List - a list of availability conditions

getTldPath

  1. public java.lang.String getTldPath( )
Gets the relative path within the jar to the tld file
Returns:
String - the relative path within the jar

getUri

  1. public java.lang.String getUri( )
Gets the uri of the tld
Returns:
String - the uri of the tld

setUri

  1. public void setUri(java.lang.String string)
Sets the uri for the tld param string String - the uri for the tld

containsListenerDefs

  1. public boolean containsListenerDefs( )
Gets whether the tld contains any listener elements return boolean - if the tld file contains any listener elements