org.ops4j.pax.web.service.spi
Interface ServerController
public interface ServerController
start
void start()
stop
void stop()
isStarted
boolean isStarted()
isConfigured
boolean isConfigured()
configure
void configure(Configuration configuration)
getConfiguration
Configuration getConfiguration()
addListener
void addListener(ServerListener listener)
removeListener
void removeListener(ServerListener listener)
removeContext
void removeContext(org.osgi.service.http.HttpContext httpContext)
addServlet
void addServlet(ServletModel model)
removeServlet
void removeServlet(ServletModel model)
addEventListener
void addEventListener(EventListenerModel eventListenerModel)
removeEventListener
void removeEventListener(EventListenerModel eventListenerModel)
addFilter
void addFilter(FilterModel filterModel)
removeFilter
void removeFilter(FilterModel filterModel)
addErrorPage
void addErrorPage(ErrorPageModel model)
removeErrorPage
void removeErrorPage(ErrorPageModel model)
getHttpPort
java.lang.Integer getHttpPort()
getHttpSecurePort
java.lang.Integer getHttpSecurePort()
createResourceServlet
javax.servlet.Servlet createResourceServlet(ContextModel contextModel,
java.lang.String alias,
java.lang.String name)
addSecurityConstraintMapping
void addSecurityConstraintMapping(SecurityConstraintMappingModel secMapModel)
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.