Modifier and Type | Method and Description |
---|---|
IdempotentUrlPattern |
SunWebApp.getIdempotentUrlPattern(int index) |
IdempotentUrlPattern[] |
SunWebApp.getIdempotentUrlPatterns() |
Modifier and Type | Method and Description |
---|---|
int |
SunWebApp.addIdempotentUrlPattern(IdempotentUrlPattern value) |
int |
SunWebApp.removeIdempotentUrlPattern(IdempotentUrlPattern value) |
void |
SunWebApp.setIdempotentUrlPattern(int index,
IdempotentUrlPattern value) |
void |
SunWebApp.setIdempotentUrlPatterns(IdempotentUrlPattern[] value) |
Constructor and Description |
---|
IdempotentUrlPatternReaderImpl(IdempotentUrlPattern pattern)
Constructor for Idempotent url pattern
|
Modifier and Type | Field and Description |
---|---|
protected IdempotentUrlPattern |
IdempotentUrlPatternNode.descriptor |
Modifier and Type | Method and Description |
---|---|
IdempotentUrlPattern |
IdempotentUrlPatternNode.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
Node |
IdempotentUrlPatternNode.writeDescriptor(Node parent,
String nodeName,
IdempotentUrlPattern pattern)
write the descriptor class to a DOM tree and return it
|
Modifier and Type | Method and Description |
---|---|
IdempotentUrlPattern |
SunWebAppImpl.getIdempotentUrlPattern(int index) |
IdempotentUrlPattern[] |
SunWebAppImpl.getIdempotentUrlPatterns() |
Modifier and Type | Method and Description |
---|---|
int |
SunWebAppImpl.addIdempotentUrlPattern(IdempotentUrlPattern value) |
int |
SunWebAppImpl.removeIdempotentUrlPattern(IdempotentUrlPattern value) |
void |
SunWebAppImpl.setIdempotentUrlPattern(int index,
IdempotentUrlPattern value) |
void |
SunWebAppImpl.setIdempotentUrlPatterns(IdempotentUrlPattern[] value) |
Copyright © 2019. All rights reserved.