Uses of Class
org.swisspush.gateleen.core.util.ExpansionDeltaUtil.SlashHandling
-
Packages that use ExpansionDeltaUtil.SlashHandling Package Description org.swisspush.gateleen.core.util -
-
Uses of ExpansionDeltaUtil.SlashHandling in org.swisspush.gateleen.core.util
Methods in org.swisspush.gateleen.core.util that return ExpansionDeltaUtil.SlashHandling Modifier and Type Method Description static ExpansionDeltaUtil.SlashHandlingExpansionDeltaUtil.SlashHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpansionDeltaUtil.SlashHandling[]ExpansionDeltaUtil.SlashHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.swisspush.gateleen.core.util with parameters of type ExpansionDeltaUtil.SlashHandling Modifier and Type Method Description static StringExpansionDeltaUtil. constructRequestUri(String path, io.vertx.core.MultiMap params, List<String> paramsToRemove, String subResource, ExpansionDeltaUtil.SlashHandling slashHandling)Constructs a Request based on the given path and the given params without the paramsToRemove
-