Uses of Class
org.glassfish.web.deployment.descriptor.WebFragmentDescriptor
-
Packages that use WebFragmentDescriptor Package Description org.glassfish.web.deployment.descriptor org.glassfish.web.deployment.io org.glassfish.web.deployment.node -
-
Uses of WebFragmentDescriptor in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type WebFragmentDescriptor Modifier and Type Method Description List<WebFragmentDescriptor>AbsoluteOrderingDescriptor. order(List<WebFragmentDescriptor> wfs)This method return the WebFragmentDescriptor in absolute order.Method parameters in org.glassfish.web.deployment.descriptor with type arguments of type WebFragmentDescriptor Modifier and Type Method Description List<WebFragmentDescriptor>AbsoluteOrderingDescriptor. order(List<WebFragmentDescriptor> wfs)This method return the WebFragmentDescriptor in absolute order.static voidOrderingDescriptor. sort(List<WebFragmentDescriptor> wfs) -
Uses of WebFragmentDescriptor in org.glassfish.web.deployment.io
Methods in org.glassfish.web.deployment.io that return types with arguments of type WebFragmentDescriptor Modifier and Type Method Description RootXMLNode<WebFragmentDescriptor>WebFragmentDeploymentDescriptorFile. getRootXMLNode(WebFragmentDescriptor descriptor)Methods in org.glassfish.web.deployment.io with parameters of type WebFragmentDescriptor Modifier and Type Method Description RootXMLNode<WebFragmentDescriptor>WebFragmentDeploymentDescriptorFile. getRootXMLNode(WebFragmentDescriptor descriptor) -
Uses of WebFragmentDescriptor in org.glassfish.web.deployment.node
Methods in org.glassfish.web.deployment.node that return WebFragmentDescriptor Modifier and Type Method Description WebFragmentDescriptorWebFragmentNode. getDescriptor()Methods in org.glassfish.web.deployment.node with parameters of type WebFragmentDescriptor Modifier and Type Method Description NodeWebFragmentNode. writeDescriptor(Node parent, WebFragmentDescriptor webFragmentDesc)Write the descriptor class to a DOM tree and return it
-