Uses of Interface
com.sun.enterprise.deployment.runtime.web.SunWebApp
-
Packages that use SunWebApp Package Description com.sun.enterprise.deployment com.sun.enterprise.security.jaspic This package contains much of the integration code for JASPIC.com.sun.enterprise.web org.glassfish.web.deployment.descriptor org.glassfish.web.deployment.runtime -
-
Uses of SunWebApp in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return SunWebApp Modifier and Type Method Description abstract SunWebAppWebBundleDescriptor. getSunDescriptor()Methods in com.sun.enterprise.deployment with parameters of type SunWebApp Modifier and Type Method Description abstract voidWebBundleDescriptor. setSunDescriptor(SunWebApp webApp) -
Uses of SunWebApp in com.sun.enterprise.security.jaspic
Methods in com.sun.enterprise.security.jaspic that return SunWebApp Modifier and Type Method Description static SunWebAppAuthMessagePolicy. getSunWebApp(Map<String,?> properties)Methods in com.sun.enterprise.security.jaspic with parameters of type SunWebApp Modifier and Type Method Description static StringAuthMessagePolicy. getProviderID(SunWebApp sunWebApp) -
Uses of SunWebApp in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type SunWebApp Modifier and Type Method Description static CacheManagerCacheModule. configureResponseCache(WebModule app, SunWebApp bean)configure ias-web response cache -
Uses of SunWebApp in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return SunWebApp Modifier and Type Method Description SunWebAppWebBundleDescriptorImpl. getSunDescriptor()This returns the extra web sun specific info not in the RI DID.Methods in org.glassfish.web.deployment.descriptor with parameters of type SunWebApp Modifier and Type Method Description voidWebBundleDescriptorImpl. setSunDescriptor(SunWebApp webApp)This sets the extra web sun specific info not in the RI DID. -
Uses of SunWebApp in org.glassfish.web.deployment.runtime
Classes in org.glassfish.web.deployment.runtime that implement SunWebApp Modifier and Type Class Description classSunWebAppImpl
-