Class HtmlTagLookup

java.lang.Object
org.webpieces.templating.api.HtmlTagLookup

@Singleton public class HtmlTagLookup extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • put

      protected void put(HtmlTag tag)
    • lookup

      public HtmlTag lookup(String tagName)
    • initialize

      public void initialize(TemplateService templateService)
      A nasty circular dependency so we initialize it on the firstTemplate loaded in the application
      Parameters:
      templateService -
    • install

      public void install(Set<org.webpieces.ctx.api.extension.HtmlTagCreator> htmlCreators)