Uses of Class
org.apache.juneau.UriResolver
Packages that use UriResolver
Package
Description
CSV Marshalling Support
REST Server API
-
Uses of UriResolver in org.apache.juneau
Methods in org.apache.juneau that return UriResolverModifier and TypeMethodDescriptionstatic UriResolver
UriResolver.of
(UriResolution resolution, UriRelativity relativity, UriContext uriContext) Static creator. -
Uses of UriResolver in org.apache.juneau.csv
Constructors in org.apache.juneau.csv with parameters of type UriResolverModifierConstructorDescriptionprotected
CsvWriter
(Writer out, boolean useWhitespace, int maxIndent, char quoteChar, boolean trimStrings, UriResolver uriResolver) Constructor. -
Uses of UriResolver in org.apache.juneau.html
Constructors in org.apache.juneau.html with parameters of type UriResolverModifierConstructorDescriptionHtmlWriter
(Writer out, boolean useWhitespace, int maxIndent, boolean trimStrings, char quoteChar, UriResolver uriResolver) Constructor. -
Uses of UriResolver in org.apache.juneau.json
Constructors in org.apache.juneau.json with parameters of type UriResolverModifierConstructorDescriptionprotected
JsonWriter
(Writer out, boolean useWhitespace, int maxIndent, boolean escapeSolidus, char quoteChar, boolean simpleAttrs, boolean trimStrings, UriResolver uriResolver) Constructor. -
Uses of UriResolver in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return UriResolverModifier and TypeMethodDescriptionRestRequest.getUriResolver()
Shortcut for callingRestRequest.getUriResolver()
usingUriResolution.ROOT_RELATIVE
andUriRelativity.RESOURCE
RestRequest.getUriResolver
(UriResolution resolution, UriRelativity relativity) Returns a URI resolver that can be used to convert URIs to absolute or root-relative form. -
Uses of UriResolver in org.apache.juneau.serializer
Fields in org.apache.juneau.serializer declared as UriResolverModifier and TypeFieldDescriptionprotected final UriResolver
SerializerWriter.uriResolver
The URI resolver of the request.Methods in org.apache.juneau.serializer that return UriResolverModifier and TypeMethodDescriptionprotected final UriResolver
SerializerSession.getUriResolver()
Returns the URI resolver.Constructors in org.apache.juneau.serializer with parameters of type UriResolverModifierConstructorDescriptionSerializerWriter
(Writer out, boolean useWhitespace, int maxIndent, boolean trimStrings, char quoteChar, UriResolver uriResolver) -
Uses of UriResolver in org.apache.juneau.uon
Constructors in org.apache.juneau.uon with parameters of type UriResolverModifierConstructorDescriptionprotected
UonWriter
(UonSerializerSession session, Writer out, boolean useWhitespace, int maxIndent, boolean encodeChars, boolean trimStrings, boolean plainTextParams, char quoteChar, UriResolver uriResolver) Constructor. -
Uses of UriResolver in org.apache.juneau.xml
Constructors in org.apache.juneau.xml with parameters of type UriResolverModifierConstructorDescriptionXmlWriter
(Writer out, boolean useWhitespace, int maxIndent, boolean trimStrings, char quoteChar, UriResolver uriResolver, boolean enableNs, Namespace defaultNamespace) Constructor.