Uses of Class
org.apache.wink.common.model.synd.SyndEntry

Packages that use SyndEntry
org.apache.wink.common.model.atom Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.wink.common.model.synd   
org.apache.wink.webdav.server   
 

Uses of SyndEntry in org.apache.wink.common.model.atom
 

Methods in org.apache.wink.common.model.atom that return SyndEntry
 SyndEntry AtomEntry.toSynd(SyndEntry value)
           
 

Methods in org.apache.wink.common.model.atom with parameters of type SyndEntry
 SyndEntry AtomEntry.toSynd(SyndEntry value)
           
 

Constructors in org.apache.wink.common.model.atom with parameters of type SyndEntry
AtomEntry(SyndEntry value)
           
 

Uses of SyndEntry in org.apache.wink.common.model.synd
 

Methods in org.apache.wink.common.model.synd that return types with arguments of type SyndEntry
 java.util.List<SyndEntry> SyndFeed.getEntries()
           
 

Methods in org.apache.wink.common.model.synd with parameters of type SyndEntry
 void SyndFeed.addEntry(SyndEntry entry)
          Add an entry to the list of entries.
 

Constructors in org.apache.wink.common.model.synd with parameters of type SyndEntry
SyndEntry(SyndEntry other)
           
 

Uses of SyndEntry in org.apache.wink.webdav.server
 

Methods in org.apache.wink.webdav.server with parameters of type SyndEntry
 SyndFeed WebDAVResponseBuilder.CollectionPropertyHandler.getSubCollection(SyndEntry entry)
          Get the feed that this entry represents.
 boolean WebDAVResponseBuilder.CollectionPropertyHandler.isSubCollection(SyndEntry entry)
          Specifies if an entry actually represents a feed.
 javax.ws.rs.core.Response WebDAVResponseBuilder.propfind(SyndEntry entry, java.lang.String propfindXml)
          Process the PROPFIND request for a given entry and create a response using the default implementation of WebDAVResponseBuilder.PropertyHandler
 javax.ws.rs.core.Response WebDAVResponseBuilder.propfind(SyndEntry entry, java.lang.String propfindXml, WebDAVResponseBuilder.PropertyHandler handler)
          Process the PROPFIND request for given document resource and create a response.
 



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.