|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.util.SelectorUtil
public class SelectorUtil
Util to handler selectors. A selector is the part between the first dot and the extension of an URI.
Constructor Summary | |
---|---|
SelectorUtil()
|
Method Summary | |
---|---|
static java.lang.String |
getSelector()
get selector as requested from the URI. |
static java.lang.String |
getSelector(int index)
Get the selector by index Warning - this might change in the future - see MAGNOLIA-2343 for details. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectorUtil()
Method Detail |
---|
public static java.lang.String getSelector()
get selector as requested from the URI. The selector is the part between the handle and the extension. selector("http://server/a.x.1.f.4.html") = "x.1.f.4"
Warning - this might change in the future - see MAGNOLIA-2343 for details.
public static java.lang.String getSelector(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |