|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.startup.TldConfig
public final class TldConfig
Startup event listener for a Context that configures application listeners configured in any TLD files.
Constructor Summary | |
---|---|
TldConfig()
|
Method Summary | |
---|---|
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()
|
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)
|
static void |
setNoTldJars(String jarNames)
Sets the list of JARs that are known not to contain any TLDs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TldConfig()
Method Detail |
---|
public void addTaglibUri(String uri)
public boolean isKnownTaglibUri(String uri)
public boolean isKnownWebxmlTaglibUri(String uri)
public static void setNoTldJars(String jarNames)
jarNames
- List of comma-separated names of JAR files that are
known not to contain any TLDs.public Context getContext()
public void setContext(Context context)
public void addApplicationListener(String s)
public String[] getTldListeners()
public void execute()
public void lifecycleEvent(LifecycleEvent event)
LifecycleListener
lifecycleEvent
in interface LifecycleListener
event
- LifecycleEvent that has occurred
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |