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

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

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

Fields in cz.muni.fi.cewebs.myservice.delivery declared as DCResponseLinksEle
protected  DCResponseLinksEle[] DCResponse.links
          Odkazy které mají být uvedeny v HTML záhlaví (jako elementy <link/>) odpovědi pro uživatele.
 

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

Methods in cz.muni.fi.cewebs.myservice.delivery with parameters of type DCResponseLinksEle
 void DCResponse.setLinks(DCResponseLinksEle[] links)
           
 

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