Package 

Class VueDependencyResolver

    • Method Summary

      Modifier and Type Method Description
      String resolve(String componentId) Build the HTML of components needed for this component
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VueDependencyResolver

        VueDependencyResolver(Set<Path> paths, String appVarName)
    • Method Detail

      • resolve

         String resolve(String componentId)

        Build the HTML of components needed for this component

        Parameters:
        componentId - the component-id to build the HTMl for.