public class ServletEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEPLOYED |
static int |
DEPLOYING |
static int |
FAILED |
static int |
UNDEPLOYED |
static int |
UNDEPLOYING |
static int |
WAITING |
| Constructor and Description |
|---|
ServletEvent(int type,
org.osgi.framework.Bundle bundle,
String alias,
String servletName,
String[] urlParameter,
javax.servlet.Servlet servlet,
Class<? extends javax.servlet.Servlet> servletClass,
org.osgi.service.http.HttpContext httpContext) |
ServletEvent(ServletEvent event,
boolean replay) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
org.osgi.framework.Bundle |
getBundle() |
org.osgi.service.http.HttpContext |
getHttpContext() |
javax.servlet.Servlet |
getServlet() |
Class<? extends javax.servlet.Servlet> |
getServletClass() |
String |
getServletName() |
long |
getTimestamp() |
int |
getType() |
String[] |
getUrlParameter() |
boolean |
isReplay() |
String |
toString() |
public static final int DEPLOYING
public static final int DEPLOYED
public static final int UNDEPLOYING
public static final int UNDEPLOYED
public static final int FAILED
public static final int WAITING
public ServletEvent(ServletEvent event, boolean replay)
public boolean isReplay()
public int getType()
public org.osgi.framework.Bundle getBundle()
public long getTimestamp()
public String getAlias()
public String getServletName()
public String[] getUrlParameter()
public javax.servlet.Servlet getServlet()
public Class<? extends javax.servlet.Servlet> getServletClass()
public org.osgi.service.http.HttpContext getHttpContext()
Copyright © 2006–2015 OPS4J - Open Participation Software for Java. All rights reserved.