|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.di.core.config.OgnlExpression
public class OgnlExpression
Utility class to encapsulate OGNL expressions.
| Constructor Summary | |
|---|---|
OgnlExpression(String expressionString)
|
|
| Method Summary | |
|---|---|
Object |
getExpression()
|
Object |
getValue(ognl.OgnlContext context,
Object rootObject)
|
void |
setValue(ognl.OgnlContext context,
Object rootObject,
Object value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OgnlExpression(String expressionString)
throws ognl.OgnlException
ognl.OgnlException| Method Detail |
|---|
public Object getExpression()
public Object getValue(ognl.OgnlContext context,
Object rootObject)
throws ognl.OgnlException
ognl.OgnlException
public void setValue(ognl.OgnlContext context,
Object rootObject,
Object value)
throws ognl.OgnlException
ognl.OgnlException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||