com.sun.syndication.feed.module.content
Class ContentModuleImpl
java.lang.Object
com.sun.syndication.feed.module.ModuleImpl
com.sun.syndication.feed.module.content.ContentModuleImpl
- All Implemented Interfaces:
- com.sun.syndication.feed.CopyFrom, ContentModule, com.sun.syndication.feed.module.Module, java.io.Serializable, java.lang.Cloneable
public class ContentModuleImpl
- extends com.sun.syndication.feed.module.ModuleImpl
- implements ContentModule
- Version:
- $Revision: 1.4 $
- Author:
- Robert "kebernet" Cooper
- See Also:
- Serialized Form
Method Summary |
void |
copyFrom(java.lang.Object obj)
|
java.util.List |
getContentItems()
Contains a list of ContentItems that represent the "Original Syntax" set. |
java.util.List |
getContents()
Returns a List of Strings containing whatever new or original syntax items
are in the element. |
java.util.List |
getEncodeds()
Returns a List of Strings containing the New Syntax Encoded values
are in the element. |
java.lang.Class |
getInterface()
|
void |
setContentItems(java.util.List list)
Contains a list of ContentItems that represent the "Original Syntax" set. |
void |
setContents(java.util.List contents)
Sets a List of Strings containing whatever new or original syntax items
are in the element. |
void |
setEncodeds(java.util.List encodeds)
Sets a List of Strings containing the New Syntax Encoded values
are in the element. |
java.lang.String |
toString(java.lang.String str)
|
Methods inherited from class com.sun.syndication.feed.module.ModuleImpl |
clone, equals, getUri, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.syndication.feed.module.Module |
clone |
ContentModuleImpl
public ContentModuleImpl()
ContentModuleImpl
protected ContentModuleImpl(java.lang.Class beanClass,
java.lang.String uri)
getEncodeds
public java.util.List getEncodeds()
- Description copied from interface:
ContentModule
- Returns a List of Strings containing the New Syntax Encoded values
are in the element.
- Specified by:
getEncodeds
in interface ContentModule
- Returns:
- List of content Strings
setEncodeds
public void setEncodeds(java.util.List encodeds)
- Description copied from interface:
ContentModule
- Sets a List of Strings containing the New Syntax Encoded values
are in the element.
- Specified by:
setEncodeds
in interface ContentModule
copyFrom
public void copyFrom(java.lang.Object obj)
- Specified by:
copyFrom
in interface com.sun.syndication.feed.CopyFrom
- Specified by:
copyFrom
in interface ContentModule
getInterface
public java.lang.Class getInterface()
- Specified by:
getInterface
in interface com.sun.syndication.feed.CopyFrom
- Specified by:
getInterface
in interface ContentModule
getContentItems
public java.util.List getContentItems()
- Description copied from interface:
ContentModule
- Contains a list of ContentItems that represent the "Original Syntax" set.
- Specified by:
getContentItems
in interface ContentModule
- Returns:
- List of ContentItems.
- See Also:
com.totsp.xml.syndication.content.ContentItem
setContentItems
public void setContentItems(java.util.List list)
- Description copied from interface:
ContentModule
- Contains a list of ContentItems that represent the "Original Syntax" set.
- Specified by:
setContentItems
in interface ContentModule
- See Also:
com.totsp.xml.syndication.content.ContentItem
getContents
public java.util.List getContents()
- Description copied from interface:
ContentModule
- Returns a List of Strings containing whatever new or original syntax items
are in the element.
- Specified by:
getContents
in interface ContentModule
- Returns:
- List of content Strings
setContents
public void setContents(java.util.List contents)
- Description copied from interface:
ContentModule
- Sets a List of Strings containing whatever new or original syntax items
are in the element.
- Specified by:
setContents
in interface ContentModule
toString
public java.lang.String toString(java.lang.String str)
- Specified by:
toString
in interface ContentModule
Copyright © 2006-2009. All Rights Reserved.