|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentModule
Field Summary | |
---|---|
static java.lang.String |
RDF_URI
|
static java.lang.String |
URI
|
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()
|
java.lang.String |
getUri()
|
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 interface com.sun.syndication.feed.module.Module |
---|
clone |
Field Detail |
---|
static final java.lang.String URI
static final java.lang.String RDF_URI
Method Detail |
---|
java.util.List getEncodeds()
void setEncodeds(java.util.List encodeds)
void copyFrom(java.lang.Object obj)
copyFrom
in interface com.sun.syndication.feed.CopyFrom
java.lang.Class getInterface()
getInterface
in interface com.sun.syndication.feed.CopyFrom
java.lang.String getUri()
getUri
in interface com.sun.syndication.feed.module.Module
java.lang.String toString(java.lang.String str)
java.util.List getContentItems()
com.totsp.xml.syndication.content.ContentItem
void setContentItems(java.util.List list)
List
- of ContentItems.com.totsp.xml.syndication.content.ContentItem
java.util.List getContents()
void setContents(java.util.List contents)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |