public class SelectorUtil extends Object
SELECTOR_DELIMITER
and the extension of an URI.Modifier and Type | Field and Description |
---|---|
static String |
SELECTOR_DELIMITER |
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 final String SELECTOR_DELIMITER
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–2018 Magnolia International Ltd.. All rights reserved.