Uses of Class
com.sun.enterprise.deployment.util.DefaultDOLVisitor
-
Packages that use DefaultDOLVisitor Package Description com.sun.enterprise.connectors.deployment.util com.sun.enterprise.deployment.util org.glassfish.ejb.deployment.util org.glassfish.web.deployment.util -
-
Uses of DefaultDOLVisitor in com.sun.enterprise.connectors.deployment.util
Subclasses of DefaultDOLVisitor in com.sun.enterprise.connectors.deployment.util Modifier and Type Class Description classConnectorValidator -
Uses of DefaultDOLVisitor in com.sun.enterprise.deployment.util
Subclasses of DefaultDOLVisitor in com.sun.enterprise.deployment.util 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 runtimeclassComponentValidatorclassConnectorTracerVisitorclassConnectorValidatorThis class validates a connector descriptorclassModuleContentLinkerclassModuleContentValidatorAllows validation of module content that might involve actually reading the bytes themselves from the module.classTracerVisitor -
Uses of DefaultDOLVisitor in org.glassfish.ejb.deployment.util
Subclasses of DefaultDOLVisitor in org.glassfish.ejb.deployment.util Modifier and Type Class Description classEjbBundleTracerVisitorclassEjbBundleValidatorThis class validates a EJB Bundle descriptor once loaded from an .jar file -
Uses of DefaultDOLVisitor in org.glassfish.web.deployment.util
Subclasses of DefaultDOLVisitor in org.glassfish.web.deployment.util 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
-