Uses of Enum Class
org.faceless.publisher.type.PageScope

Packages that use org.faceless.publisher.type.PageScope
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.PageScope in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.PageScope in in
    Modifier and Type
    Field
    Description
    final org.faceless.publisher.type.PageScope
    Content.Element.scope
     
    final org.faceless.publisher.type.PageScope
    Content.StringFunc.scope
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.PageScope in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.PageScope
    Content.Element.getScope()
     
    org.faceless.publisher.type.PageScope
    Content.StringFunc.getScope()
     
    static org.faceless.publisher.type.PageScope
    PageScope.valueOf(String name)
     
    static org.faceless.publisher.type.PageScope[]
    PageScope.values()
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.PageScope in in
    Modifier
    Constructor
    Description
     
    Element(String name, org.faceless.publisher.type.PageScope scope)
     
     
    StringFunc(String name, org.faceless.publisher.type.PageScope scope)