1 23 24 package com.sun.enterprise.deployment.runtime.web; 25 26 import com.sun.enterprise.deployment.runtime.RuntimeDescriptor; 27 28 35 public class CacheHelper extends WebPropertyContainer 36 { 37 static public final String CLASS_NAME = "ClassName"; 38 39 public CacheHelper(CacheHelper other) 41 { 42 super(other); 43 } 44 45 public CacheHelper() 47 { 48 super(); 49 } 50 51 } 52 | Popular Tags |