| Package | Description |
|---|---|
| org.exoplatform.web.controller.regexp | |
| org.exoplatform.web.controller.router |
| Modifier and Type | Class and Description |
|---|---|
protected class |
RENode.NonNullableRef<N extends RENode> |
protected class |
RENode.NullableRef<N extends RENode> |
protected class |
RENode.Ref<N extends RENode> |
| Modifier and Type | Class and Description |
|---|---|
static class |
RENode.Alternative |
static class |
RENode.Any |
static class |
RENode.Assertion |
static class |
RENode.Assertion.Begin |
static class |
RENode.Assertion.End |
static class |
RENode.Atom |
static class |
RENode.Char |
static class |
RENode.CharacterClass |
static class |
RENode.CharacterClassExpr |
static class |
RENode.CharacterClassExpr.And |
static class |
RENode.CharacterClassExpr.Char |
static class |
RENode.CharacterClassExpr.Not |
static class |
RENode.CharacterClassExpr.Or |
static class |
RENode.CharacterClassExpr.Range |
static class |
RENode.Disjunction |
static class |
RENode.Expr |
static class |
RENode.Group |
| Modifier and Type | Method and Description |
|---|---|
RENode |
RENode.getParent() |
RENode |
RENode.getRoot() |
RENode |
REParser.parse() |
RENode |
RENode.replaceBy(RENode that) |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Appendable> |
RERenderer.render(RENode re,
A appendable) |
protected N |
RENode.Ref.replace(RENode that) |
RENode |
RENode.replaceBy(RENode that) |
| Constructor and Description |
|---|
NonNullableRef(RENode parent,
Class<N> type,
N node) |
NullableRef(RENode parent,
Class<N> type) |
NullableRef(RENode parent,
Class<N> type,
N node) |
Ref(RENode parent,
Class<N> type) |
| Modifier and Type | Method and Description |
|---|---|
List<org.exoplatform.web.controller.router.ValueResolverFactory.Alternative> |
ValueResolverFactory.foo(RENode root) |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.