Uses of Class
org.glassfish.web.deployment.runtime.CacheHelper
-
Packages that use CacheHelper Package Description org.glassfish.web.deployment.node.runtime.gf org.glassfish.web.deployment.runtime -
-
Uses of CacheHelper in org.glassfish.web.deployment.node.runtime.gf
Fields in org.glassfish.web.deployment.node.runtime.gf declared as CacheHelper Modifier and Type Field Description protected CacheHelperCacheHelperNode. descriptorMethods in org.glassfish.web.deployment.node.runtime.gf that return CacheHelper Modifier and Type Method Description CacheHelperCacheHelperNode. getDescriptor()Methods in org.glassfish.web.deployment.node.runtime.gf with parameters of type CacheHelper Modifier and Type Method Description NodeCacheHelperNode. writeDescriptor(Node parent, String nodeName, CacheHelper descriptor)write the descriptor class to a DOM tree and return it -
Uses of CacheHelper in org.glassfish.web.deployment.runtime
Methods in org.glassfish.web.deployment.runtime that return CacheHelper Modifier and Type Method Description CacheHelper[]Cache. getCacheHelper()CacheHelperCache. getCacheHelper(int index)Methods in org.glassfish.web.deployment.runtime with parameters of type CacheHelper Modifier and Type Method Description intCache. addCacheHelper(CacheHelper value)voidCache. addNewCacheHelper(CacheHelper value)intCache. removeCacheHelper(CacheHelper value)voidCache. setCacheHelper(int index, CacheHelper value)voidCache. setCacheHelper(CacheHelper[] value)Constructors in org.glassfish.web.deployment.runtime with parameters of type CacheHelper Constructor Description CacheHelper(CacheHelper other)
-