| Package | Description |
|---|---|
| org.glassfish.web.deployment.node.runtime.gf | |
| org.glassfish.web.deployment.runtime |
| Modifier and Type | Field and Description |
|---|---|
protected WebProperty |
WebPropertyNode.descriptor |
| Modifier and Type | Method and Description |
|---|---|
WebProperty |
WebPropertyNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
WebPropertyNode.writeDescriptor(Node parent,
String nodeName,
WebProperty property)
write the descriptor class to a DOM tree and return it
|
void |
WebPropertyNode.writeDescriptor(Node parent,
String nodeName,
WebProperty[] properties)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
WebProperty[] |
WebPropertyContainer.getWebProperty() |
WebProperty |
WebPropertyContainer.getWebProperty(int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
WebPropertyContainer.addWebProperty(WebProperty value) |
int |
WebPropertyContainer.removeWebProperty(WebProperty value) |
void |
WebPropertyContainer.setWebProperty(int index,
WebProperty value) |
void |
WebPropertyContainer.setWebProperty(WebProperty[] value) |
Copyright © 2017. All rights reserved.