com.ibm.wsspi.webcontainer.servlet
Class ServletConfigParmMap

java.lang.Object
  extended by 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
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
ServletConfigParmMap()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ServletConfigParmMap

public ServletConfigParmMap()
Method Detail

put

public void put(com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey key,
                java.lang.Object value)

get

public java.lang.Object get(com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey key)