Uses of Class
org.glassfish.web.deployment.descriptor.ErrorPageDescriptor
-
Packages that use ErrorPageDescriptor Package Description com.sun.enterprise.web.deploy org.glassfish.web.deployment.descriptor org.glassfish.web.deployment.node -
-
Uses of ErrorPageDescriptor in com.sun.enterprise.web.deploy
Constructors in com.sun.enterprise.web.deploy with parameters of type ErrorPageDescriptor Constructor Description ErrorPageDecorator(ErrorPageDescriptor decoree) -
Uses of ErrorPageDescriptor in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return ErrorPageDescriptor Modifier and Type Method Description ErrorPageDescriptorWebBundleDescriptorImpl. getErrorPageDescriptorBySignifier(String signifier)Search my error pages for one with thei given signifier or null if there isn't one.Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type ErrorPageDescriptor Modifier and Type Method Description Enumeration<ErrorPageDescriptor>WebBundleDescriptorImpl. getErrorPageDescriptors()Returns an enumeration of the error pages I have.Set<ErrorPageDescriptor>WebBundleDescriptorImpl. getErrorPageDescriptorsSet()Methods in org.glassfish.web.deployment.descriptor with parameters of type ErrorPageDescriptor Modifier and Type Method Description voidWebBundleDescriptorImpl. addErrorPageDescriptor(ErrorPageDescriptor errorPageDescriptor)Adds a new error page to my list.voidWebBundleDescriptorImpl. removeErrorPageDescriptor(ErrorPageDescriptor errorPageDescriptor)Removes the given error page from my list. -
Uses of ErrorPageDescriptor in org.glassfish.web.deployment.node
Fields in org.glassfish.web.deployment.node declared as ErrorPageDescriptor Modifier and Type Field Description protected ErrorPageDescriptorErrorPageNode. descriptorMethods in org.glassfish.web.deployment.node that return ErrorPageDescriptor Modifier and Type Method Description ErrorPageDescriptorErrorPageNode. getDescriptor()Methods in org.glassfish.web.deployment.node with parameters of type ErrorPageDescriptor Modifier and Type Method Description NodeErrorPageNode. writeDescriptor(Node parent, String nodeName, ErrorPageDescriptor descriptor)write the descriptor class to a DOM tree and return it
-