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

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

public class WebContainerUtils
extends java.lang.Object

Utilities related to web container.

Since:
0.4.0, March 16, 2008
Author:
Alin Dreghiciu

Field Summary
static boolean WEB_CONATAINER_AVAILABLE
          True if Pax Web imported packages were resolved.
 
Constructor Summary
WebContainerUtils()
           
 
Method Summary
static boolean isWebContainer(org.osgi.service.http.HttpService httpService)
          Verify if an http service is an Web Container (from pax Web)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEB_CONATAINER_AVAILABLE

public static final boolean WEB_CONATAINER_AVAILABLE
True if Pax Web imported packages were resolved.

Constructor Detail

WebContainerUtils

public WebContainerUtils()
Method Detail

isWebContainer

public static boolean isWebContainer(org.osgi.service.http.HttpService httpService)
Verify if an http service is an Web Container (from pax Web)

Parameters:
httpService - to verify
Returns:
true if http service is an web container


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