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

Packages that use Content
org.apache.abdera.examples.appserver.employee   
org.apache.abdera.ext.rss   
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.parser.stax   
org.apache.abdera.protocol.server.adapters.jcr   
org.apache.abdera.protocol.server.impl   
 

Uses of Content in org.apache.abdera.examples.appserver.employee
 

Methods in org.apache.abdera.examples.appserver.employee with parameters of type Content
 Employee EmployeeCollectionAdapter.postEntry(String title, IRI id, String summary, Date updated, List<Person> authors, Content content, RequestContext request)
           
 void EmployeeCollectionAdapter.putEntry(Employee employee, String title, Date updated, List<Person> authors, String summary, Content content, RequestContext request)
           
 

Uses of Content in org.apache.abdera.ext.rss
 

Classes in org.apache.abdera.ext.rss that implement Content
 class RssContent
           
 

Methods in org.apache.abdera.ext.rss that return Content
 Content RssItem.getContentElement()
           
 Content RssItem.setContent(javax.activation.DataHandler dataHandler)
           
 Content RssItem.setContent(javax.activation.DataHandler dataHandler, String mediatype)
           
 Content RssItem.setContent(Element value)
           
 Content RssItem.setContent(Element element, String mediaType)
           
 Content RssItem.setContent(InputStream inputStream)
           
 Content RssItem.setContent(InputStream inputStream, String mediatype)
           
 Content RssItem.setContent(IRI uri, String mediatype)
           
 Content RssItem.setContent(String value)
           
 Content RssItem.setContent(String value, Content.Type type)
           
 Content RssItem.setContent(String value, String mediatype)
           
 Content RssItem.setContentAsHtml(String value)
           
 Content RssItem.setContentAsXhtml(String value)
           
 Content RssContent.setContentType(Content.Type type)
           
 Content RssContent.setDataHandler(javax.activation.DataHandler dataHandler)
           
 Content RssContent.setMimeType(String type)
           
 Content RssContent.setSrc(String src)
           
 Content RssContent.setValue(String value)
           
<T extends Element>
Content
RssContent.setValueElement(T value)
           
 Content RssContent.setWrappedValue(String wrappedValue)
           
 

Methods in org.apache.abdera.ext.rss with parameters of type Content
 Entry RssItem.setContentElement(Content content)
           
 

Uses of Content in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Content
 Content Factory.newContent()
          Create a new Content element.
 Content Factory.newContent(Content.Type type)
          Create a new Content element of the given Content.Type.
 Content Factory.newContent(Content.Type type, Element parent)
          Create a new Content element of the given Content.Type as a child of the given Element.
 Content Factory.newContent(javax.activation.MimeType mediaType)
          Create a new Content element of the given MediaType.
 Content Factory.newContent(javax.activation.MimeType mediaType, Element parent)
          Create a new Content element of the given MediaType as a child of the given Element.
 

Uses of Content in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Content
 Content Entry.getContentElement()
          Returns the content for this entry
 Content Entry.setContent(javax.activation.DataHandler dataHandler)
          Sets the content for this entry
 Content Entry.setContent(javax.activation.DataHandler dataHandler, String mediatype)
          Sets the content for this entry
 Content Entry.setContent(Element value)
          Sets the content for this entry
 Content Entry.setContent(Element element, String mediaType)
          Sets the content for this entry
 Content Entry.setContent(InputStream inputStream)
          Sets the content for this entry
 Content Entry.setContent(InputStream inputStream, String mediatype)
          Sets the content for this entry
 Content Entry.setContent(IRI uri, String mediatype)
          Sets the content for this entry as out of line.
 Content Entry.setContent(String value)
          Sets the content for this entry as @type="text"
 Content Entry.setContent(String value, Content.Type type)
          Sets the content for this entry
 Content Entry.setContent(String value, String mediatype)
          Sets the content for this entry
 Content Entry.setContentAsHtml(String value)
          Sets the content for this entry as @type="html"
 Content Entry.setContentAsXhtml(String value)
          Sets the content for this entry as @type="xhtml"
 Content Content.setContentType(Content.Type type)
          Set the Content Type
 Content Content.setDataHandler(javax.activation.DataHandler dataHandler)
          Sets the string value of the content element by Base64 encoding the specifed byte array.
 Content Content.setMimeType(String type)
          RFC4287: On the atom:content element, the value of the "type" attribute MAY be one of "text", "html", or "xhtml".
 Content Content.setSrc(String src)
           RFC4287: atom:content MAY have a "src" attribute, whose value MUST be an IRI reference.
 Content Content.setValue(String value)
          Set the string value of the atom:content element
