Class ServletConfigParmMap
- java.lang.Object
- 
- com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap
 
- 
 public class ServletConfigParmMap extends java.lang.ObjectServletConfigParmMap 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 SummaryFields Modifier and Type Field Description static com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeyATTRIBUTEstatic com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeyCACHINGENABLEDstatic com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeyCLASSNAMEstatic com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeyDISPLAYNAMEstatic com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeyFILENAMEstatic com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeyINITPARAMSstatic com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeyISJSPstatic com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeySERVLETCONTEXTstatic com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeySERVLETNAMEstatic com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeySTARTUPWEIGHTstatic com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKeySTATISTICSENABLED
 - 
Constructor SummaryConstructors Constructor Description ServletConfigParmMap()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey key)voidput(com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey key, java.lang.Object value)
 
- 
- 
- 
Field Detail- 
ATTRIBUTEpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey ATTRIBUTE 
 - 
CLASSNAMEpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey CLASSNAME 
 - 
FILENAMEpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey FILENAME 
 - 
CACHINGENABLEDpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey CACHINGENABLED 
 - 
INITPARAMSpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey INITPARAMS 
 - 
DISPLAYNAMEpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey DISPLAYNAME 
 - 
ISJSPpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey ISJSP 
 - 
SERVLETCONTEXTpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey SERVLETCONTEXT 
 - 
STARTUPWEIGHTpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey STARTUPWEIGHT 
 - 
SERVLETNAMEpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey SERVLETNAME 
 - 
STATISTICSENABLEDpublic static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey STATISTICSENABLED 
 
- 
 
-