Class ServletConfigParmMap

java.lang.Object
com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap

public class ServletConfigParmMap extends 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 final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
    static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
    static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
    static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
    static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
    static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
    static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
    static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
    static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
    static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
    static final com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey key)
     
    void
    put(com.ibm.wsspi.webcontainer.servlet.ServletConfigParmMap.ServletConfigParmKey key, Object value)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 Details

    • ServletConfigParmMap

      public ServletConfigParmMap()
  • Method Details

    • put

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

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