Uses of Class
org.apache.sling.resourceresolver.impl.helper.URIException
Packages that use URIException
-
Uses of URIException in org.apache.sling.resourceresolver.impl.helper
Methods in org.apache.sling.resourceresolver.impl.helper that throw URIExceptionModifier and TypeMethodDescriptionprotected static StringDecodes URI encoded string.protected static StringDecodes URI encoded string.protected static char[]Encodes URI string.URI.getAboveHierPath()Get the level above the this hierarchy level.URI.getAuthority()Get the authority.URI.getCurrentHierPath()Get the current hierarchy level.URI.getEscapedAboveHierPath()Get the level above the this hierarchy level.Get the escaped current hierarchy level.URI.getFragment()Get the fragment.URI.getHost()Get the host.URI.getName()Get the basename of the path.URI.getPath()Get the path.URI.getPathQuery()Get the path and query.URI.getQuery()Get the query.char[]URI.getRawAboveHierPath()Get the level above the this hierarchy level.char[]URI.getRawCurrentHierPath()Get the raw-escaped current hierarchy level.protected char[]URI.getRawCurrentHierPath(char[] path) Get the raw-escaped current hierarchy level in the given path.URI.getURI()It can be gotten the URI character sequence.URI.getURIReference()Get the original URI reference string.URI.getUserinfo()Get the userinfo.voidURI.normalize()Normalizes the path part of this URI.protected char[]URI.normalize(char[] path) Normalize the given hier path part.protected voidURI.parseAuthority(String original, boolean escaped) Parse the authority component.protected voidURI.parseUriReference(String original, boolean escaped) In order to avoid any possilbity of conflict with non-ASCII characters, Parse a URI reference as aStringwith the character encoding of the local system or the document.protected char[]URI.resolvePath(char[] basePath, char[] relPath) Resolve the base and relative path.voidURI.setEscapedAuthority(String escapedAuthority) Set the authority.voidURI.setEscapedFragment(String escapedFragment) Set the escaped fragment string.voidURI.setEscapedPath(String escapedPath) Set the escaped path.voidURI.setEscapedQuery(String escapedQuery) Set the escaped query string.voidURI.setFragment(String fragment) Set the fragment.voidSet the path.voidSet the query.voidURI.setRawAuthority(char[] escapedAuthority) Set the authority.voidURI.setRawFragment(char[] escapedFragment) Set the raw-escaped fragment.voidURI.setRawPath(char[] escapedPath) Set the raw-escaped path.voidURI.setRawQuery(char[] escapedQuery) Set the raw-escaped query.Constructors in org.apache.sling.resourceresolver.impl.helper that throw URIExceptionModifierConstructorDescriptionConstruct a URI from a string with the given charset.Construct a URI from a string with the given charset.Construct a general URI from the given components.Construct a general URI from the given components.Construct a general URI from the given components.Construct a general URI from the given components.URI(String scheme, String userinfo, String host, int port, String path, String query, String fragment) Construct a general URI from the given components.Construct a general URI from the given components.Construct a general URI from the given components.Construct a general URI with the given relative URI string.Construct a general URI with the given relative URI.