org.apache.catalina.startup
public final class TldConfig extends Object implements LifecycleListener
Method Summary | |
---|---|
void | addApplicationListener(String s) |
void | execute()
Scan for and configure all tag library descriptors found in this
web application.
|
Context | getContext() |
String[] | getTldListeners() |
boolean | isRescan() |
void | lifecycleEvent(LifecycleEvent event) |
void | setContext(Context context) |
static void | setNoTldJars(String jarNames)
Sets the list of JARs that are known not to contain any TLDs.
|
void | setRescan(boolean rescan) |
Throws: Exception if a fatal input/output or parsing error occurs
Parameters: jarNames List of comma-separated names of JAR files that are known not to contain any TLDs