com.ibm.websphere.servlet.cache

Uses of Class 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

Modifier and Type Method and Description
  1. ConfigElement[]
CacheConfig.getCookies()
Deprecated. This method returns the array of ConfigElement for cookies.
  1. ConfigElement[]
CacheConfig.getRequestAttributes()
Deprecated. This method returns the array of ConfigElement for request attributes.
  1. ConfigElement[]
CacheConfig.getRequestParameters()
Deprecated. This method returns the array of ConfigElement for request parameters.
  1. ConfigElement[]
CacheConfig.getSessionParameters()
Deprecated. This method returns the array of ConfigElement for session parameters.