public class ServletSystem extends AbstractResinSubSystem
START_PRIORITY_CACHE_SERVICE, START_PRIORITY_CLASSLOADER, START_PRIORITY_CLUSTER_SERVICE, START_PRIORITY_DATABASE_SYSTEM, START_PRIORITY_DEFAULT, START_PRIORITY_ENV_SYSTEM, START_PRIORITY_NETWORK_CLUSTER, STOP_PRIORITY_CLASSLOADER
Constructor and Description |
---|
ServletSystem(ServletService server) |
Modifier and Type | Method and Description |
---|---|
static ServletSystem |
createAndAddService(ServletService server) |
static ServletSystem |
getCurrent() |
ServletService |
getServer() |
void |
start()
Starts the servlet engine.
|
void |
stop()
Stops the servlet engine.
|
destroy, getStartPriority, getStopPriority, isActive, preCreate, toString
public ServletSystem(ServletService server)
public static ServletSystem createAndAddService(ServletService server)
public static ServletSystem getCurrent()
public ServletService getServer()
public void start()
start
in interface ResinSubSystem
start
in class AbstractResinSubSystem
public void stop()
stop
in interface ResinSubSystem
stop
in class AbstractResinSubSystem