Uses of Class
org.apache.abdera.model.Content.Type

Packages that use Content.Type
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.writer   
 

Uses of Content.Type in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory with parameters of type Content.Type
 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.
 StreamBuilder StreamBuilder.startContent(Content.Type type)
           
 StreamBuilder StreamBuilder.startContent(Content.Type type, String src)
           
 StreamBuilder StreamBuilder.writeContent(Content.Type type, javax.activation.DataHandler value)
           
 StreamBuilder StreamBuilder.writeContent(Content.Type type, InputStream value)
           
 StreamBuilder StreamBuilder.writeContent(Content.Type type, String value)
           
 

Uses of Content.Type in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Content.Type
 Content.Type Entry.getContentType()
          Returns the content type
 Content.Type Content.getContentType()
          Returns the Content Type
static Content.Type Content.Type.typeFromString(String val)
          Return an appropriate Type given the specified @type attribute value
static Content.Type Content.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Content.Type[] Content.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.abdera.model with parameters of type Content.Type
 Content Entry.setContent(String value, Content.Type type)
          Sets the content for this entry
 Content Content.setContentType(Content.Type type)
          Set the Content Type
 

Uses of Content.Type in org.apache.abdera.writer
 

Methods in org.apache.abdera.writer with parameters of type Content.Type
 StreamWriter StreamWriter.startContent(Content.Type type)
          Start an atom:content element
 StreamWriter StreamWriter.startContent(Content.Type type, String src)
          Start an atom:content element
 StreamWriter StreamWriter.writeContent(Content.Type type, javax.activation.DataHandler value)
          Write an atom:content element
 StreamWriter StreamWriter.writeContent(Content.Type type, InputStream value)
          Write an atom:content element
 StreamWriter StreamWriter.writeContent(Content.Type type, String value)
          Write an atom:content element
 



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