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(Optional<MediaType> mediaType) -
Uses of MediaType in com.shapesecurity.salvation2.Directives
Methods in com.shapesecurity.salvation2.Directives that return types with arguments of type MediaType Modifier and Type Method Description List<MediaType>PluginTypesDirective. getMediaTypes()Methods in com.shapesecurity.salvation2.Directives with parameters of type MediaType Modifier and Type Method Description 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 Optional<MediaType>MediaType. parseMediaType(String value)
-