|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.Link
com.google.gdata.data.extensions.FeedLink<F>
F - Nested feed type.public class FeedLink<F extends BaseFeed<?,?>>
The FeedLink class defines the object model for a link entity that refers to a GData feed. The feed content may be included inline via child elements of the feed link or only included by reference.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.data.Link |
|---|
Link.AtomHandler |
| Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint |
|---|
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler |
| Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
|---|
AbstractExtension.AttributesHandler |
| Nested classes/interfaces inherited from interface com.google.gdata.data.ILink |
|---|
ILink.Rel, ILink.Type |
| Field Summary | |
|---|---|
protected java.lang.Integer |
countHint
Count hint. |
protected BaseFeed<?,?> |
feed
Nested feed (optional). |
protected java.lang.Class<F> |
feedClass
Nested feed class. |
protected boolean |
readOnly
Read only flag. |
| Fields inherited from class com.google.gdata.data.Link |
|---|
content, etag, href, hrefLang, length, rel, title, titleLang, type |
| Fields inherited from class com.google.gdata.data.ExtensionPoint |
|---|
xmlBlob |
| Fields inherited from class com.google.gdata.data.AbstractExtension |
|---|
localName, namespace |
| Constructor Summary | |
|---|---|
FeedLink()
Constructs a feed link that points to a Feed. |
|
FeedLink(java.lang.Class<F> feedClass)
Constructs a feed link that points to the given feed type. |
|
| Method Summary | |
|---|---|
void |
generate(com.google.gdata.util.common.xml.XmlWriter w,
ExtensionProfile extProfile)
Generates an XML representation for the extension. |
java.lang.Integer |
getCountHint()
|
static ExtensionDescription |
getDefaultDescription()
Returns the suggested extension description. |
F |
getFeed()
|
java.lang.Class<F> |
getFeedClass()
|
XmlParser.ElementHandler |
getHandler(ExtensionProfile extProfile,
java.lang.String namespace,
java.lang.String localName,
org.xml.sax.Attributes attrs)
The default implementation uses the AbstractExtension.AttributesHandler to handle
parsing the extension. |
boolean |
getReadOnly()
|
java.lang.String |
getType()
Returns the mime type of the link. |
void |
setCountHint(java.lang.Integer v)
|
void |
setFeed(F v)
|
void |
setReadOnly(boolean v)
|
protected void |
visitChildren(ExtensionVisitor ev)
Called to visit all children of this extension point. |
| Methods inherited from class com.google.gdata.data.Link |
|---|
generateAtom, generateRss, getContent, getEtag, getHref, getHrefLang, getLength, getRel, getTitle, getTitleLang, matches, setContent, setEtag, setHref, setHrefLang, setLength, setRel, setTitle, setTitleLang, setType |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
|---|
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean readOnly
protected java.lang.Integer countHint
protected BaseFeed<?,?> feed
protected final java.lang.Class<F extends BaseFeed<?,?>> feedClass
| Constructor Detail |
|---|
public FeedLink()
Feed.
public FeedLink(java.lang.Class<F> feedClass)
feedClass - Feed class.| Method Detail |
|---|
public boolean getReadOnly()
public void setReadOnly(boolean v)
public java.lang.Integer getCountHint()
public void setCountHint(java.lang.Integer v)
public F getFeed()
public void setFeed(F v)
public java.lang.Class<F> getFeedClass()
public static ExtensionDescription getDefaultDescription()
public java.lang.String getType()
ILink
getType in interface ILinkgetType in class Link
protected void visitChildren(ExtensionVisitor ev)
throws ExtensionVisitor.StoppedException
ExtensionPoint
visitChildren in class ExtensionPointev - the extension visitor.
ExtensionVisitor.StoppedException
public void generate(com.google.gdata.util.common.xml.XmlWriter w,
ExtensionProfile extProfile)
throws java.io.IOException
Extension
generate in interface Extensiongenerate in class Linkw - XML writerextProfile - extension profile
java.io.IOException
public XmlParser.ElementHandler getHandler(ExtensionProfile extProfile,
java.lang.String namespace,
java.lang.String localName,
org.xml.sax.Attributes attrs)
AbstractExtensionAbstractExtension.AttributesHandler to handle
parsing the extension.
getHandler in interface ExtensiongetHandler in class LinkextProfile - extension profilenamespace - extension namespacelocalName - tag name, without the namespace prefixattrs - tag attributes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||