org.seasar.cubby.util
クラス CubbyFunctions

java.lang.Object
  上位を拡張 org.seasar.cubby.util.CubbyFunctions

public class CubbyFunctions
extends Object


コンストラクタの概要
CubbyFunctions()
           
 
メソッドの概要
static Boolean _contains(Collection<?> c, Object value)
           
static Boolean contains(Object c, Object value)
           
static Boolean containsKey(Map<?,?> m, Object value)
           
static Boolean containsValue(Map<?,?> m, Object value)
           
static String dateFormat(Object date, String pattern)
           
static String escapeHtml(Object value)
           
static String odd(Integer index, String classnames)
           
static String out(Object value)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CubbyFunctions

public CubbyFunctions()
メソッドの詳細

contains

public static Boolean contains(Object c,
                               Object value)

_contains

public static Boolean _contains(Collection<?> c,
                                Object value)

containsKey

public static Boolean containsKey(Map<?,?> m,
                                  Object value)

containsValue

public static Boolean containsValue(Map<?,?> m,
                                    Object value)

odd

public static String odd(Integer index,
                         String classnames)

out

public static String out(Object value)

escapeHtml

public static String escapeHtml(Object value)

dateFormat

public static String dateFormat(Object date,
                                String pattern)


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.