Uses of Enum Class
org.spincast.core.utils.ContentTypeDefaults
Packages that use ContentTypeDefaults
Package
Description
-
Uses of ContentTypeDefaults in org.spincast.core.controllers
Methods in org.spincast.core.controllers that return ContentTypeDefaultsModifier and TypeMethodDescriptionprotected ContentTypeDefaultsSpincastFrontController.getResponseContentTypeToUse(Object exchange) -
Uses of ContentTypeDefaults in org.spincast.core.exchange
Methods in org.spincast.core.exchange that return ContentTypeDefaultsModifier and TypeMethodDescriptionRequestRequestContextAddon.getContentTypeBestMatch()Finds the bestContent-Typeto use for a response using the"Accept"header of the request. -
Uses of ContentTypeDefaults in org.spincast.core.routing
Methods in org.spincast.core.routing with parameters of type ContentTypeDefaultsModifier and TypeMethodDescriptionRouteBuilder.accept(ContentTypeDefaults... acceptedContentTypes) Sets the acceptedContent-Types.Method parameters in org.spincast.core.routing with type arguments of type ContentTypeDefaultsModifier and TypeMethodDescriptionRouteBuilder.accept(Set<ContentTypeDefaults> acceptedContentTypes) Sets the acceptedContent-Types. -
Uses of ContentTypeDefaults in org.spincast.core.server
Methods in org.spincast.core.server that return ContentTypeDefaultsModifier and TypeMethodDescriptionServer.getContentTypeBestMatch(Object exchange) Gets the bestContent-Typeto use for the current request. -
Uses of ContentTypeDefaults in org.spincast.core.utils
Methods in org.spincast.core.utils that return ContentTypeDefaultsModifier and TypeMethodDescriptionstatic ContentTypeDefaultsContentTypeDefaults.fromString(String contentTypeString) static ContentTypeDefaultsReturns the enum constant of this class with the specified name.static ContentTypeDefaults[]ContentTypeDefaults.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ContentTypeDefaults in org.spincast.plugins.request
Methods in org.spincast.plugins.request that return ContentTypeDefaults -
Uses of ContentTypeDefaults in org.spincast.plugins.routing
Methods in org.spincast.plugins.routing with parameters of type ContentTypeDefaultsModifier and TypeMethodDescriptionRouteBuilderDefault.accept(ContentTypeDefaults... acceptedContentTypes) Method parameters in org.spincast.plugins.routing with type arguments of type ContentTypeDefaultsModifier and TypeMethodDescriptionRouteBuilderDefault.accept(Set<ContentTypeDefaults> acceptedContentTypes) -
Uses of ContentTypeDefaults in org.spincast.plugins.undertow
Methods in org.spincast.plugins.undertow that return ContentTypeDefaultsModifier and TypeMethodDescriptionSpincastUndertowServer.getContentTypeBestMatch(Object exchangeObj)