Uses of Class
com.aspectran.core.context.rule.TemplateRule
-
-
Uses of TemplateRule in com.aspectran.core.component.template
Methods in com.aspectran.core.component.template that return TemplateRule Modifier and Type Method Description TemplateRuleTemplateRenderingException. getTemplateRule()TemplateRuleTemplateRuleRegistry. getTemplateRule(java.lang.String templateId)Methods in com.aspectran.core.component.template that return types with arguments of type TemplateRule Modifier and Type Method Description java.util.Collection<TemplateRule>TemplateRuleRegistry. getTemplateRules()Methods in com.aspectran.core.component.template with parameters of type TemplateRule Modifier and Type Method Description voidTemplateRuleRegistry. addTemplateRule(TemplateRule templateRule)voidContextualTemplateRenderer. render(TemplateRule templateRule, Activity activity)voidContextualTemplateRenderer. render(TemplateRule templateRule, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model)voidContextualTemplateRenderer. render(TemplateRule templateRule, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model, java.io.Writer writer)java.lang.StringContextualTemplateRenderer. render(TemplateRule templateRule, java.util.Map<java.lang.String,java.lang.Object> model)voidTemplateRenderer. render(TemplateRule templateRule, Activity activity)Renders the template with specified TemplateRule.voidTemplateRenderer. render(TemplateRule templateRule, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model)Renders the template with specified TemplateRule.voidTemplateRenderer. render(TemplateRule templateRule, Activity activity, java.util.Map<java.lang.String,java.lang.Object> model, java.io.Writer writer)Renders the template with specified TemplateRule.java.lang.StringTemplateRenderer. render(TemplateRule templateRule, java.util.Map<java.lang.String,java.lang.Object> model)Renders the template with specified TemplateRule.Constructors in com.aspectran.core.component.template with parameters of type TemplateRule Constructor Description TemplateRenderingException(java.lang.String msg, TemplateRule templateRule)Instantiates a new TemplateRenderingException.TemplateRenderingException(java.lang.String msg, TemplateRule templateRule, java.lang.Throwable cause)Instantiates a new TemplateRenderingException. -
Uses of TemplateRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return TemplateRule Modifier and Type Method Description TemplateRuleTransformRule. getTemplateRule()Gets the template rule.static TemplateRuleTemplateRule. newInstance(java.lang.String id, java.lang.String engine, java.lang.String name, java.lang.String file, java.lang.String resource, java.lang.String url, java.lang.String content, java.lang.String style, java.lang.String encoding, java.lang.Boolean noCache)static TemplateRuleTemplateRule. newInstanceForBuiltin(java.lang.String engine, java.lang.String name, java.lang.String file, java.lang.String resource, java.lang.String url, java.lang.String style, java.lang.String content, java.lang.String encoding, java.lang.Boolean noCache)TemplateRuleTemplateRule. replicate()static TemplateRuleTemplateRule. replicate(TemplateRule templateRule)Methods in com.aspectran.core.context.rule with parameters of type TemplateRule Modifier and Type Method Description static TemplateRuleTemplateRule. replicate(TemplateRule templateRule)voidTransformRule. setTemplateRule(TemplateRule templateRule)Sets the template rule.static voidTemplateRule. updateTemplateSource(TemplateRule templateRule, java.lang.String content) -
Uses of TemplateRule in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant that return types with arguments of type TemplateRule Modifier and Type Method Description java.util.Collection<TemplateRule>ContextRuleAssistant. getTemplateRules()Returns all template rules.java.util.Collection<TemplateRule>ShallowContextRuleAssistant. getTemplateRules()Methods in com.aspectran.core.context.rule.assistant with parameters of type TemplateRule Modifier and Type Method Description voidContextRuleAssistant. addTemplateRule(TemplateRule templateRule)Add the template rule.voidShallowContextRuleAssistant. addTemplateRule(TemplateRule templateRule)voidContextRuleAssistant. resolveBeanClass(TemplateRule templateRule)Resolve bean class for the template rule.voidShallowContextRuleAssistant. resolveBeanClass(TemplateRule templateRule) -
Uses of TemplateRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type TemplateRule Modifier and Type Method Description static TemplateParametersRulesToParameters. toTemplateParameters(TemplateRule templateRule) -
Uses of TemplateRule in com.aspectran.core.context.rule.params
Methods in com.aspectran.core.context.rule.params that return TemplateRule Modifier and Type Method Description TemplateRuleAspectranParameters. newTemplateRule()Methods in com.aspectran.core.context.rule.params with parameters of type TemplateRule Modifier and Type Method Description AspectranParametersAspectranParameters. addRule(TemplateRule templateRule)
-