public class ServletInfo extends Object implements Comparable<ServletInfo>
ServletModel.| Constructor and Description |
|---|
ServletInfo(ServletModel model) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ServletInfo other) |
org.osgi.framework.Bundle |
getBundle() |
String |
getContextFilter() |
String[] |
getContexts() |
String[] |
getMapping() |
String |
getRawResourcePath() |
String |
getServletClass() |
String |
getServletName() |
String |
getType() |
boolean |
isJspServlet() |
boolean |
isResourceServlet() |
public ServletInfo(ServletModel model)
public String getServletName()
public String getServletClass()
public String[] getMapping()
public String[] getContexts()
public String getType()
public String getContextFilter()
public boolean isResourceServlet()
public String getRawResourcePath()
public boolean isJspServlet()
public org.osgi.framework.Bundle getBundle()
public int compareTo(ServletInfo other)
compareTo in interface Comparable<ServletInfo>Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.