@Configurable public class IfServerName extends java.lang.Object implements RequestPredicate
Constructor and Description |
---|
IfServerName() |
Modifier and Type | Method and Description |
---|---|
void |
init() |
boolean |
isMatch(HttpServletRequest request) |
void |
setRegexp(java.util.regex.Pattern regexp) |
public void setRegexp(java.util.regex.Pattern regexp)
@PostConstruct public void init()
public boolean isMatch(HttpServletRequest request)
isMatch
in interface RequestPredicate