Uses of Class
com.sun.enterprise.deployment.util.ComponentValidator
-
Packages that use ComponentValidator Package Description com.sun.enterprise.deployment.util org.glassfish.ejb.deployment.util org.glassfish.web.deployment.util -
-
Uses of ComponentValidator in com.sun.enterprise.deployment.util
Subclasses of ComponentValidator in com.sun.enterprise.deployment.util Modifier and Type Class Description classAppClientValidatorThis class validates an application client descriptorclassApplicationValidatorThis class is responsible for validating the loaded DOL classes and transform some of the raw XML information into refined values used by the DOL runtimeclassConnectorValidatorThis class validates a connector descriptor -
Uses of ComponentValidator in org.glassfish.ejb.deployment.util
Subclasses of ComponentValidator in org.glassfish.ejb.deployment.util Modifier and Type Class Description classEjbBundleValidatorThis class validates a EJB Bundle descriptor once loaded from an .jar file -
Uses of ComponentValidator in org.glassfish.web.deployment.util
Subclasses of ComponentValidator in org.glassfish.web.deployment.util Modifier and Type Class Description classWebBundleValidatorThis class validates the part of the web bundle descriptorclassWebValidatorWithCLThis class validates the part of the web bundle descriptor that requires classloaderclassWebValidatorWithoutCLThis class validates the part of the web bundle descriptor that does not require classloader
-