Uses of Interface
com.sun.enterprise.deployment.web.WebDescriptor
-
Packages that use WebDescriptor Package Description com.sun.enterprise.deployment com.sun.enterprise.deployment.web org.glassfish.web.deployment.descriptor -
-
Uses of WebDescriptor in com.sun.enterprise.deployment
Classes in com.sun.enterprise.deployment that implement WebDescriptor 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.classSecurityRoleDescriptorI am an abstract role..classServiceReferenceDescriptorInformation about a Jakarta EE web service client. -
Uses of WebDescriptor in com.sun.enterprise.deployment.web
Subinterfaces of WebDescriptor in com.sun.enterprise.deployment.web Modifier and Type Interface Description interfaceAuthorizationConstraintThis is the descriptor for the authorization constraint element in the DTD.interfaceSecurityRoleObjects exhibiting this interface represent an abstract user or group that may access the web application.interfaceWebResourceCollectionThis interface represents the API to an object which represents the information about a web resource collection. -
Uses of WebDescriptor in org.glassfish.web.deployment.descriptor
Classes in org.glassfish.web.deployment.descriptor that implement WebDescriptor Modifier and Type Class Description classAuthorizationConstraintImplThis descriptor represents an authorization constraint on a security constraint in a web application.classWebResourceCollectionImplThis descriptor represents a description of a portion of a web app in terms of a collection of url patterns and a collection of http methods on this patterns.
-