Uses of Class
com.shapesecurity.salvation2.Values.MediaType
-
Packages that use MediaType Package Description com.shapesecurity.salvation2 com.shapesecurity.salvation2.Directives com.shapesecurity.salvation2.Values -
-
Uses of MediaType in com.shapesecurity.salvation2
Method parameters in com.shapesecurity.salvation2 with type arguments of type MediaType Modifier and Type Method Description boolean
Policy. allowsPlugin(java.util.Optional<MediaType> mediaType)
-
Uses of MediaType in com.shapesecurity.salvation2.Directives
Fields in com.shapesecurity.salvation2.Directives with type parameters of type MediaType Modifier and Type Field Description private java.util.List<MediaType>
PluginTypesDirective. mediaTypes
Methods in com.shapesecurity.salvation2.Directives that return types with arguments of type MediaType Modifier and Type Method Description java.util.List<MediaType>
PluginTypesDirective. getMediaTypes()
Methods in com.shapesecurity.salvation2.Directives with parameters of type MediaType Modifier and Type Method Description private boolean
PluginTypesDirective. _addMediaType(MediaType type, int index, Directive.DirectiveErrorConsumer errors)
void
PluginTypesDirective. addMediaType(MediaType type, Directive.ManipulationErrorConsumer errors)
boolean
PluginTypesDirective. removeMediaType(MediaType type)
-
Uses of MediaType in com.shapesecurity.salvation2.Values
Methods in com.shapesecurity.salvation2.Values that return types with arguments of type MediaType Modifier and Type Method Description static java.util.Optional<MediaType>
MediaType. parseMediaType(java.lang.String value)
-