org.ops4j.pax.web.extender.war.internal.util
Class WebContainerUtils

java.lang.Object
  extended by org.ops4j.pax.web.extender.war.internal.util.WebContainerUtils

public class WebContainerUtils
extends java.lang.Object

Utilities related to Web Container (Pax Web)


Method Summary
static boolean webContainerAvailable(org.osgi.service.http.HttpService httpService)
          Verify if WebContainer (from Pax Web) is available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

webContainerAvailable

public static boolean webContainerAvailable(org.osgi.service.http.HttpService httpService)
Verify if WebContainer (from Pax Web) is available.

Parameters:
httpService - http service instance to check
Returns:
true if WebContainer is available


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.