|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConverterException | |
---|---|
grails.converters | |
grails.converters.deep | |
org.codehaus.groovy.grails.web.converters |
Uses of ConverterException in grails.converters |
---|
Methods in grails.converters that throw ConverterException | |
---|---|
void |
JSON.array(java.lang.Object o)
|
protected void |
JSON.bean(java.lang.Object o)
Renders any Java object to the JSON Writer by leveraging the Java reflection API |
protected void |
JSON.domain(java.lang.Object o)
Renders a instance of a Grails Domain Class to the JSON Writer |
static java.lang.Object |
JSON.parse(javax.servlet.http.HttpServletRequest request)
Parses the given request's InputStream and returns ether a JSONObject or a JSONArry |
static java.lang.Object |
XML.parse(javax.servlet.http.HttpServletRequest request)
Parses the give XML (read from the POST Body of the Request) |
static java.lang.Object |
JSON.parse(java.io.InputStream is,
java.lang.String encoding)
Parses the given JSON and returns ether a JSONObject or a JSONArry |
static java.lang.Object |
XML.parse(java.io.InputStream is,
java.lang.String encoding)
Parses the given XML |
static java.lang.Object |
JSON.parse(java.lang.String source)
Parses the given JSON String and returns ether a JSONObject or a JSONArry |
static java.lang.Object |
XML.parse(java.lang.String source)
Parses the given XML |
void |
JSON.render(javax.servlet.http.HttpServletResponse response)
Directs the JSON Writer to the Outputstream of the HttpServletResponse and sets the Content-Type to application/json |
void |
XML.render(javax.servlet.http.HttpServletResponse response)
Renders the XML to the HttpServletResponse, also setting the the Content-Type (text/xml) |
void |
JSON.render(java.io.Writer out)
Directs the JSON Writer to the given Writer |
void |
XML.render(java.io.Writer out)
Renders the XML to the given Writer |
void |
JSON.value(java.lang.Object o)
|
Uses of ConverterException in grails.converters.deep |
---|
Methods in grails.converters.deep that throw ConverterException | |
---|---|
protected void |
JSON.bean(java.lang.Object o)
|
protected void |
JSON.domain(java.lang.Object o)
|
protected void |
JSON.handleCircularRelationship(java.lang.Object o)
|
Uses of ConverterException in org.codehaus.groovy.grails.web.converters |
---|
Methods in org.codehaus.groovy.grails.web.converters that throw ConverterException | |
---|---|
static java.lang.Object |
ConverterUtil.createConverter(java.lang.Class converterClass,
java.lang.Object target)
|
void |
Converter.render(javax.servlet.http.HttpServletResponse response)
Marshalls the target and writes it a HttpServletResponse The response will be comitted after this operation |
void |
Converter.render(java.io.Writer out)
Marshalls the target and writes it to a java.io.Writer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |