Uses of Enum Class
org.eclipse.jetty.ee10.servlet.ServletContextResponse.OutputType
Packages that use ServletContextResponse.OutputType
-
Uses of ServletContextResponse.OutputType in org.eclipse.jetty.ee10.servlet
Subclasses with type arguments of type ServletContextResponse.OutputType in org.eclipse.jetty.ee10.servletMethods in org.eclipse.jetty.ee10.servlet that return ServletContextResponse.OutputTypeModifier and TypeMethodDescriptionServletContextHandler.ServletResponseInfo.getOutputType()ServletContextResponse.getOutputType()Returns the enum constant of this class with the specified name.static ServletContextResponse.OutputType[]ServletContextResponse.OutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.ee10.servlet with parameters of type ServletContextResponse.OutputTypeModifier and TypeMethodDescriptionvoidServletContextHandler.ServletResponseInfo.setOutputType(ServletContextResponse.OutputType outputType) voidServletContextResponse.setOutputType(ServletContextResponse.OutputType outputType)