com.ibm.wsspi.cache

Class ConfigEntry.Property

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.cache.ConfigEntry.Property
Enclosing class:
ConfigEntry

  1. public class ConfigEntry.Property
  2. extends java.lang.Object
Property is defined optionally on a cacheable object. It provides a description of the configured servlet, portlet or Web services. It maps to a property definition for a cache-entry in the cachespec.xml.

Constructor Summary

Constructor and Description
ConfigEntry.Property(com.ibm.ws.cache.config.Property prop)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String[]
getExcludeList()
  1. java.lang.String
getName()
  1. java.lang.String
getValue()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ConfigEntry.Property

  1. public ConfigEntry.Property(com.ibm.ws.cache.config.Property prop)

Method Detail

getName

  1. public java.lang.String getName( )

getValue

  1. public java.lang.String getValue( )

getExcludeList

  1. public java.lang.String[] getExcludeList( )