| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi.model.events |
Package with DTO-like classes that are used to inform about registration/unregistration of web elements
and contexts.
|
| Modifier and Type | Method and Description |
|---|---|
WebApplicationEvent.State |
WebApplicationEvent.getType() |
static WebApplicationEvent.State |
WebApplicationEvent.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebApplicationEvent.State[] |
WebApplicationEvent.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WebApplicationEvent(WebApplicationEvent.State type,
org.osgi.framework.Bundle bundle,
String contextPath,
org.osgi.service.http.HttpContext context) |
WebApplicationEvent(WebApplicationEvent.State type,
org.osgi.framework.Bundle bundle,
String contextPath,
org.osgi.service.http.HttpContext context,
Throwable throwable) |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.