| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| org.glassfish.web.deployment.node.runtime.gf | |
| org.glassfish.web.deployment.runtime |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebModule.addValve(Valve valveDescriptor)
Constructs a Valve from the given valveDescriptor
and adds it to the Pipeline of this WebModule.
|
| Modifier and Type | Field and Description |
|---|---|
protected Valve |
ValveNode.descriptor |
| Modifier and Type | Method and Description |
|---|---|
Valve |
ValveNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
ValveNode.writeDescriptor(Node parent,
String nodeName,
Valve descriptor)
Writes the descriptor class to a DOM tree and returns it
|
void |
ValveNode.writeDescriptor(Node parent,
String nodeName,
Valve[] valves)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
Valve[] |
SunWebAppImpl.getValve() |
Valve |
SunWebAppImpl.getValve(int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
SunWebAppImpl.addValve(Valve value) |
int |
SunWebAppImpl.removeValve(Valve value) |
void |
SunWebAppImpl.setValve(int index,
Valve value) |
void |
SunWebAppImpl.setValve(Valve[] value) |
Copyright © 2019. All rights reserved.