Ejemplo n.º 1
0
 public static boolean isWebBundle(BundleManifest manifest) {
   return manifest.getHeader("Web-ContextPath") != null;
 }