Uses of Class
net.craftforge.essential.controller.annotations.Produces

Packages that use Produces
net.craftforge.essential.supply   
net.craftforge.essential.supply.jaxb   
 

Uses of Produces in net.craftforge.essential.supply
 

Methods in net.craftforge.essential.supply with annotations of type Produces
 void Producer.plain(Object result, OutputStream out, String charset)
          Serializes the result object to plain text, using the specified character encoding.
 

Uses of Produces in net.craftforge.essential.supply.jaxb
 

Methods in net.craftforge.essential.supply.jaxb with annotations of type Produces
 void JaxbProducer.json(Object result, OutputStream out, String charset)
          Serializes the result object to JSON, using the specified character encoding.
 void JaxbProducer.xml(Object result, OutputStream out, String charset)
          Serializes the result object to XML, using the specified character encoding.
 



Copyright © 2011. All Rights Reserved.