public class ServletHostConfig extends Object implements HostConfig
Constructor and Description |
---|
ServletHostConfig(javax.servlet.ServletConfig config) |
Modifier and Type | Method and Description |
---|---|
String |
getInitParameter(String key) |
Iterator<String> |
getInitParameterNames() |
javax.servlet.ServletContext |
getServletContext() |
public String getInitParameter(String key)
getInitParameter
in interface HostConfig
key
- The parameter keypublic Iterator<String> getInitParameterNames()
getInitParameterNames
in interface HostConfig
public javax.servlet.ServletContext getServletContext()
getServletContext
in interface HostConfig
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.