org.seasar.framework.util
クラス OgnlUtil
java.lang.Object
org.seasar.framework.util.OgnlUtil
- public final class OgnlUtil
- extends Object
- 作成者:
- higa
メソッドの概要 |
static Object |
getValue(Object exp,
Map ctx,
Object root)
|
static Object |
getValue(Object exp,
Map ctx,
Object root,
String path,
int lineNumber)
|
static Object |
getValue(Object exp,
Object root)
|
static Object |
getValue(Object exp,
Object root,
String path,
int lineNumber)
|
static Object |
parseExpression(String expression)
|
static Object |
parseExpression(String expression,
String path,
int lineNumber)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getValue
public static Object getValue(Object exp,
Object root)
getValue
public static Object getValue(Object exp,
Object root,
String path,
int lineNumber)
getValue
public static Object getValue(Object exp,
Map ctx,
Object root)
getValue
public static Object getValue(Object exp,
Map ctx,
Object root,
String path,
int lineNumber)
parseExpression
public static Object parseExpression(String expression)
parseExpression
public static Object parseExpression(String expression,
String path,
int lineNumber)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.