net.skirnir.freyja
クラス TagEvaluatorUtils
java.lang.Object
net.skirnir.freyja.TagEvaluatorUtils
- public class TagEvaluatorUtils
- extends Object
- 作成者:
- YOKOTA Takehiko
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
evaluate
public static String evaluate(TemplateContext context,
String name,
Attribute[] attributes,
Element[] body)
evaluate
public static String evaluate(TemplateContext context,
String name,
Attribute[] attributes,
String body)
evaluateElements
public static String evaluateElements(TemplateContext context,
Element[] elems)
getBeginTagString
public static String getBeginTagString(String name,
Attribute[] attributes)
getEndTagString
public static String getEndTagString(String name)
getEmptyTagString
public static String getEmptyTagString(String name,
Attribute[] attributes)
filter
public static String filter(String value)
defilter
public static String defilter(String value)
toMap
public static Map toMap(Attribute[] attributes)
Copyright © 2009 The Skirnir Project. All Rights Reserved.