Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.websphere.servlet.cache.ConfigElement

  • Packages that use ConfigElement 
    Package Description
    com.ibm.websphere.servlet.cache
    Provides the interfaces and classes for caching results from servlets, JSPs and webservices.
    • Uses of ConfigElement in com.ibm.websphere.servlet.cache

      Methods in com.ibm.websphere.servlet.cache that return ConfigElement 
      Modifier and Type Method and Description
      ConfigElement[] CacheConfig.getCookies()
      Deprecated. 
      This method returns the array of ConfigElement for cookies.
      ConfigElement[] CacheConfig.getRequestAttributes()
      Deprecated. 
      This method returns the array of ConfigElement for request attributes.
      ConfigElement[] CacheConfig.getRequestParameters()
      Deprecated. 
      This method returns the array of ConfigElement for request parameters.
      ConfigElement[] CacheConfig.getSessionParameters()
      Deprecated. 
      This method returns the array of ConfigElement for session parameters.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes