Uses of Interface
com.sun.enterprise.deployment.util.ManagedBeanVisitor
-
Packages that use ManagedBeanVisitor Package Description com.sun.enterprise.deployment com.sun.enterprise.deployment.util org.glassfish.web.deployment.util -
-
Uses of ManagedBeanVisitor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment with parameters of type ManagedBeanVisitor Modifier and Type Method Description voidManagedBeanDescriptor. visit(ManagedBeanVisitor aVisitor) -
Uses of ManagedBeanVisitor in com.sun.enterprise.deployment.util
Classes in com.sun.enterprise.deployment.util that implement ManagedBeanVisitor 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 runtime -
Uses of ManagedBeanVisitor in org.glassfish.web.deployment.util
Classes in org.glassfish.web.deployment.util that implement ManagedBeanVisitor 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
-