Uses of Enum Class
dev.relism.flash.http.ContentType
Packages that use ContentType
-
Uses of ContentType in dev.relism.flash.ext.view.core
Methods in dev.relism.flash.ext.view.core that return ContentTypeModifier and TypeMethodDescriptionRenderedView.contentType()Returns the value of thecontentTyperecord component.Constructors in dev.relism.flash.ext.view.core with parameters of type ContentTypeModifierConstructorDescriptionRenderedView(String body, ContentType contentType) Creates an instance of aRenderedViewrecord class. -
Uses of ContentType in dev.relism.flash.http
Methods in dev.relism.flash.http that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeReturns the enum constant of this class with the specified name.static ContentType[]ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ContentType in dev.relism.flash.models
Methods in dev.relism.flash.models with parameters of type ContentTypeConstructors in dev.relism.flash.models with parameters of type ContentTypeModifierConstructorDescriptionResponse(int statusCode, byte[] body, ContentType contentType) Response(int statusCode, ContentType contentType) Response(int statusCode, String text, ContentType contentType)