Uses of Interface
com.sun.enterprise.deployment.util.ApplicationVisitor
-
Packages that use ApplicationVisitor Package Description com.sun.enterprise.deployment.util org.glassfish.ejb.deployment.util org.glassfish.javaee.core.deployment org.glassfish.web.deployment.util -
-
Uses of ApplicationVisitor in com.sun.enterprise.deployment.util
Classes in com.sun.enterprise.deployment.util that implement ApplicationVisitor Modifier and Type Class Description classAppClientTracerVisitorclassAppClientValidatorThis 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 runtimeclassTracerVisitor -
Uses of ApplicationVisitor in org.glassfish.ejb.deployment.util
Classes in org.glassfish.ejb.deployment.util that implement ApplicationVisitor Modifier and Type Class Description classEjbBundleTracerVisitor -
Uses of ApplicationVisitor in org.glassfish.javaee.core.deployment
Fields in org.glassfish.javaee.core.deployment declared as ApplicationVisitor Modifier and Type Field Description protected ApplicationVisitorJavaEEDeployer. undeploymentVisitor -
Uses of ApplicationVisitor in org.glassfish.web.deployment.util
Classes in org.glassfish.web.deployment.util that implement ApplicationVisitor Modifier and Type Class Description classWebBundleTracerVisitorclassWebBundleValidatorThis 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
-