Uses of Enum Class
eu.webtoolkit.jwt.servlet.WebRequest.ResponseType
Packages that use WebRequest.ResponseType
-
Uses of WebRequest.ResponseType in eu.webtoolkit.jwt.servlet
Methods in eu.webtoolkit.jwt.servlet that return WebRequest.ResponseTypeModifier and TypeMethodDescriptionWebResponse.getResponseType()Returns the response type.static WebRequest.ResponseTypeReturns the enum constant of this class with the specified name.static WebRequest.ResponseType[]WebRequest.ResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt.servlet with parameters of type WebRequest.ResponseTypeModifier and TypeMethodDescriptionvoidWebResponse.setResponseType(WebRequest.ResponseType responseType) Sets the response type.