Uses of Class
org.apache.cxf.management.web.browser.client.service.browser.Entry

Packages that use Entry
org.apache.cxf.management.web.browser.client.service.browser   
org.apache.cxf.management.web.browser.client.ui.browser   
 

Uses of Entry in org.apache.cxf.management.web.browser.client.service.browser
 

Methods in org.apache.cxf.management.web.browser.client.service.browser that return types with arguments of type Entry
 List<Entry> Feed.getEntries()
           
 

Uses of Entry in org.apache.cxf.management.web.browser.client.ui.browser
 

Methods in org.apache.cxf.management.web.browser.client.ui.browser with parameters of type Entry
 void ViewerView.setEntryDetails(Entry entry)
           
 void ViewerViewImpl.setEntryDetails(Entry entry)
           
 

Method parameters in org.apache.cxf.management.web.browser.client.ui.browser with type arguments of type Entry
 void ViewerView.setEntries(List<Entry> entries)
           
 void ViewerViewImpl.setEntries(List<Entry> entries)
           
 



Apache CXF