Uses of Class
org.htmlunit.PluginConfiguration.MimeType
-
Packages that use PluginConfiguration.MimeType Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of PluginConfiguration.MimeType in org.htmlunit
Fields in org.htmlunit with type parameters of type PluginConfiguration.MimeType Modifier and Type Field Description private java.util.Set<PluginConfiguration.MimeType>
PluginConfiguration. mimeTypes_
Methods in org.htmlunit that return types with arguments of type PluginConfiguration.MimeType Modifier and Type Method Description java.util.Set<PluginConfiguration.MimeType>
PluginConfiguration. getMimeTypes()
Gets the associated mime types.
-