|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CopyFrom | |
---|---|
com.sun.syndication.feed | |
com.sun.syndication.feed.module | |
com.sun.syndication.feed.synd |
Uses of CopyFrom in com.sun.syndication.feed |
---|
Methods in com.sun.syndication.feed that return types with arguments of type CopyFrom | |
---|---|
Class<? extends CopyFrom> |
CopyFrom.getInterface()
Returns the interface the copyFrom works on. |
Methods in com.sun.syndication.feed with parameters of type CopyFrom | |
---|---|
void |
CopyFrom.copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one. |
Uses of CopyFrom in com.sun.syndication.feed.module |
---|
Subinterfaces of CopyFrom in com.sun.syndication.feed.module | |
---|---|
interface |
DCModule
Dublin Core Module. |
interface |
DCSubject
Subject of the Dublin Core ModuleImpl. |
interface |
Module
Base class for modules describing Metadata of feeds. |
interface |
SyModule
Syndication ModuleImpl. |
Classes in com.sun.syndication.feed.module that implement CopyFrom | |
---|---|
class |
DCModuleImpl
Dublin Core ModuleImpl, default implementation. |
class |
DCSubjectImpl
Subject of the Dublin Core ModuleImpl, default implementation. |
class |
ModuleImpl
Base class for modules describing Metadata of feeds, default implementations. |
class |
SyModuleImpl
Syndication ModuleImpl, default implementation. |
Methods in com.sun.syndication.feed.module that return types with arguments of type CopyFrom | |
---|---|
Class<? extends CopyFrom> |
DCModuleImpl.getInterface()
|
Methods in com.sun.syndication.feed.module with parameters of type CopyFrom | |
---|---|
void |
SyModuleImpl.copyFrom(CopyFrom obj)
|
void |
DCModuleImpl.copyFrom(CopyFrom obj)
|
void |
DCSubjectImpl.copyFrom(CopyFrom obj)
|
Uses of CopyFrom in com.sun.syndication.feed.synd |
---|
Subinterfaces of CopyFrom in com.sun.syndication.feed.synd | |
---|---|
interface |
SyndContent
Bean interface for content of SyndFeedImpl entries. |
interface |
SyndEnclosure
|
interface |
SyndEntry
Bean interface for entries of SyndFeedImpl feeds. |
interface |
SyndFeed
Bean interface for all types of feeds. |
interface |
SyndImage
Bean interface for images of SyndFeedImpl feeds. |
Classes in com.sun.syndication.feed.synd that implement CopyFrom | |
---|---|
class |
SyndContentImpl
Bean for content of SyndFeedImpl entries. |
class |
SyndEnclosureImpl
|
class |
SyndEntryImpl
Bean for entries of SyndFeedImpl feeds. |
class |
SyndFeedImpl
Bean for all types of feeds. |
class |
SyndImageImpl
Bean for images of SyndFeedImpl feeds. |
Methods in com.sun.syndication.feed.synd that return types with arguments of type CopyFrom | |
---|---|
Class<? extends CopyFrom> |
SyndEnclosureImpl.getInterface()
|
Methods in com.sun.syndication.feed.synd with parameters of type CopyFrom | |
---|---|
void |
SyndEnclosureImpl.copyFrom(CopyFrom obj)
|
void |
SyndContentImpl.copyFrom(CopyFrom obj)
|
void |
SyndEntryImpl.copyFrom(CopyFrom obj)
|
void |
SyndFeedImpl.copyFrom(CopyFrom obj)
|
void |
SyndImageImpl.copyFrom(CopyFrom syndImage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |