FileDocCategorySizeDatePackage
CacheHelper.javaAPI DocGlassfish v2 API2546Fri May 04 22:31:54 BST 2007com.sun.enterprise.deployment.runtime.web

CacheHelper

public class CacheHelper extends WebPropertyContainer
this class contains runtime information for the web bundle it was kept to be backward compatible with the schema2beans descriptors generated by iAS 7.0 engineering team.
author
Jerome Dochez

Fields Summary
public static final String
CLASS_NAME
Constructors Summary
public CacheHelper(CacheHelper other)


    // copy constructor
      
    
	super(other);
    
public CacheHelper()

	super();
    
Methods Summary