RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.model
Class CdkCallElement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.CdkCallElement
All Implemented Interfaces:
ModelElement

public class CdkCallElement
extends Object
implements ModelElement

Author:
asmirnov@exadel.com

Constructor Summary
CdkCallElement()
           
 
Method Summary
 String getBodyValue()
          

 String getExpression()
          

 void setBodyValue(String bodyValue)
          

 void setExpression(String expression)
          

 void visit(TemplateVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdkCallElement

public CdkCallElement()
Method Detail

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.