static EResponseStreamType |
ResponseHelper.getBestSuitableOutputStreamType(jakarta.servlet.http.HttpServletRequest aHttpRequest) |
Determine the best suitable output stream type for the given request
without actually modifying response data.
|
static EResponseStreamType |
EResponseStreamType.getFromIDOrNull(String sID) |
|
static EResponseStreamType |
EResponseStreamType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EResponseStreamType[] |
EResponseStreamType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|