org.ops4j.pax.web.extender.war.internal.util
Class WebContainerUtils
java.lang.Object
org.ops4j.pax.web.extender.war.internal.util.WebContainerUtils
public class WebContainerUtils
- extends 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 |
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-2010 OPS4J - Open Participation Software for Java. All Rights Reserved.