@Contract
public interface TldProvider
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of this TldProvider
|
Map<URI,List<String>> |
getTldListenerMap()
Gets a mapping from JAR files to their TLD resources
that are known to contain listener declarations
|
Map<URI,List<String>> |
getTldMap()
Gets a mapping from JAR files to their TLD resources.
|
String getName()
Copyright © 2018. All rights reserved.