Class NameConstants

java.lang.Object
com.day.cq.wcm.api.constants.NameConstants

public final class NameConstants extends Object
Constants for jcr names used in cq. conventions:
  • NT_ prefix stands for "node type"
  • NN_ prefix stands for "node name"
  • PN_ prefix stands for "property name"
  • Constants all uppercase
  • "replace" intercaps by underscores. eg: PN_PAGE_TITLE = "PageTitle"
Replaces NameConstants