Uses of Interface
com.sun.enterprise.deployment.web.ContextParameter
-
Packages that use ContextParameter Package Description com.sun.enterprise.deployment com.sun.enterprise.deployment.web org.glassfish.web.deployment.descriptor -
-
Uses of ContextParameter in com.sun.enterprise.deployment
Subinterfaces of ContextParameter in com.sun.enterprise.deployment Modifier and Type Interface Description interfaceResourceEnvReferenceClasses in com.sun.enterprise.deployment that implement ContextParameter Modifier and Type Class Description classConnectorConfigPropertyclassEjbReferenceDescriptorAn object representing a link to another ejb.classEntityManagerFactoryReferenceDescriptorAn object representing a component environment reference to an EntityManagerFactoryclassEntityManagerReferenceDescriptorAn object representing an component environment reference to an EntityManagerclassEnvironmentPropertyThe EnvironmentProperty class hold the data about a single environment entry for J2EE components.classMessageDestinationReferenceDescriptorAn object representing the use of a message destination in a J2EE component.classResourceEnvReferenceDescriptorI am an object representing a dependency on a resource environmentclassResourceReferenceDescriptorThis descriptor represents a dependency on a resource.classRoleReferenceSpecial kind of environment property that encapsulates the primitive roles as defined by the bean developer.classServiceReferenceDescriptorInformation about a Jakarta EE web service client.Methods in com.sun.enterprise.deployment that return types with arguments of type ContextParameter Modifier and Type Method Description abstract Enumeration<ContextParameter>WebBundleDescriptor. getContextParameters()abstract Set<ContextParameter>WebBundleDescriptor. getContextParametersSet()Methods in com.sun.enterprise.deployment with parameters of type ContextParameter Modifier and Type Method Description abstract voidWebBundleDescriptor. addContextParameter(ContextParameter contextParameter)abstract voidWebBundleDescriptor. removeContextParameter(ContextParameter contextParameter) -
Uses of ContextParameter in com.sun.enterprise.deployment.web
Subinterfaces of ContextParameter in com.sun.enterprise.deployment.web Modifier and Type Interface Description interfaceEjbReferenceSpecialization of ContextParameter that represents a link to an EJB.interfaceResourceReferenceObjects exhibiting this interface represent a specialization of a container property that is used for obtaining a database connection. -
Uses of ContextParameter in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type ContextParameter Modifier and Type Method Description Enumeration<ContextParameter>WebBundleDescriptorImpl. getContextParameters()Set<ContextParameter>WebBundleDescriptorImpl. getContextParametersSet()Methods in org.glassfish.web.deployment.descriptor with parameters of type ContextParameter Modifier and Type Method Description voidWebBundleDescriptorImpl. addContextParameter(ContextParameter contextParameter)Adds a new context parameter to my list.voidWebBundleDescriptorImpl. removeContextParameter(ContextParameter contextParameter)Removes the given context parameter from my list.
-