|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XAttributeEvaluator
An interface for the evaluation of expressions at design time.
Copyright (c) Xoetrope Ltd., 2002-2004
$Revision: 2.2 $
License: see License.txt
Method Summary | |
---|---|
java.lang.Object |
evaluateAttribute(PageSupport page, java.lang.String attributeValue) Get the value of an attribute. |
XMethodReference |
getMethodReference(PageSupport page, java.lang.String attributeValue) Get the value of an attribute by evaluating a method reference |
XMethodReference |
getMethodReference(java.lang.String attributeValue) Get the method reference for the methods named in the attribute |
void |
setCurrentProject(XProject project) Set the current project and complete any initialization that depends on the project reference/instance. |
Method Detail |
---|
void setCurrentProject(XProject project)
project
- the current or owning projectjava.lang.Object evaluateAttribute(PageSupport page, java.lang.String attributeValue)
page
- the page being loadedattributeValue
- the raw value of the attributeXMethodReference getMethodReference(java.lang.String attributeValue)
attributeValue
- the method nameXMethodReference getMethodReference(PageSupport page, java.lang.String attributeValue)
page
- the current pageattributeValue
- the method name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |