|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.trails.descriptor.annotation.ExpressionExtension
public abstract class ExpressionExtension
| Constructor Summary | |
|---|---|
ExpressionExtension(java.lang.String theExpression)
Creates a ExpressionExtension. |
|
ExpressionExtension(java.lang.String theExpression,
java.util.Map context)
Creates a ExpressionExtension. |
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluateExpresion(java.lang.Object model)
Method used to initialize the value of the filtering property using the value of the filtered one (for example, initialize the country based on the value of the state property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionExtension(java.lang.String theExpression)
ExpressionExtension.
theExpression - Ognl expression that evaluated gets a list of possible
values to use with the current property, cannot be null.
public ExpressionExtension(java.lang.String theExpression,
java.util.Map context)
ExpressionExtension.
theExpression - Ognl expression that evaluated gets a list of possible
values to use with the current property, cannot be null.context - | Method Detail |
|---|
public java.lang.Object evaluateExpresion(java.lang.Object model)
throws ognl.OgnlException
model - the model used by the edit page, cannot be null.
ognl.OgnlException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||