Uses of Class
org.htmlunit.csp.value.MediaType
-
Packages that use MediaType Package Description org.htmlunit.csp Content Security Policy.org.htmlunit.csp.directive Content Security Policy directives.org.htmlunit.csp.value Content Security Policy values. -
-
Uses of MediaType in org.htmlunit.csp
Method parameters in org.htmlunit.csp with type arguments of type MediaType Modifier and Type Method Description boolean
Policy. allowsPlugin(java.util.Optional<MediaType> mediaType)
-
Uses of MediaType in org.htmlunit.csp.directive
Fields in org.htmlunit.csp.directive with type parameters of type MediaType Modifier and Type Field Description private java.util.List<MediaType>
PluginTypesDirective. mediaTypes_
Methods in org.htmlunit.csp.directive that return types with arguments of type MediaType Modifier and Type Method Description java.util.List<MediaType>
PluginTypesDirective. getMediaTypes()
Methods in org.htmlunit.csp.directive with parameters of type MediaType Modifier and Type Method Description private boolean
PluginTypesDirective. addMediaType(MediaType type, int index, Directive.DirectiveErrorConsumer errors)
-
Uses of MediaType in org.htmlunit.csp.value
Methods in org.htmlunit.csp.value that return types with arguments of type MediaType Modifier and Type Method Description static java.util.Optional<MediaType>
MediaType. parseMediaType(java.lang.String value)
-