Class VueDependencyResolver


  • public class VueDependencyResolver
    extends Object
    Author:
    tareq
    • Constructor Detail

      • VueDependencyResolver

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

      • resolve

        public String resolve​(String componentId)
        Build the HTML of components needed for this component
        Parameters:
        componentId - the component-id to build the HTMl for.
        Returns:
        a HTML string of the components needed for this page/view if the component is found, an error string otherwise.