org.richfaces.cdk.templatecompiler.model
Class CdkCallElement
java.lang.Object
org.richfaces.cdk.templatecompiler.model.CdkCallElement
- All Implemented Interfaces:
- ModelElement
public class CdkCallElement
- extends Object
- implements ModelElement
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CdkCallElement
public CdkCallElement()
getExpression
public String getExpression()
- Returns:
- the expression
setExpression
public void setExpression(String expression)
- Parameters:
expression - the expression to set
getBodyValue
public String getBodyValue()
- Returns:
- the bodyValue
setBodyValue
public void setBodyValue(String bodyValue)
- Parameters:
bodyValue - the bodyValue to set
visit
public void visit(TemplateVisitor visitor)
throws CdkException
- Specified by:
visit in interface ModelElement
- Throws:
CdkException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.