Uses of Class
org.codehaus.groovy.grails.web.converters.exceptions.ConverterException

Packages that use ConverterException
grails.converters   
org.codehaus.groovy.grails.web.converters   
 

Uses of ConverterException in grails.converters
 

Methods in grails.converters that throw ConverterException
 void JSON.array(Object o)
           
protected  void JSON.bean(Object o)
          Renders any Java object to the JSON Writer by leveraging the Java reflection API
protected  void JSON.domain(Object o)
          Renders a instance of a Grails Domain Class to the JSON Writer
 void XML.render(HttpServletResponse response)
           
 void JSON.render(HttpServletResponse response)
          Directs the JSON Writer to the Outputstream of the HttpServletResponse and sets the Content-Type to text/json
 void XML.render(Writer out)
           
 void JSON.render(Writer out)
          Directs the JSON Writer to the given Writer
 void JSON.value(Object o)
           
 

Uses of ConverterException in org.codehaus.groovy.grails.web.converters
 

Methods in org.codehaus.groovy.grails.web.converters that throw ConverterException
static Object ConverterUtil.createConverter(Class converterClass, Object target)
           
 void Converter.render(HttpServletResponse response)
           
 void Converter.render(Writer out)
           
 



Copyright (c) 2005-2006 The Grails project