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.
|
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.
|
public void addTaglibUri(String uri)
public boolean isKnownTaglibUri(String uri)
public boolean isKnownWebxmlTaglibUri(String uri)
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 occurredCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.