public class SelectorUtil extends Object
Path.SELECTOR_DELIMITER
and the extension of an URI.Constructor and Description |
---|
SelectorUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getSelector()
get selector as requested from the URI.
|
static String |
getSelector(int index)
Get the selector by index
Warning - this might change in the future - see MAGNOLIA-2343 for details.
|
public static String getSelector()
get selector as requested from the URI. The selector is the part between the handle and the extension. selector("http://server/mypage~x~1~f~4~.html") = "~x~1~f~4~"
Warning - this might change in the future - see MAGNOLIA-2343 for details.public static String getSelector(int index)
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.