public class RewriteCond.LexicalCondition extends RewriteCond.Condition
Modifier and Type | Field and Description |
---|---|
String |
condition |
int |
type
-1: <
0: =
1: >
|
Constructor and Description |
---|
LexicalCondition() |
public int type
public String condition
public boolean evaluate(String value, Resolver resolver)
evaluate
in class RewriteCond.Condition
Copyright © 2016 JBoss by Red Hat. All rights reserved.