Class ComponentClassResolverImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
       pageName)
      Returns the canonical form of a page name.
      <> getComponentNames()
      Returns a list of all component names, in sorted order.
      <,​ControlledPackageType> getControlledPackageMapping()
      Used to identify which packages are controlled packages (from which components are loaded).
      <,​> getFolderToPackageMapping()
      A mapping from virtual folder name to a package name (used for converting classpath Assets to client URLs).
      <LibraryMapping> getLibraryMappings()
      Returns the library mappings.
       className)
      Given a class name of a component class, returns the library name (as defined by a contributed library name).
      <> getLibraryNames()
      Returns the names of all libraries (as configured).
      <> getMixinNames()
      Returns a list of all mixin names, in sorted order.
      <> getPageNames()
      Returns a list of all page names, in sorted order.
      boolean  pageClassName)
      Returns true if the class name is specifically a page class, and not a component, mixin or base class.
      boolean  pageName)
      For a particular path, determines if the path is a logical page name.
      void objectWasInvalidated()
      When the class loader is invalidated, clear any cached page names or component types.
       componentType)
      Converts a component type (a logical component name such as might be used inside a template or annotation) into a fully qualified class name.
       mixinType)
      Converts a logical mixin type (as with component types) into a fully qualified class name.
       pageClassName)
      Converts a fully qualified page class name into a page name (often, for inclusion as part of the URI).
       pageName)
      Converts a logical page name (such as might be encoded into a URL) into a fully qualified class name.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,