Package io.milton.servlet
Class Config
java.lang.Object
io.milton.servlet.Config
- Direct Known Subclasses:
FilterConfigWrapper,ServletConfigWrapper
Provides a common interface for servlet and filter configuration
- Author:
- brad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfigFile(String path) abstract StringgetInitParameter(String string) abstract jakarta.servlet.ServletContextprotected abstract Enumeration
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getServletContext
public abstract jakarta.servlet.ServletContext getServletContext() -
getInitParameter
-
initParamNames
-
getConfigFile
-
getWebInfDir
-
getRootFolder
-
mapPath
-
getInitParameterNames
-