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

Packages that use SyndContent
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   
 

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

Methods in org.apache.wink.common.model.atom that return SyndContent
 SyndContent AtomContent.toSynd(SyndContent value)
           
 

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

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

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

Methods in org.apache.wink.common.model.synd that return SyndContent
 SyndContent SyndEntry.getContent()
           
 

Methods in org.apache.wink.common.model.synd with parameters of type SyndContent
 void SyndEntry.setContent(SyndContent content)
           
 

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



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