Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 82B20200CAE for ; Wed, 7 Jun 2017 02:56:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 817B1160BD4; Wed, 7 Jun 2017 00:56:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0D5C4160BD3 for ; Wed, 7 Jun 2017 02:56:42 +0200 (CEST) Received: (qmail 94012 invoked by uid 500); 7 Jun 2017 00:56:42 -0000 Mailing-List: contact commits-help@juneau.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.incubator.apache.org Delivered-To: mailing list commits@juneau.incubator.apache.org Received: (qmail 94003 invoked by uid 99); 7 Jun 2017 00:56:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2017 00:56:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 9F5FEC0096 for ; Wed, 7 Jun 2017 00:56:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.022 X-Spam-Level: X-Spam-Status: No, score=-5.022 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id bjJhFHXkdw6V for ; Wed, 7 Jun 2017 00:56:24 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 8532860FA9 for ; Wed, 7 Jun 2017 00:56:13 +0000 (UTC) Received: (qmail 92557 invoked by uid 99); 7 Jun 2017 00:56:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2017 00:56:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B9DBDFB01; Wed, 7 Jun 2017 00:56:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Date: Wed, 07 Jun 2017 00:57:00 -0000 Message-Id: In-Reply-To: <629bc095ad1c40bfb0a57d51a6e50eeb@git.apache.org> References: <629bc095ad1c40bfb0a57d51a6e50eeb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [50/51] [partial] incubator-juneau-website git commit: Javadoc updates. archived-at: Wed, 07 Jun 2017 00:56:45 -0000 http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/index-all.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/index-all.html b/content/site/apidocs/index-all.html index 8ec52a7..fc931c3 100644 --- a/content/site/apidocs/index-all.html +++ b/content/site/apidocs/index-all.html @@ -857,6 +857,11 @@
Logs a warning message.
+
addWidget(Class<? extends Widget>) - Method in class org.apache.juneau.rest.RestConfig
+
+
Defines widgets that can be used in conjunction with string variables of the form "$W{name}"to quickly + generate arbitrary replacement text.
+
Age - Class in org.apache.juneau.http
Represents a parsed Age HTTP response header.
@@ -1296,6 +1301,12 @@
Creates an Article element with the specified child nodes.
+
article(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Renders the contents of the <body>/<article> element.
+
+
article(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
AsciiMap - Class in org.apache.juneau.internal
Stores a Map of ASCII characters to Strings in a quick-lookup array.
@@ -1350,6 +1361,12 @@
Creates an Aside element with the specified child nodes.
+
aside(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Renders the contents of the <body>/<aside> element.
+
+
aside(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
asInt() - Method in class org.apache.juneau.http.HeaderInteger
Returns this header as a simple string value.
@@ -2996,6 +3013,12 @@
Creates a Body element with the specified child nodes.
+
body(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Renders the contents of the <body> element.
+
+
body(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
Body - Annotation Type in org.apache.juneau.remoteable
Annotation applied to Java method arguments of interface proxies to denote that they are the HTTP body of the request.
@@ -4308,6 +4331,8 @@
 
compareTo(Link) - Method in class org.apache.juneau.dto.Link
 
+
compareTo(MediaType) - Method in class org.apache.juneau.http.MediaType
+
 
compareTo(MediaTypeRange) - Method in class org.apache.juneau.http.MediaTypeRange
Compares two MediaRanges for equality.
@@ -4650,6 +4675,12 @@
Sets the value for the Content-Type request header.
+
ContentTypeLinksWidget - Class in org.apache.juneau.rest.widget
+
+
Widget that returns back a list of hyperlinks for rendering the contents of a page in a variety of content types.
+
+
ContentTypeLinksWidget() - Constructor for class org.apache.juneau.rest.widget.ContentTypeLinksWidget
+
 
Context - Class in org.apache.juneau
A reusable stateless thread-safe read-only configuration, typically used for creating one-time use Session objects.
@@ -4965,6 +4996,12 @@
crossorigin attribute.
+
css(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Renders the contents of the <head>/<style type="text/css"> element.
+
+
css(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
CSV - Static variable in class org.apache.juneau.http.MediaType
Reusable predefined media type
@@ -5348,73 +5385,73 @@
Creates a Dd element with the specified child nodes.
-
debug(boolean) - Method in class org.apache.juneau.CoreObjectBuilder
+
debug() - Method in class org.apache.juneau.CoreObjectBuilder
Configuration property: Debug mode.
-
debug(boolean) - Method in class org.apache.juneau.csv.CsvParserBuilder
+
debug() - Method in class org.apache.juneau.csv.CsvParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.csv.CsvSerializerBuilder
+
debug() - Method in class org.apache.juneau.csv.CsvSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.html.HtmlParserBuilder
+
debug() - Method in class org.apache.juneau.html.HtmlParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.html.HtmlSerializerBuilder
+
debug() - Method in class org.apache.juneau.html.HtmlSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.jena.RdfParserBuilder
+
debug() - Method in class org.apache.juneau.jena.RdfParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.jena.RdfSerializerBuilder
+
debug() - Method in class org.apache.juneau.jena.RdfSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.jso.JsoParserBuilder
+
debug() - Method in class org.apache.juneau.jso.JsoParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.jso.JsoSerializerBuilder
+
debug() - Method in class org.apache.juneau.jso.JsoSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.json.JsonParserBuilder
+
debug() - Method in class org.apache.juneau.json.JsonParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
+
debug() - Method in class org.apache.juneau.json.JsonSchemaSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.json.JsonSerializerBuilder
+
debug() - Method in class org.apache.juneau.json.JsonSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
+
debug() - Method in class org.apache.juneau.msgpack.MsgPackParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
+
debug() - Method in class org.apache.juneau.msgpack.MsgPackSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.parser.ParserBuilder
+
debug() - Method in class org.apache.juneau.parser.ParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.parser.ParserGroupBuilder
+
debug() - Method in class org.apache.juneau.parser.ParserGroupBuilder
Sets the BeanContext.BEAN_debug property on all parsers in this group.
-
debug(boolean) - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
+
debug() - Method in class org.apache.juneau.plaintext.PlainTextParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
+
debug() - Method in class org.apache.juneau.plaintext.PlainTextSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.rest.client.RestCall
+
debug() - Method in class org.apache.juneau.rest.client.RestCall
Sets Debug: value header on this request.
-
debug(boolean) - Method in class org.apache.juneau.rest.client.RestClientBuilder
+
debug() - Method in class org.apache.juneau.rest.client.RestClientBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.serializer.SerializerBuilder
+
debug() - Method in class org.apache.juneau.serializer.SerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
+
debug() - Method in class org.apache.juneau.serializer.SerializerGroupBuilder
-
Sets the BeanContext.BEAN_debug property on all serializers in this group.
+
Sets the BeanContext.BEAN_debug property to true on all serializers in this group.
-
debug(boolean) - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
+
debug() - Method in class org.apache.juneau.soap.SoapXmlSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.uon.UonParserBuilder
+
debug() - Method in class org.apache.juneau.uon.UonParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.uon.UonSerializerBuilder
+
debug() - Method in class org.apache.juneau.uon.UonSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
+
debug() - Method in class org.apache.juneau.urlencoding.UrlEncodingParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
+
debug() - Method in class org.apache.juneau.urlencoding.UrlEncodingSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.xml.XmlParserBuilder
+
debug() - Method in class org.apache.juneau.xml.XmlParserBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.xml.XmlSchemaSerializerBuilder
+
debug() - Method in class org.apache.juneau.xml.XmlSchemaSerializerBuilder
 
-
debug(boolean) - Method in class org.apache.juneau.xml.XmlSerializerBuilder
+
debug() - Method in class org.apache.juneau.xml.XmlSerializerBuilder
 
decode(String, String) - Method in interface org.apache.juneau.ini.Encoder
@@ -7092,6 +7129,12 @@
Creates a Footer element with the specified child nodes.
+
footer(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Renders the contents of the <body>/<footer> element.
+
+
footer(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
forClass() - Method in class org.apache.juneau.rest.RestParam
Returns the parameter class type that this parameter resolver is meant for.
@@ -7869,6 +7912,10 @@
Given an array of Type objects, returns a ClassMeta representing those arguments.
+
getAside() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
+
+
Returns the HtmlDocSerializerContext.HTMLDOC_aside setting value in this context.
+
getAt(Class<T>, String) - Method in class org.apache.juneau.ObjectList
Same as get(Class,int), but the key is a slash-delimited @@ -8509,9 +8556,9 @@
Returns the converters associated with this resource at the class level.
-
getCssImports() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
+
getCss() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
-
Returns the HtmlDocSerializerContext.HTMLDOC_cssImports setting value in this context.
+
Returns the HtmlDocSerializerContext.HTMLDOC_css setting value in this context.
getCssUrl() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
@@ -8636,6 +8683,10 @@
Bean property getter: description.
+
getDescription() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
+
+
Returns the HtmlDocSerializerContext.HTMLDOC_description setting value in this context.
+
getDescription() - Method in class org.apache.juneau.rest.labels.NameDescription
Returns the description field on this label.
@@ -8909,6 +8960,10 @@
Bean property getter: flow.
+
getFooter() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
+
+
Returns the HtmlDocSerializerContext.HTMLDOC_footer setting value in this context.
+
getFormat() - Method in class org.apache.juneau.dto.swagger.HeaderInfo
Bean property getter: format.
@@ -8969,6 +9024,10 @@
Returns the guards associated with this resource at the class level.
+
getHeader() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
+
+
Returns the HtmlDocSerializerContext.HTMLDOC_header setting value in this context.
+
getHeader(String) - Method in class org.apache.juneau.rest.RestRequest
 
getHeaderArgs() - Method in class org.apache.juneau.remoteable.RemoteableMethodMeta
@@ -9017,6 +9076,54 @@
Returns the language of the target of this link.
+
getHtmlAside() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page aside section contents.
+
+
getHtmlCss() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page CSS contents.
+
+
getHtmlCssUrl() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page CSS URL.
+
+
getHtmlDescription() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page description.
+
+
getHtmlFooter() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page footer section contents.
+
+
getHtmlHeader() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page header contents.
+
+
getHtmlLinks() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page nav section links.
+
+
getHtmlNav() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page nav section contents.
+
+
getHtmlNoResultsMessage() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page no-results message.
+
+
getHtmlNoWrap() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page nowrap setting.
+
+
getHtmlTemplate() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page template.
+
+
getHtmlTitle() - Method in class org.apache.juneau.rest.RestContext
+
+
The HTML page title.
+
getHttpMethod() - Method in class org.apache.juneau.remoteable.RemoteableMethodMeta
Returns the value of the RemoteMethod.httpMethod() annotation on this Java method.
@@ -9806,6 +9913,14 @@
Returns the parameter name for this parameter as shown in the Swagger doc.
+
getName() - Method in class org.apache.juneau.rest.widget.ContentTypeLinksWidget
+
 
+
getName() - Method in class org.apache.juneau.rest.widget.PoweredByJuneauWidget
+
 
+
getName() - Method in class org.apache.juneau.rest.widget.Widget
+
+
The widget key (i.e.
+
getName() - Method in class org.apache.juneau.svl.Var
Return the name of this variable.
@@ -9842,6 +9957,10 @@
Returns the list of namespaces being used in the current XML serialization.
+
getNav() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
+
+
Returns the HtmlDocSerializerContext.HTMLDOC_nav setting value in this context.
+
getNegotiatedOutputStream() - Method in class org.apache.juneau.rest.RestResponse
Equivalent to ServletResponse.getOutputStream(), except @@ -9859,6 +9978,10 @@
Returns the class type of the parameter of the numeric constructor.
+
getNoResultsMessage() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
+
+
Returns the HtmlDocSerializerContext.HTMLDOC_noResultsMessage setting value in this context.
+
getNormalClass() - Method in class org.apache.juneau.transform.PojoSwap
Returns the T class, the normalized form of the class.
@@ -10073,30 +10196,6 @@
 
getOverrideProperties() - Method in class org.apache.juneau.xml.XmlSerializer.SqReadable
 
-
getPageLinks() - Method in class org.apache.juneau.rest.RestContext
-
-
Returns the page links as defined by the RestResource.pageLinks() annotation or RestConfig.setPageLinks(String) method.
-
-
getPageLinks() - Method in class org.apache.juneau.rest.RestRequest
-
-
Returns the localized page links for HTML views.
-
-
getPageText() - Method in class org.apache.juneau.rest.RestContext
-
-
Returns the page text as defined by the RestResource.pageText() annotation or RestConfig.setPageText(String) method.
-
-
getPageText() - Method in class org.apache.juneau.rest.RestRequest
-
-
Returns the localized page text for HTML views.
-
-
getPageTitle() - Method in class org.apache.juneau.rest.RestContext
-
-
Returns the page title as defined by the RestResource.pageTitle() annotation or RestConfig.setPageTitle(String) method.
-
-
getPageTitle() - Method in class org.apache.juneau.rest.RestRequest
-
-
Returns the localized page title for HTML views.
-
getParameters() - Method in class org.apache.juneau.dto.swagger.Operation
Bean property getter: parameters.
@@ -10579,6 +10678,10 @@
Returns the render class for rendering the style and contents of this property value in HTML.
+
getRender() - Method in class org.apache.juneau.html.HtmlClassMeta
+
+
Returns the Html.render() annotation defined on the class.
+
getRequest() - Method in class org.apache.juneau.rest.client.RestCall
Returns access to the HttpUriRequest passed to HttpClient.execute(HttpUriRequest).
@@ -11171,6 +11274,10 @@
Returns the TE header on the request.
+
getTemplate() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
+
+
Returns the template to use for generating the HTML page.
+
getTerm() - Method in class org.apache.juneau.dto.atom.Category
 
getTermsOfService() - Method in class org.apache.juneau.dto.swagger.Info
@@ -11205,10 +11312,6 @@
Returns the inner text of this element.
-
getText() - Method in class org.apache.juneau.html.HtmlDocSerializerSession
-
-
Returns the HtmlDocSerializerContext.HTMLDOC_text setting value in this context.
-
getText() - Method in class org.apache.juneau.microservice.resources.LogParser.Entry
 
getText(XMLStreamReader, boolean) - Method in class org.apache.juneau.xml.XmlParserSession
@@ -11331,6 +11434,10 @@
Bean property getter: type.
+
getTypedProperty(String, Class<T>, Class<? extends T>, Object...) - Method in class org.apache.juneau.PropertyStore
+
+
Returns a property value either cast to the specified type, or a new instance of the specified type.
+
getTypeName(ClassMeta<?>) - Method in class org.apache.juneau.BeanRegistry
Given the specified class, return the dictionary name for it.
@@ -11548,6 +11655,14 @@
Returns the warnings that occurred in this session.
+
getWidgets() - Method in class org.apache.juneau.rest.RestContext
+
+
The widgets used for resolving "$W{...}" variables.
+
+
getWidgets() - Method in class org.apache.juneau.rest.RestRequest
+
+
Returns the widgets used for resolving "$W{...}" string variables.
+
getWrapped() - Method in class org.apache.juneau.dto.swagger.Xml
Bean property getter: wrapped.
@@ -11741,6 +11856,12 @@
Returns true if argument exists at specified index.
+
hasAside(HtmlDocSerializerSession) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Returns true if this page should render a <body>/<aside> element.
+
+
hasAside(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
hasBeanUri() - Method in class org.apache.juneau.jena.RdfBeanMeta
Returns true if one of the properties on this bean is annotated with Rdf.beanUri() as true
@@ -11757,6 +11878,18 @@
Returns whether this HTTP method normally has content.
+
hasCss(HtmlDocSerializerSession) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Returns true if this page should render a <head>/<style type="text/css"> element.
+
+
hasCss(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
+
hasFooter(HtmlDocSerializerSession) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Returns true if this page should render a <body>/<footer> element.
+
+
hasFooter(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
HasFormData - Annotation Type in org.apache.juneau.rest.annotation
Annotation that can be applied to a parameter of a RestMethod annotated method @@ -11798,10 +11931,22 @@
 
hashCode() - Method in class org.apache.juneau.xml.Namespace
 
+
hasHeader(HtmlDocSerializerSession) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Returns true if this page should render a <body>/<header> element.
+
+
hasHeader(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
hasName(String) - Method in class org.apache.juneau.BeanRegistry
Returns true if this dictionary has an entry for the specified type name.
+
hasNav(HtmlDocSerializerSession) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Returns true if this page should render a <body>/<nav> element.
+
+
hasNav(HtmlDocSerializerSession) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
hasNext() - Method in class org.apache.juneau.microservice.resources.LogParser
 
hasOutput() - Method in class org.apache.juneau.rest.RestResponse
@@ -11840,6 +11985,12 @@
Creates a Head element with the specified child nodes.
+
head(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Renders the contents of the <head> element.
+
+
head(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
header(Object...) - Method in class org.apache.juneau.dto.html5.Article
Adds a header node to this element.
@@ -11862,6 +12013,12 @@
+
header(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Renders the contents of the <body>/<header> element.
+
+
header(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
Header - Annotation Type in org.apache.juneau.remoteable
Annotation applied to Java method arguments of interface proxies to denote that they are serialized as an HTTP header value.
@@ -12202,18 +12359,38 @@
Constructor.
-
HTMLDOC_cssImports - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
+
HtmlDoc - Annotation Type in org.apache.juneau.rest.annotation
+
+
Contains all the configurable annotations for the HtmlDocSerializer.
+
+
HTMLDOC_aside - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
-
Configuration property: CSS imports.
+
Configuration property: Aside section contents.
-
HTMLDOC_cssImports_add - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
+
HTMLDOC_css - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
-
Configuration property: Add to the HtmlDocSerializerContext.HTMLDOC_cssImports property.
+
Configuration property: CSS code.
+
+
HTMLDOC_css_add - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
+
+
Configuration property: Add to the HtmlDocSerializerContext.HTMLDOC_css property.
HTMLDOC_cssUrl - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
Configuration property: Stylesheet URL.
+
HTMLDOC_description - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
+
+
Configuration property: Page description.
+
+
HTMLDOC_footer - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
+
+
Configuration property: Footer section contents.
+
+
HTMLDOC_header - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
+
+
Configuration property: Header section contents.
+
HTMLDOC_links - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
Configuration property: Page links.
@@ -12222,13 +12399,21 @@
Configuration property: Add to the HtmlDocSerializerContext.HTMLDOC_links property.
+
HTMLDOC_nav - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
+
+
Configuration property: Nav section contents.
+
+
HTMLDOC_noResultsMessage - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
+
+
Configuration property: No-results message.
+
HTMLDOC_nowrap - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
Configuration property: Prevent word wrap on page.
-
HTMLDOC_text - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
+
HTMLDOC_template - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
-
Configuration property: Page description.
+
Configuration property: HTML document template.
HTMLDOC_title - Static variable in class org.apache.juneau.html.HtmlDocSerializerContext
@@ -12258,6 +12443,16 @@
Create a new session using properties specified in the context.
+
HtmlDocTemplate - Interface in org.apache.juneau.html
+
+
Defines the interface for rendering the contents of an HTML page produced by the HtmlDocSerializer serializer.
+
+
HtmlDocTemplateBasic - Class in org.apache.juneau.html
+
+
A basic template for the HTML doc serializer.
+
+
HtmlDocTemplateBasic() - Constructor for class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
HtmlElement - Class in org.apache.juneau.dto.html5
Superclass for all HTML elements.
@@ -13665,6 +13860,10 @@
Returns true if this class is abstract.
+
isAbstract(Class<?>) - Static method in class org.apache.juneau.internal.ClassUtils
+
+
Returns true if the specified class is abstract.
+
isAddBeanTypeProperties() - Method in class org.apache.juneau.html.HtmlSerializerSession
Returns the HtmlSerializerContext.HTML_addBeanTypeProperties setting value for this session.
@@ -15727,6 +15926,10 @@
methodName - Variable in class org.apache.juneau.internal.ClassUtils.MethodInfo
 
+
MethodSwagger - Annotation Type in org.apache.juneau.rest.annotation
+
+
Extended annotation for RestMethod.swagger().
+
methodVisibility(Visibility) - Method in class org.apache.juneau.CoreObjectBuilder
Configuration property: Look for bean methods with the specified minimum visibility.
@@ -16178,6 +16381,14 @@
The name of this variable.
+
NAME - Static variable in class org.apache.juneau.rest.vars.UrlVar
+
+
The name of this variable.
+
+
NAME - Static variable in class org.apache.juneau.rest.vars.WidgetVar
+
+
The name of this variable.
+
NAME - Static variable in class org.apache.juneau.svl.vars.ArgsVar
The name of this variable.
@@ -16276,6 +16487,12 @@
Nav() - Constructor for class org.apache.juneau.dto.html5.Nav
 
+
nav(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in interface org.apache.juneau.html.HtmlDocTemplate
+
+
Renders the contents of the <body>/<nav> element.
+
+
nav(HtmlDocSerializerSession, HtmlWriter, HtmlDocSerializer, Object) - Method in class org.apache.juneau.html.HtmlDocTemplateBasic
+
 
needsQuotes(String) - Static method in class org.apache.juneau.uon.UonUtils
Returns true if the specified string needs to be quoted per UON notation.
@@ -16311,7 +16528,7 @@
Same as ClassMeta.newInstance() except for instantiating non-static member classes.
-
newInstance(Class<T>, Object...) - Static method in class org.apache.juneau.internal.ClassUtils
+
newInstance(Class<T>, Object, Object...) - Static method in class org.apache.juneau.internal.ClassUtils
Creates an instance of the specified class without throwing exceptions.
@@ -17404,6 +17621,8 @@
Predefined SVL variables
+
org.apache.juneau.rest.widget - package org.apache.juneau.rest.widget
+
 
org.apache.juneau.serializer - package org.apache.juneau.serializer
Serializer API
@@ -17574,7 +17793,7 @@
Parameter - Annotation Type in org.apache.juneau.rest.annotation
-
Annotation used in conjunction with RestMethod.parameters() to identify content and header descriptions +
Annotation used in conjunction with MethodSwagger.parameters() to identify content and header descriptions on specific method requests.
ParameterInfo - Class in org.apache.juneau.dto.swagger
@@ -17617,6 +17836,10 @@
Identifies a setter as a method for adding a parent reference to a child object.
+
parentSerialize(SerializerSession, Object) - Method in class org.apache.juneau.html.HtmlDocSerializer
+
+
Calls the parent HtmlDocSerializer.doSerialize(SerializerSession, Object) method which invokes just the HTML serializer.
+
parse(String) - Static method in class org.apache.juneau.http.MediaTypeRange
Parses an Accept header value into an array of media ranges.
@@ -18337,6 +18560,12 @@
poster attribute.
+
PoweredByJuneauWidget - Class in org.apache.juneau.rest.widget
+
+
Widget that places a powered-by-Juneau message on the page.
+
+
PoweredByJuneauWidget() - Constructor for class org.apache.juneau.rest.widget.PoweredByJuneauWidget
+
 
Pragma - Class in org.apache.juneau.http
Represents a parsed Pragma HTTP request/response header.
@@ -20564,6 +20793,18 @@
 
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.UrlEncodeVar
 
+
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.UrlVar
+
 
+
resolve(VarResolverSession, String) - Method in class org.apache.juneau.rest.vars.WidgetVar
+
 
+
resolve(RestRequest) - Method in class org.apache.juneau.rest.widget.ContentTypeLinksWidget
+
 
+
resolve(RestRequest) - Method in class org.apache.juneau.rest.widget.PoweredByJuneauWidget
+
 
+
resolve(RestRequest) - Method in class org.apache.juneau.rest.widget.Widget
+
+
Resolves the value for the variable.
+