Uses of Class
cz.muni.fi.cewebs.myservice.delivery.DCResponseCachekeyEle

Packages that use DCResponseCachekeyEle
cz.muni.fi.cewebs.myservice.delivery   
 

Uses of DCResponseCachekeyEle in cz.muni.fi.cewebs.myservice.delivery
 

Fields in cz.muni.fi.cewebs.myservice.delivery declared as DCResponseCachekeyEle
protected  DCResponseCachekeyEle[] DCResponse.cachekeys
          Instrukce pro kešování UPLOADOVANÝCH souborů předávaných metodě doCommand.
 

Methods in cz.muni.fi.cewebs.myservice.delivery that return DCResponseCachekeyEle
 DCResponseCachekeyEle[] DCResponse.getCachekeys()
           
 

Methods in cz.muni.fi.cewebs.myservice.delivery with parameters of type DCResponseCachekeyEle
 void DCResponse.setCachekeys(DCResponseCachekeyEle[] cachekeys)
           
 

Constructors in cz.muni.fi.cewebs.myservice.delivery with parameters of type DCResponseCachekeyEle
DCResponse(java.lang.String document, java.util.Calendar modified, DCResponseResourceEle[] resources, DCResponseCachekeyEle[] cachekeys, DCResponseHeadersEle[] headers, DCResponseLinksEle[] links)