Class Segment


  • public class Segment
    extends Object
    The Segment class is a server-side representation of a segment which may be assigned to a user.

    Since AEM segments are resolved client-side, this class makes a best-effort approach to represent the segments on the server side, but some precision may be lost. For instance, script segments will not have their scripts loaded by this segment, but will rather be referenced as Segment.Kind.ClientOnly segments.

    This class is intended to be used, but not extended by consumers.