|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.web.extender.whiteboard.internal.WebApplication
public class WebApplication
TODO Add JavaDoc
Constructor Summary | |
---|---|
WebApplication()
Constructor. |
Method Summary | |
---|---|
void |
addWebElement(WebElement webElement)
|
void |
available(org.osgi.service.http.HttpService httpService)
Called when an http service becomes available. |
void |
removeWebElement(WebElement webElement)
|
void |
setHttpContextMapping(HttpContextMapping httpContextMapping)
|
java.lang.String |
toString()
|
void |
unavailable(org.osgi.service.http.HttpService httpService)
Called when an http service becomes unavailable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebApplication()
Method Detail |
---|
public void addWebElement(WebElement webElement)
public void removeWebElement(WebElement webElement)
public void available(org.osgi.service.http.HttpService httpService) throws java.lang.Exception
HttpServiceListener
available
in interface HttpServiceListener
httpService
- an http service
java.lang.Exception
public void setHttpContextMapping(HttpContextMapping httpContextMapping)
public void unavailable(org.osgi.service.http.HttpService httpService)
HttpServiceListener
unavailable
in interface HttpServiceListener
httpService
- an http servicepublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |