Class LazyEgxModule.LazyGenerationRuleContentPromise

    • Field Detail

      • templateCache

        protected java.util.Map<java.net.URI,​EglTemplate> templateCache
      • templateUri

        protected java.net.URI templateUri
      • variables

        protected java.util.Collection<Variable> variables
    • Constructor Detail

      • LazyGenerationRuleContentPromise

        protected LazyGenerationRuleContentPromise()
      • LazyGenerationRuleContentPromise

        public LazyGenerationRuleContentPromise​(EglTemplateFactory templateFactory,
                                                java.util.Map<java.net.URI,​EglTemplate> templateCache,
                                                java.net.URI templateUri,
                                                java.util.Collection<Variable> variables)
    • Method Detail

      • getVariables

        public java.util.Collection<Variable> getVariables()
      • getContent

        public java.lang.String getContent()
                                    throws java.lang.Exception
        Specified by:
        getContent in interface ContentPromise
        Throws:
        java.lang.Exception