public static class RewriteCond.ResourceCondition extends RewriteCond.Condition
| Modifier and Type | Field | Description |
|---|---|---|
int |
type |
0: -d (is directory ?)
1: -f (is regular file ?)
2: -s (is regular file with size ?)
|
| Constructor | Description |
|---|---|
ResourceCondition() |
public int type
public boolean evaluate(String value, Resolver resolver)
evaluate in class RewriteCond.ConditionCopyright © 2018. All rights reserved.