Uses of Class
org.apache.sling.resourceresolver.impl.helper.URIException
-
Uses of URIException in org.apache.sling.resourceresolver.impl.helper
Modifier and TypeMethodDescriptionprotected static String
Decodes URI encoded string.protected static String
Decodes 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.void
URI.normalize()
Normalizes the path part of this URI.protected char[]
URI.normalize
(char[] path) Normalize the given hier path part.protected void
URI.parseAuthority
(String original, boolean escaped) Parse the authority component.protected void
URI.parseUriReference
(String original, boolean escaped) In order to avoid any possilbity of conflict with non-ASCII characters, Parse a URI reference as aString
with the character encoding of the local system or the document.protected char[]
URI.resolvePath
(char[] basePath, char[] relPath) Resolve the base and relative path.void
URI.setEscapedAuthority
(String escapedAuthority) Set the authority.void
URI.setEscapedFragment
(String escapedFragment) Set the escaped fragment string.void
URI.setEscapedPath
(String escapedPath) Set the escaped path.void
URI.setEscapedQuery
(String escapedQuery) Set the escaped query string.void
URI.setFragment
(String fragment) Set the fragment.void
Set the path.void
Set the query.void
URI.setRawAuthority
(char[] escapedAuthority) Set the authority.void
URI.setRawFragment
(char[] escapedFragment) Set the raw-escaped fragment.void
URI.setRawPath
(char[] escapedPath) Set the raw-escaped path.void
URI.setRawQuery
(char[] escapedQuery) Set the raw-escaped query.ModifierConstructorDescriptionConstruct 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.