|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJSONWriter | |
---|---|
org.apache.tapestry | Tapestry is a comprehensive web application framework, written in Java. |
org.apache.tapestry.dojo.form | Form related components that are wrapped by dojo widgets. |
org.apache.tapestry.markup |
Implementations of IMarkupWriter . |
org.apache.tapestry.services.impl | Service implementations. |
Uses of IJSONWriter in org.apache.tapestry |
---|
Methods in org.apache.tapestry with parameters of type IJSONWriter | |
---|---|
void |
IJSONRender.renderComponent(IJSONWriter writer,
IRequestCycle cycle)
Renders a JSON object response back to the client. |
Uses of IJSONWriter in org.apache.tapestry.dojo.form |
---|
Methods in org.apache.tapestry.dojo.form with parameters of type IJSONWriter | |
---|---|
void |
Autocompleter.renderComponent(IJSONWriter writer,
IRequestCycle cycle)
Renders a JSON object response back to the client. |
Uses of IJSONWriter in org.apache.tapestry.markup |
---|
Classes in org.apache.tapestry.markup that implement IJSONWriter | |
---|---|
class |
JSONWriterImpl
Implementation of IJSONWriter . |
Methods in org.apache.tapestry.markup that return IJSONWriter | |
---|---|
IJSONWriter |
MarkupWriterSource.newJSONWriter(PrintWriter writer,
ContentType contentType)
Creates and returns a new instance of IJSONWriter . |
IJSONWriter |
MarkupWriterSourceImpl.newJSONWriter(PrintWriter writer,
ContentType contentType)
|
Uses of IJSONWriter in org.apache.tapestry.services.impl |
---|
Fields in org.apache.tapestry.services.impl declared as IJSONWriter | |
---|---|
protected IJSONWriter |
JSONResponseBuilder._writer
Writer that creates JSON output response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |