Woolpack API

woolpack.el
クラス ELUtils

java.lang.Object
  上位を拡張 woolpack.el.ELUtils

public final class ELUtils
extends java.lang.Object

式言語のユーティリティです。

作成者:
nakamura

フィールドの概要
static EL NULL
          null オブジェクト役のELです。
static PropertyELFactory PROPERTY_EL_FACTORY
          プロパティにアクセスするGettingELELのファクトリのデフォルト値です。
 
メソッドの概要
static PropertyELFactory getPropertyELFactory(Fn<ConvertContext,java.lang.Void> fn)
          プロパティにアクセスするGettingELELのファクトリを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

NULL

public static final EL NULL
null オブジェクト役のELです。


PROPERTY_EL_FACTORY

public static final PropertyELFactory PROPERTY_EL_FACTORY
プロパティにアクセスするGettingELELのファクトリのデフォルト値です。

メソッドの詳細

getPropertyELFactory

public static PropertyELFactory getPropertyELFactory(Fn<ConvertContext,java.lang.Void> fn)
プロパティにアクセスするGettingELELのファクトリを返します。

パラメータ:
fn - 型変換器。
戻り値:
ファクトリ。

Woolpack API

Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.