public class HttpUtils extends Object
Constructor and Description |
---|
HttpUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getCommandIssuedBy(javax.servlet.http.HttpServletRequest request) |
static String |
getExtendedCommandIssuedBy(javax.servlet.http.HttpServletRequest request) |
static String |
getExtendedCommandIssuedBy(javax.servlet.http.HttpServletRequest request,
List<String> secLogParamNames) |
static String |
getExtendedCommandIssuedBy(javax.servlet.http.HttpServletRequest request,
List<String> secLogParamNames,
String message) |
static String |
urlDecode(String input) |
public static String getCommandIssuedBy(javax.servlet.http.HttpServletRequest request)
public static String getExtendedCommandIssuedBy(javax.servlet.http.HttpServletRequest request)
public static String getExtendedCommandIssuedBy(javax.servlet.http.HttpServletRequest request, List<String> secLogParamNames)
public static String getExtendedCommandIssuedBy(javax.servlet.http.HttpServletRequest request, List<String> secLogParamNames, String message)
Copyright © 2023 Frank!Framework. All rights reserved.