org.richfaces.cdk.templatecompiler
Class WriteAttributeStatement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.BaseTemplateMethodBodyStatement
      extended by org.richfaces.cdk.templatecompiler.WriteAttributeStatement
All Implemented Interfaces:
MethodBodyStatement

public class WriteAttributeStatement
extends BaseTemplateMethodBodyStatement

Author:
Nick Belaevski

Constructor Summary
WriteAttributeStatement(java.lang.String attributeName, java.lang.String valueExpression)
           
 
Method Summary
 java.lang.String getAttributeName()
           
 java.lang.String getValueExpression()
           
 
Methods inherited from class org.richfaces.cdk.templatecompiler.BaseTemplateMethodBodyStatement
getCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteAttributeStatement

public WriteAttributeStatement(java.lang.String attributeName,
                               java.lang.String valueExpression)
Method Detail

getAttributeName

public java.lang.String getAttributeName()

getValueExpression

public java.lang.String getValueExpression()


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.