Class QualifiedName

java.lang.Object
org.exoplatform.web.controller.QualifiedName
All Implemented Interfaces:
Comparable<QualifiedName>

public class QualifiedName extends Object implements Comparable<QualifiedName>

A qualified name that is a qualifier and a name. It can be seen as a simplified version of an XML QName that retains only the prefix (qualifier) and the local name (name) and leaves out the namespace.

Qualified names have a string representation that is equals to the concatenation of the qualifier and name separated by a colon (:) character. When the