<T extends Element>
Content
Content.setValueElement(T value)
          Set the value element of the content.
 Content Content.setWrappedValue(String wrappedValue)
          Set the string value of the atom:content with the enclosing div tag
 

Methods in org.apache.abdera.model with parameters of type Content
 Entry Entry.setContentElement(Content content)
          Sets the content for this entry
 

Uses of Content in org.apache.abdera.parser.stax
 

Classes in org.apache.abdera.parser.stax that implement Content
 class FOMContent
           
 

Methods in org.apache.abdera.parser.stax that return Content
 Content FOMEntry.getContentElement()
           
 Content FOMFactory.newContent()
           
 Content FOMFactory.newContent(Content.Type type)
           
 Content FOMFactory.newContent(Content.Type type, Element parent)
           
 Content FOMFactory.newContent(javax.activation.MimeType mediaType)
           
 Content FOMFactory.newContent(javax.activation.MimeType mediaType, Element parent)
           
 Content FOMFactory.newContent(QName qname, Content.Type type, org.apache.axiom.om.OMContainer parent, org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
           
 Content FOMEntry.setContent(javax.activation.DataHandler dataHandler)
          Sets the content for this entry
 Content FOMEntry.setContent(javax.activation.DataHandler dataHandler, String mediatype)
          Sets the content for this entry
 Content FOMEntry.setContent(Element value)
          Sets the content for this entry
 Content FOMEntry.setContent(Element element, String mediaType)
          Sets the content for this entry
 Content FOMEntry.setContent(InputStream in)
          Sets the content for this entry
 Content FOMEntry.setContent(InputStream in, String mediatype)
          Sets the content for this entry
 Content FOMEntry.setContent(IRI uri, String mediatype)
          Sets the content for this entry
 Content FOMEntry.setContent(String value)
          Sets the content for this entry as @type="text"
 Content FOMEntry.setContent(String value, Content.Type type)
          Sets the content for this entry
 Content FOMEntry.setContent(String value, String mediatype)
          Sets the content for this entry
 Content FOMEntry.setContentAsHtml(String value)
           
 Content FOMEntry.setContentAsXhtml(String value)
           
 Content FOMContent.setContentType(Content.Type type)
           
 Content FOMContent.setDataHandler(javax.activation.DataHandler dataHandler)
           
 Content FOMContent.setMimeType(String type)
           
 Content FOMContent.setSrc(String src)
           
 Content FOMContent.setValue(String value)
           
<T extends Element>
Content
FOMContent.setValueElement(T value)
           
 Content FOMContent.setWrappedValue(String wrappedValue)
           
 

Methods in org.apache.abdera.parser.stax with parameters of type Content
 Entry FOMEntry.setContentElement(Content content)
           
 

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

Methods in org.apache.abdera.protocol.server.adapters.jcr with parameters of type Content
protected  javax.jcr.Node JcrCollectionAdapter.mapEntryToNode(javax.jcr.Node entry, String title, String summary, Date updated, List<Person> authors, Content content, javax.jcr.Session session)
           
 javax.jcr.Node JcrCollectionAdapter.postEntry(String title, IRI id, String summary, Date updated, List<Person> authors, Content content, RequestContext request)
           
protected  javax.jcr.Node JcrCollectionAdapter.postEntry(String title, String summary, Date updated, List<Person> authors, Content content, javax.jcr.Session session, javax.jcr.Node collectionNode, String resourceName, int num)
           
 void JcrCollectionAdapter.putEntry(javax.jcr.Node entry, String title, Date updated, List<Person> authors, String summary, Content content, RequestContext request)
           
 

Uses of Content in org.apache.abdera.protocol.server.impl
 

Methods in org.apache.abdera.protocol.server.impl with parameters of type Content
abstract  T AbstractEntityCollectionAdapter.postEntry(String title, IRI id, String summary, Date updated, List<Person> authors, Content content, RequestContext request)
          Create a new entry
abstract  void AbstractEntityCollectionAdapter.putEntry(T entry, String title, Date updated, List<Person> authors, String summary, Content content, RequestContext request)
          Update an entry.
 



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