public class DispatcherUtil extends Object
Constructor and Description |
---|
DispatcherUtil() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
addAllMethods() |
static String |
concatValues(List<String> stringValues,
boolean spaceSeparated) |
static List<String> |
getAllResourceMethods(HttpService service) |
static List<String> |
getValueList(AnnAttrValue annAttrValue,
List<String> defaultVals) |
static boolean |
isMatchingMethodExist(HttpResource resourceInfo,
String method) |
static List<String> |
validateAllowMethods(List<String> cachedMethods) |
public static boolean isMatchingMethodExist(HttpResource resourceInfo, String method)
public static List<String> getValueList(AnnAttrValue annAttrValue, List<String> defaultVals)
public static List<String> getAllResourceMethods(HttpService service)
Copyright © 2018 WSO2. All rights reserved.