|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zk.ui.util.ThemeProvider.Aide
public static class ThemeProvider.Aide
Utilities to help the implementation of ThemeProvider
to manipulate the URI such that it is able to use a different URI
for a different theme.
Constructor Summary | |
---|---|
ThemeProvider.Aide()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThemeProvider.Aide()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |