Uses of Class
org.glassfish.web.deployment.runtime.CacheMapping
-
Packages that use CacheMapping Package Description org.glassfish.web.deployment.node.runtime.gf org.glassfish.web.deployment.runtime -
-
Uses of CacheMapping in org.glassfish.web.deployment.node.runtime.gf
Fields in org.glassfish.web.deployment.node.runtime.gf declared as CacheMapping Modifier and Type Field Description protected CacheMappingCacheMappingNode. descriptorMethods in org.glassfish.web.deployment.node.runtime.gf that return CacheMapping Modifier and Type Method Description CacheMappingCacheMappingNode. getDescriptor()Methods in org.glassfish.web.deployment.node.runtime.gf with parameters of type CacheMapping Modifier and Type Method Description NodeCacheMappingNode. writeDescriptor(Node parent, String nodeName, CacheMapping descriptor)write the descriptor class to a DOM tree and return it -
Uses of CacheMapping in org.glassfish.web.deployment.runtime
Methods in org.glassfish.web.deployment.runtime that return CacheMapping Modifier and Type Method Description CacheMapping[]Cache. getCacheMapping()CacheMappingCache. getCacheMapping(int index)Methods in org.glassfish.web.deployment.runtime with parameters of type CacheMapping Modifier and Type Method Description intCache. addCacheMapping(CacheMapping value)voidCache. addNewCacheMapping(CacheMapping value)intCache. removeCacheMapping(CacheMapping value)voidCache. setCacheMapping(int index, CacheMapping value)voidCache. setCacheMapping(CacheMapping[] value)Constructors in org.glassfish.web.deployment.runtime with parameters of type CacheMapping Constructor Description CacheMapping(CacheMapping other)
-