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
 
构造方法摘要
TitleCaseModel(Site site)
           
 
方法摘要
 Object exec(List arguments)
           
static String toTitleCase(String string)
           
 
从类 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.