public class RequestProcessor extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
static String |
errorMessageForAbstractClass |
static String |
errorMessageForNotImplements |
static String |
infoMessageForCreatingClass |
| Constructor and Description |
|---|
RequestProcessor(Map<String,MatchOperator> operatorMap) |
| Modifier and Type | Method and Description |
|---|---|
CustomMatch |
generateHandler(String customMatcherHandler) |
boolean |
match(GovernanceRequestExtractor request,
Matcher matcher) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public static final String errorMessageForNotImplements
public static final String errorMessageForAbstractClass
public static final String infoMessageForCreatingClass
public RequestProcessor(Map<String,MatchOperator> operatorMap)
public boolean match(GovernanceRequestExtractor request, Matcher matcher)
public CustomMatch generateHandler(String customMatcherHandler)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.