org.opoo.press.template
类 TitleCaseModel
java.lang.Object
org.opoo.press.template.TitleCaseModel
- 所有已实现的接口:
- freemarker.template.TemplateMethodModel, freemarker.template.TemplateModel
public class TitleCaseModel
- extends Object
- implements freemarker.template.TemplateMethodModel
Usage: ${titlecase(post.title)}
- 作者:
- Alex Lin
| 从接口 freemarker.template.TemplateModel 继承的字段 |
NOTHING |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TitleCaseModel
public TitleCaseModel(Site site)
toTitleCase
public static String toTitleCase(String string)
exec
public Object exec(List arguments)
throws freemarker.template.TemplateModelException
- 指定者:
- 接口
freemarker.template.TemplateMethodModel 中的 exec
- 抛出:
freemarker.template.TemplateModelException
Copyright © 2013-2014 Opoo.org. All Rights Reserved.