Package org.glassfish.api.web
Interface TldProvider
-
@Contract public interface TldProviderThe TldProvider provides an interface to get jar URL with tlds and corresponding tld entries.- Author:
- Shing Wai Chan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name of this TldProviderMap<URI,List<String>>getTldListenerMap()Gets a mapping from JAR files to their TLD resources that are known to contain listener declarationsMap<URI,List<String>>getTldMap()Gets a mapping from JAR files to their TLD resources.
-
-
-
Method Detail
-
getName
String getName()
Gets the name of this TldProvider
-
-