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.juneauMethods in org.apache.juneau that return UriResolverModifier and TypeMethodDescriptionstatic UriResolverUriResolver.of(UriResolution resolution, UriRelativity relativity, UriContext uriContext) Static creator.
- 
Uses of UriResolver in org.apache.juneau.csvConstructors in org.apache.juneau.csv with parameters of type UriResolverModifierConstructorDescriptionprotectedCsvWriter(Writer out, boolean useWhitespace, int maxIndent, char quoteChar, boolean trimStrings, UriResolver uriResolver) Constructor.
- 
Uses of UriResolver in org.apache.juneau.htmlConstructors 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.jsonConstructors in org.apache.juneau.json with parameters of type UriResolverModifierConstructorDescriptionprotectedJsonWriter(Writer out, boolean useWhitespace, int maxIndent, boolean escapeSolidus, char quoteChar, boolean simpleAttrs, boolean trimStrings, UriResolver uriResolver) Constructor.
- 
Uses of UriResolver in org.apache.juneau.restMethods in org.apache.juneau.rest that return UriResolverModifier and TypeMethodDescriptionRestRequest.getUriResolver()Shortcut for callingRestRequest.getUriResolver()usingUriResolution.ROOT_RELATIVEandUriRelativity.RESOURCERestRequest.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.serializerFields in org.apache.juneau.serializer declared as UriResolverModifier and TypeFieldDescriptionprotected final UriResolverSerializerWriter.uriResolverThe URI resolver of the request.Methods in org.apache.juneau.serializer that return UriResolverModifier and TypeMethodDescriptionprotected final UriResolverSerializerSession.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.uonConstructors in org.apache.juneau.uon with parameters of type UriResolverModifierConstructorDescriptionprotectedUonWriter(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.xmlConstructors 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.