Class TagPluginParser
java.lang.Object
org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
Parser for Tag Plugin descriptors.
-
Constructor Summary
ConstructorsConstructorDescriptionTagPluginParser(ServletContext context, boolean blockExternal) Creates a new TagPluginParser. -
Method Summary
-
Constructor Details
-
TagPluginParser
Creates a new TagPluginParser.- Parameters:
context- the servlet contextblockExternal- whether to block external entities
-
-
Method Details
-
parse
Parses a tag plugin descriptor from the given URL.- Parameters:
url- the URL of the descriptor file- Throws:
IOException- if an I/O error occursSAXException- if a parsing error occurs
-
addPlugin
-
getPlugins
-