net.skirnir.freyja
クラス TagEvaluatorUtils

java.lang.Object
  拡張net.skirnir.freyja.TagEvaluatorUtils

public class TagEvaluatorUtils
extends Object

作成者:
YOKOTA Takehiko

メソッドの概要
static String defilter(String value)
           
static String evaluate(TemplateContext context, String name, Attribute[] attributes, Element[] body)
           
static String evaluate(TemplateContext context, String name, Attribute[] attributes, String body)
           
static String evaluateElements(TemplateContext context, Element[] elems)
           
static String filter(String value)
           
static String getBeginTagString(String name, Attribute[] attributes)
           
static String getEmptyTagString(String name, Attribute[] attributes)
           
static String getEndTagString(String name)
           
static Map toMap(Attribute[] attributes)
           
 
クラス 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.