public final class TldConfig extends Object implements LifecycleListener
| Constructor and Description | 
|---|
| TldConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addApplicationListener(String s) | 
| void | addTaglibUri(String uri)Adds a taglib URI to the list of known URIs. | 
| void | execute()Scan for and configure all tag library descriptors found in this
 web application. | 
| Context | getContext()Deprecated. 
 Unused - will be removed in 8.0.x | 
| String[] | getTldListeners() | 
| boolean | isKnownTaglibUri(String uri)Determines if the provided URI is a known taglib URI. | 
| boolean | isKnownWebxmlTaglibUri(String uri)Determines if the provided URI is a known taglib URI. | 
| void | lifecycleEvent(LifecycleEvent event)Acknowledge the occurrence of the specified event. | 
| void | setContext(Context context)Deprecated. 
 Unused - will be removed in 8.0.x | 
| static void | setNoTldJars(String jarNames)Sets the list of JARs that are known not to contain any TLDs. | 
public static void setNoTldJars(String jarNames)
jarNames - List of comma-separated names of JAR files that are
 known not to contain any TLDs.public void addTaglibUri(String uri)
public boolean isKnownTaglibUri(String uri)
public boolean isKnownWebxmlTaglibUri(String uri)
@Deprecated public Context getContext()
@Deprecated public void setContext(Context context)
public void addApplicationListener(String s)
public String[] getTldListeners()
public void execute()
noTldJars class variable, which contains the names of
 JARs that are known not to contain any TLDs.public void lifecycleEvent(LifecycleEvent event)
LifecycleListenerlifecycleEvent in interface LifecycleListenerevent - LifecycleEvent that has occurredCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.