|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.jsp.taglib.config.TldPathConfig
public class TldPathConfig
This class is used in conjunction with a GlobalTagLibConfig and is used to provide specific path information for a tld file.
Constructor Summary | |
---|---|
TldPathConfig(java.lang.String tldPath,
java.lang.String uri,
java.lang.String strContainsListenerDefs)
|
Method Summary | |
---|---|
boolean |
containsListenerDefs()
Gets whether the tld contains any listener elements return boolean - if the tld file contains any listener elements |
java.util.List |
getAvailabilityConditionList()
Gets the conditions as to when this tld is made available. |
java.lang.String |
getTldPath()
Gets the relative path within the jar to the tld file |
java.lang.String |
getUri()
Gets the uri of the tld |
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 |
---|
public TldPathConfig(java.lang.String tldPath, java.lang.String uri, java.lang.String strContainsListenerDefs)
Method Detail |
---|
public java.util.List getAvailabilityConditionList()
public java.lang.String getTldPath()
public java.lang.String getUri()
public void setUri(java.lang.String string)
public boolean containsListenerDefs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |