com.ibm.wsspi.webcontainer.servlet

Class ServletConfigParmMap

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap

  1. public class ServletConfigParmMap
  2. 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

Modifier and Type Field and Description
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
ATTRIBUTE
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
CACHINGENABLED
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
CLASSNAME
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
DISPLAYNAME
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
FILENAME
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
INITPARAMS
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
ISJSP
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
SERVLETCONTEXT
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
SERVLETNAME
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
STARTUPWEIGHT
  1. static
  2. com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
STATISTICSENABLED

Constructor Summary

Constructor and Description
ServletConfigParmMap()

Method Summary

Modifier and Type Method and Description
  1. java.lang.Object
get(com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey key)
  1. 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

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey ATTRIBUTE

CLASSNAME

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey CLASSNAME

FILENAME

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey FILENAME

CACHINGENABLED

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey CACHINGENABLED

INITPARAMS

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey INITPARAMS

DISPLAYNAME

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey DISPLAYNAME

ISJSP

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey ISJSP

SERVLETCONTEXT

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey SERVLETCONTEXT

STARTUPWEIGHT

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey STARTUPWEIGHT

SERVLETNAME

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey SERVLETNAME

STATISTICSENABLED

  1. public static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey STATISTICSENABLED

Constructor Detail

ServletConfigParmMap

  1. public ServletConfigParmMap()

Method Detail

put

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

get

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