public static class ThemeProvider.Aide
extends java.lang.Object
ThemeProvider
to manipulate the URI such that it is able to use a different URI
for a different theme.Constructor and Description |
---|
Aide() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
decodeURI(java.lang.String uri)
Decodes the injected URI and returns a two-element array.
|
static java.lang.String |
injectURI(java.lang.String uri,
java.lang.String fragment)
Injects a fragment into the specified URI, and returns
the injected URI.
|
public static java.lang.String injectURI(java.lang.String uri, java.lang.String fragment)
uri
- the URI to be modifiedfragment
- the fragment that will be injected uri
.public static java.lang.String[] decodeURI(java.lang.String uri)
Notice that it returns null if no injection is found.
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.