public abstract class ServletHandler extends Object implements Comparable<ServletHandler>
| Modifier and Type | Field and Description |
|---|---|
protected int |
useCount |
| Constructor and Description |
|---|
ServletHandler(long contextServiceId,
ExtServletContext context,
ServletInfo servletInfo) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ServletHandler other) |
boolean |
destroy() |
boolean |
dispose() |
boolean |
equals(Object obj) |
ExtServletContext |
getContext() |
long |
getContextServiceId() |
MultipartConfig |
getMultipartConfig() |
org.osgi.framework.Bundle |
getMultipartSecurityContext() |
String |
getName() |
javax.servlet.Servlet |
getServlet() |
ServletInfo |
getServletInfo() |
void |
handle(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res) |
int |
hashCode() |
int |
init()
Initialize the object
|
protected void |
setServlet(javax.servlet.Servlet s) |
public ServletHandler(long contextServiceId,
ExtServletContext context,
ServletInfo servletInfo)
public int compareTo(ServletHandler other)
compareTo in interface Comparable<ServletHandler>public long getContextServiceId()
public ExtServletContext getContext()
public javax.servlet.Servlet getServlet()
protected void setServlet(javax.servlet.Servlet s)
public void handle(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionpublic ServletInfo getServletInfo()
public String getName()
public int init()
DTOConstants otherwise.public boolean destroy()
public boolean dispose()
public MultipartConfig getMultipartConfig()
public org.osgi.framework.Bundle getMultipartSecurityContext()
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.