类 IndexOfMethod

java.lang.Object
com.tlcsdm.core.freemarker.method.IndexOfMethod
所有已实现的接口:
freemarker.template.TemplateMethodModel, freemarker.template.TemplateMethodModelEx, freemarker.template.TemplateModel

public class IndexOfMethod extends Object implements freemarker.template.TemplateMethodModelEx


 <#assign x = "something">
 ${indexOf("met", x)}
 ${indexOf("foo", x)}
 
无效输入:'<'/>
作者:
unknowIfGuestInDream
  • 构造器详细资料

    • IndexOfMethod

      public IndexOfMethod()
  • 方法详细资料

    • exec

      public freemarker.template.TemplateModel exec(List args) throws freemarker.template.TemplateModelException
      指定者:
      exec 在接口中 freemarker.template.TemplateMethodModel
      指定者:
      exec 在接口中 freemarker.template.TemplateMethodModelEx
      抛出:
      freemarker.template.TemplateModelException