public class ServletManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EXTERNAL_SERVER_PORT |
| Constructor and Description |
|---|
ServletManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addServletContext(int port,
javax.servlet.ServletContext servletContext) |
static ServletManager |
getInstance() |
javax.servlet.ServletContext |
getServletContext(int port) |
void |
removeServletContext(int port) |
public static final int EXTERNAL_SERVER_PORT
public static ServletManager getInstance()
public void addServletContext(int port,
javax.servlet.ServletContext servletContext)
public void removeServletContext(int port)
public javax.servlet.ServletContext getServletContext(int port)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.