org.ops4j.pax.web.extender.whiteboard.internal.element
Interface WebElement

All Known Implementing Classes:
ErrorPageWebElement, FilterWebElement, JspWebElement, ListenerWebElement, ResourceWebElement, ServletWebElement, WelcomeFileWebElement

public interface WebElement

TODO Add java doc

Since:
0.4.0, April 05, 2008
Author:
Alin Dreghiciu

Method Summary
 java.lang.String getHttpContextId()
           
 void register(org.osgi.service.http.HttpService httpService, org.osgi.service.http.HttpContext httpContext)
           
 void unregister(org.osgi.service.http.HttpService httpService, org.osgi.service.http.HttpContext httpContext)
           
 

Method Detail

register

void register(org.osgi.service.http.HttpService httpService,
              org.osgi.service.http.HttpContext httpContext)
              throws java.lang.Exception
Throws:
java.lang.Exception

unregister

void unregister(org.osgi.service.http.HttpService httpService,
                org.osgi.service.http.HttpContext httpContext)

getHttpContextId

java.lang.String getHttpContextId()


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