Uses of Class
org.glassfish.web.deployment.descriptor.WebBundleDescriptorImpl
-
-
Uses of WebBundleDescriptorImpl in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return WebBundleDescriptorImpl Modifier and Type Method Description WebBundleDescriptorImplWebApplication. getDescriptor()Returns the deployment descriptor associated with this applicationWebBundleDescriptorImplWebModuleConfig. getDescriptor()Return the object representation of the deployment descriptor specified for the web application.WebBundleDescriptorImplWebModuleContextConfig. getDescriptor()Return the WebBundleDescriptorMethods in com.sun.enterprise.web with parameters of type WebBundleDescriptorImpl Modifier and Type Method Description protected static voidTomcatDeploymentConfig. configureApplicationListener(WebModule webModule, WebBundleDescriptorImpl wmd)Configure context initialization parameter that is configured in the server configuration file, rather than the application deployment descriptor.protected static voidTomcatDeploymentConfig. configureContextEnvironment(WebModule webModule, WebBundleDescriptorImpl wmd)Configure application environment entry, as represented by an<env-entry>element in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureContextParam(WebModule webModule, WebBundleDescriptorImpl wmd)Configure context parameter defined in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureContextResource(WebModule webModule, WebBundleDescriptorImpl wmd)Configure a resource reference for a web application, as represented in a<resource-ref>element in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureEjbReference(WebModule webModule, WebBundleDescriptorImpl wmd)Configures EJB resource reference for a web application, as represented in a<ejb-ref>and<ejb-local-ref>element in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureErrorPage(WebModule webModule, WebBundleDescriptorImpl wmd)Configure error page element for a web application, as represented by a<error-page>element in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureFilterDef(WebModule webModule, WebBundleDescriptorImpl wmd)Configure filter definition for a web application, as represented by a<filter>element in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureFilterMap(WebModule webModule, WebBundleDescriptorImpl wmd)Configure filter mapping for a web application, as represented by a<filter-mapping>element in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureJspConfig(WebModule webModule, WebBundleDescriptorImpl wmd)Configurejsp-configelement contained in the deployment descriptorprotected static voidTomcatDeploymentConfig. configureLoginConfig(WebModule webModule, WebBundleDescriptorImpl wmd)Configure a login configuration element for a web application, as represented by a<login-config>element in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureMessageDestination(WebModule webModule, WebBundleDescriptorImpl wmd)Configure of a message destination for a web application, as represented in a<message-destination>element in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureMessageDestinationRef(WebModule webModule, WebBundleDescriptorImpl wmd)Representation of a message destination reference for a web application, as represented by a<message-destination-ref>element in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureMimeMapping(WebModule webModule, WebBundleDescriptorImpl wmd)Configure mime-mapping defined in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureResourceRef(WebModule webModule, WebBundleDescriptorImpl wmd)Configure resource-reference defined in the deployment descriptor.protected static voidTomcatDeploymentConfig. configureSecurityRoles(WebModule webModule, WebBundleDescriptorImpl wmd)Validate the usage of security role names in the web application deployment descriptor.protected static voidTomcatDeploymentConfig. configureStandardContext(WebModule webModule, WebBundleDescriptorImpl wmd)Configure theWebModuleinstance by creatingStandardWrapperusing the information contained in the deployment descriptor (Welcome Files, JSP, Servlets etc.)static voidTomcatDeploymentConfig. configureWebModule(WebModule webModule, WebBundleDescriptorImpl webModuleDescriptor)Configure aWebModuleby applying web.xml information contained inWebBundleDescriptor.voidWebModuleConfig. setDescriptor(WebBundleDescriptorImpl wbd)Set the deployment descriptor object describing the contents of the web application.voidWebModuleContextConfig. setDescriptor(WebBundleDescriptorImpl wbd)Set the DOL object associated with this class. -
Uses of WebBundleDescriptorImpl in org.glassfish.web.deployment.archivist
Methods in org.glassfish.web.deployment.archivist that return WebBundleDescriptorImpl Modifier and Type Method Description WebBundleDescriptorImplWebArchivist. getDefaultBundleDescriptor()WebBundleDescriptorImplWebArchivist. getDefaultWebXmlBundleDescriptor()Methods in org.glassfish.web.deployment.archivist that return types with arguments of type WebBundleDescriptorImpl Modifier and Type Method Description DeploymentDescriptorFile<WebBundleDescriptorImpl>WebArchivist. getStandardDDFile()Methods in org.glassfish.web.deployment.archivist with parameters of type WebBundleDescriptorImpl Modifier and Type Method Description protected voidWebArchivist. postAnnotationProcess(WebBundleDescriptorImpl descriptor, ReadableArchive archive)protected voidWebArchivist. postOpen(WebBundleDescriptorImpl descriptor, ReadableArchive archive)perform any post deployment descriptor reading actionprotected voidWebArchivist. postStandardDDsRead(WebBundleDescriptorImpl descriptor, ReadableArchive archive, Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)After reading all the standard deployment descriptors, merge any resource descriptors from EJB descriptors into the WebBundleDescriptor. -
Uses of WebBundleDescriptorImpl in org.glassfish.web.deployment.descriptor
Subclasses of WebBundleDescriptorImpl in org.glassfish.web.deployment.descriptor Modifier and Type Class Description classWebFragmentDescriptorI am an object that represents all the deployment information about a web fragment. -
Uses of WebBundleDescriptorImpl in org.glassfish.web.deployment.io
Methods in org.glassfish.web.deployment.io that return types with arguments of type WebBundleDescriptorImpl Modifier and Type Method Description RootXMLNode<WebBundleDescriptorImpl>WebDeploymentDescriptorFile. getRootXMLNode(WebBundleDescriptorImpl descriptor)Methods in org.glassfish.web.deployment.io with parameters of type WebBundleDescriptorImpl Modifier and Type Method Description RootXMLNode<WebBundleDescriptorImpl>WebDeploymentDescriptorFile. getRootXMLNode(WebBundleDescriptorImpl descriptor) -
Uses of WebBundleDescriptorImpl in org.glassfish.web.deployment.node
Classes in org.glassfish.web.deployment.node with type parameters of type WebBundleDescriptorImpl Modifier and Type Class Description classWebCommonNode<T extends WebBundleDescriptorImpl>This node is responsible for handling the web-common xml treeFields in org.glassfish.web.deployment.node declared as WebBundleDescriptorImpl Modifier and Type Field Description protected TWebCommonNode. descriptorMethods in org.glassfish.web.deployment.node that return WebBundleDescriptorImpl Modifier and Type Method Description WebBundleDescriptorImplWebBundleNode. getDescriptor()Methods in org.glassfish.web.deployment.node with parameters of type WebBundleDescriptorImpl Modifier and Type Method Description NodeWebBundleNode. writeDescriptor(Node parent, WebBundleDescriptorImpl webBundleDesc)write the descriptor class to a DOM tree and return it -
Uses of WebBundleDescriptorImpl in org.glassfish.web.deployment.node.runtime.gf
Methods in org.glassfish.web.deployment.node.runtime.gf with parameters of type WebBundleDescriptorImpl Modifier and Type Method Description NodeWebBundleRuntimeNode. writeDescriptor(Node parent, WebBundleDescriptorImpl bundleDescriptor)write the descriptor class to a DOM tree and return itConstructors in org.glassfish.web.deployment.node.runtime.gf with parameters of type WebBundleDescriptorImpl Constructor Description GFWebBundleRuntimeNode(WebBundleDescriptorImpl descriptor)Creates new GFWebBundleRuntimeNodePayaraWebBundleRuntimeNode(WebBundleDescriptorImpl descriptor)WebBundleRuntimeNode(WebBundleDescriptorImpl descriptor)Creates new WebBundleRuntimeNode
-