Class ServletConfigParmMap
- java.lang.Object
-
- com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap
-
public class ServletConfigParmMap extends java.lang.Object
ServletConfigParmMap is an spi for a map that can be passed in to configure various parts of a ServletConfig. It restricts the values that can be placed in the map based on the ServletConfigParmKey keys.- Since:
- WAS7.0
-
-
Field Summary
Fields Modifier and Type Field Description static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
ATTRIBUTE
static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
CACHINGENABLED
static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
CLASSNAME
static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
DISPLAYNAME
static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
FILENAME
static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
INITPARAMS
static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
ISJSP
static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
SERVLETCONTEXT
static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
SERVLETNAME
static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
STARTUPWEIGHT
static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
STATISTICSENABLED
-
Constructor Summary
Constructors Constructor Description ServletConfigParmMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
get(com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey key)
void
put(com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey key, java.lang.Object value)
-
-
-
Field Detail
-
ATTRIBUTE
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey ATTRIBUTE
-
CLASSNAME
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey CLASSNAME
-
FILENAME
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey FILENAME
-
CACHINGENABLED
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey CACHINGENABLED
-
INITPARAMS
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey INITPARAMS
-
DISPLAYNAME
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey DISPLAYNAME
-
ISJSP
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey ISJSP
-
SERVLETCONTEXT
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey SERVLETCONTEXT
-
STARTUPWEIGHT
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey STARTUPWEIGHT
-
SERVLETNAME
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey SERVLETNAME
-
STATISTICSENABLED
public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey STATISTICSENABLED
-
-