| Package | Description |
|---|---|
| com.sun.enterprise.web.deploy | |
| org.glassfish.web.deployment.descriptor | |
| org.glassfish.web.deployment.node |
| Constructor and Description |
|---|
ErrorPageDecorator(ErrorPageDescriptor decoree) |
| Modifier and Type | Method and Description |
|---|---|
ErrorPageDescriptor |
WebBundleDescriptorImpl.getErrorPageDescriptorBySignifier(String signifier)
Search my error pages for one with thei given signifier or null if there isn't one.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ErrorPageDescriptor> |
WebBundleDescriptorImpl.getErrorPageDescriptors()
Returns an enumeration of the error pages I have.
|
Set<ErrorPageDescriptor> |
WebBundleDescriptorImpl.getErrorPageDescriptorsSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleDescriptorImpl.addErrorPageDescriptor(ErrorPageDescriptor errorPageDescriptor)
Adds a new error page to my list.
|
void |
WebBundleDescriptorImpl.removeErrorPageDescriptor(ErrorPageDescriptor errorPageDescriptor)
Removes the given error page from my list.
|
| Modifier and Type | Field and Description |
|---|---|
protected ErrorPageDescriptor |
ErrorPageNode.descriptor |
| Modifier and Type | Method and Description |
|---|---|
ErrorPageDescriptor |
ErrorPageNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
ErrorPageNode.writeDescriptor(Node parent,
String nodeName,
ErrorPageDescriptor descriptor)
write the descriptor class to a DOM tree and return it
|
Copyright © 2019. All rights reserved.