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 booleanPolicy. 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. mediaTypesMethods 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 booleanPluginTypesDirective. _addMediaType(MediaType type, int index, Directive.DirectiveErrorConsumer errors)voidPluginTypesDirective. addMediaType(MediaType type, Directive.ManipulationErrorConsumer errors)booleanPluginTypesDirective. 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)
-