Uses of Interface
org.apache.abdera.model.Text

Packages that use Text
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.protocol.server.adapters.jcr   
 

Uses of Text in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Text
 Text Factory.newRights()
          Create a new rights element.
 Text Factory.newRights(Element parent)
          Create a new rights element as a child of the given Element.
 Text Factory.newRights(Text.Type type)
          Create a new rights element with the given Text.Type.
 Text Factory.newRights(Text.Type type, Element parent)
          Create a new rights element with the given Text.Type as a child of the given Element.
 Text Factory.newSubtitle()
          Create a new subtitle element.
 Text Factory.newSubtitle(Element parent)
          Create a new subtitle element as a child of the given Element.
 Text Factory.newSubtitle(Text.Type type)
          Create a new subtitle element with the given Text.Type.
 Text Factory.newSubtitle(Text.Type type, Element parent)
          Create a new subtitle element with the given Text.Type as a child of the given Element.
 Text Factory.newSummary()
          Create a new summary element.
 Text Factory.newSummary(Element parent)
          Create a new summary element as a child of the given Element.
 Text Factory.newSummary(Text.Type type)
          Create a new summary element with the given Text.Type.
 Text Factory.newSummary(Text.Type type, Element parent)
          Create a new summary element with the given Text.Type as a child of the given Element.
 Text Factory.newText(QName qname, Text.Type type)
          Create a new Text element with the given QName and Text.Type.
 Text Factory.newText(QName qname, Text.Type type, Element parent)
          Create a new Text element with the given QName and Text.Type as a child of the given Element.
 Text Factory.newTitle()
          Create a new title element.
 Text Factory.newTitle(Element parent)
          Create a new title element as a child of the given Element.
 Text Factory.newTitle(Text.Type type)
          Create a new title element with the given Text.Type.
 Text Factory.newTitle(Text.Type type, Element parent)
          Create a new title element with the given Text.Type as a child of the given Element.
 

Uses of Text in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Text
 Text Source.getRightsElement()
           The rights element is typically used to convey a human readable copyright (e.g.
 Text Entry.getRightsElement()
           The rights element is typically used to convey a human readable copyright (e.g.
 Text Source.getSubtitleElement()
          RFC4287: The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed.
 Text Entry.getSummaryElement()
          RFC4287: The "atom:summary" element is a Text construct that conveys a short summary, abstract, or excerpt of an entry...
 Text Workspace.getTitleElement()
          Return the atom:title
 Text Source.getTitleElement()
          RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
 Text Entry.getTitleElement()
          RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
 Text Collection.getTitleElement()
          Return the title element
 Text Source.setRights(Div value)
          Sets the value of the rights as @type="xhtml"
 Text Entry.setRights(Div value)
          Sets the value of the right as @type="xhtml"
 Text Source.setRights(String value)
          Sets the value of the rights as @type="text"
 Text Entry.setRights(String value)
          Sets the value of the rights as @type="text"
 Text Source.setRights(String value, Text.Type type)
          Sets the value of the rights
 Text Entry.setRights(String value, Text.Type type)
          Sets the value of the rights
 Text Source.setRightsAsHtml(String value)
          Sets the value of the rights as @type="html"
 Text Entry.setRightsAsHtml(String value)
          Sets the value of the rights as @type="html".
 Text Source.setRightsAsXhtml(String value)
          Sets the value of the rights as @type="xhtml"
 Text Entry.setRightsAsXhtml(String value)
          Sets the value of the rights as @type="xhtml"
 Text Source.setSubtitle(Div value)
          Sets the value of the subtitle as @type="xhtml"
 Text Source.setSubtitle(String value)
          Sets the value of the subtitle as @type="text"
 Text Source.setSubtitle(String value, Text.Type type)
          Sets the value of the subtitle
 Text Source.setSubtitleAsHtml(String value)
          Sets the value of the subtitle as @type="html"
 Text Source.setSubtitleAsXhtml(String value)
          Sets the value of the subtitle as @type="xhtml"
 Text Entry.setSummary(Div value)
          Sets the value of the summary as @type="xhtml"
 Text Entry.setSummary(String value)
          Sets the value of the summary as @type="text"
 Text Entry.setSummary(String value, Text.Type type)
          Sets the value of the summary
 Text Entry.setSummaryAsHtml(String value)
          Sets the value of the summary as @type="html"
 Text Entry.setSummaryAsXhtml(String value)
          Sets the value of the summary as @type="xhtml"
 Text Text.setTextType(Text.Type type)
          Set the Text.Type
 Text Source.setTitle(Div value)
          Sets the value of the title as @type="xhtml"
 Text Entry.setTitle(Div value)
          Sets the value of the title as @type="xhtml"
 Text Workspace.setTitle(String title)
          Set the workspace title
 Text Source.setTitle(String value)
          Sets the value of the title as @type="text"
 Text Entry.setTitle(String value)
          Sets the value of the title as @type="text"
 Text Collection.setTitle(String title)
          Set the value of the collections atom:title element using type="text"
 Text Source.setTitle(String value, Text.Type type)
          Sets the value of the title
 Text Entry.setTitle(String value, Text.Type type)
          Sets the value of the title
 Text Workspace.setTitleAsHtml(String title)
          Set the workspace title as escaped HTML
 Text Source.setTitleAsHtml(String value)
          Sets the value of the title as @type="html"
 Text Entry.setTitleAsHtml(String value)
          Sets the value of the title as @type="html"
 Text Collection.setTitleAsHtml(String title)
          Set the value of the collections atom:title element using type="html".
 Text Source.setTitleAsXhtml(String value)
          Sets the value of the title as @type="xhtml"
 Text Entry.setTitleAsXhtml(String value)
          Sets the value of the title as @type="xhtml"
 Text Workspace.setTitleAsXHtml(String title)
          Set the workspace title as XHTML
 Text Collection.setTitleAsXHtml(String title)
          Set the value of the collections atom:title element using type="xhtml".
 Text Text.setValue(String value)
          Set the text value
 Text Text.setValueElement(Div value)
          Set the text value element
 Text Text.setWrappedValue(String wrappedValue)
          Set the wrapped value
 

Methods in org.apache.abdera.model with parameters of type Text
 Entry Entry.setRightsElement(Text text)
           The rights element is typically used to convey a human readable copyright (e.g.
<T extends Source>
T
Source.setRightsElement(Text text)
           The rights element is typically used to convey a human readable copyright (e.g.
<T extends Source>
T
Source.setSubtitleElement(Text text)
          RFC4287: The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed.
 Entry Entry.setSummaryElement(Text text)
          RFC4287: The "atom:summary" element is a Text construct that conveys a short summary, abstract, or excerpt of an entry...
 Entry Entry.setTitleElement(Text title)
          RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
<T extends Source>
T
Source.setTitleElement(Text text)
          RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
 

Uses of Text in org.apache.abdera.protocol.server.adapters.jcr
 

Methods in org.apache.abdera.protocol.server.adapters.jcr that return Text
 Text JcrCollectionAdapter.getSummary(javax.jcr.Node entry, RequestContext request)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.