java.lang.Object
com.tlcsdm.core.freemarker.method.IndexOfMethod
- 所有已实现的接口:
freemarker.template.TemplateMethodModel,freemarker.template.TemplateMethodModelEx,freemarker.template.TemplateModel
<#assign x = "something">
${indexOf("met", x)}
${indexOf("foo", x)}
无效输入:'<'/>- 作者:
- unknowIfGuestInDream
-
字段概要
从接口继承的字段 freemarker.template.TemplateModel
NOTHING -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
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
-