@Rest(path="/dto", title="DTO examples", description="Example serialization of predefined Data Transfer Objects.", children={AtomFeedResource.class,JsonSchemaResource.class}) @HtmlDocConfig(widgets={ContentTypeMenuItem.class,ThemeMenuItem.class}, navlinks={"up: request:/..","options: servlet:/?method=OPTIONS","stats: servlet:/stats","$W{ContentTypeMenuItem}","$W{ThemeMenuItem}","source: $C{Source/gitHub}/org/apache/juneau/examples/rest/dto/$R{servletClassSimple}.java"}, aside={"<div style=\'max-width:400px\' class=\'text\'>","\t<p>This is an example of a nested \'router\' page that serves as a jumping-off point to other child resources.</p>","</div>"}) @SerializerConfig(quoteChar="\'") public class DtoExamples extends BasicRestServletJenaGroup
Constructor and Description |
---|
DtoExamples() |
getChildren
error, getOptions, getStats
destroy, getContext, getPath, getProperties, getRequest, getResponse, getServletConfig, init, log, log, log, log, logObjects, service, setContext, setRestResourceResolver
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
getInitParameter, getInitParameterNames, getServletContext, getServletInfo, getServletName, init
public DtoExamples()
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.