org.richfaces.cdk.templatecompiler
Class WriteAttributesSetStatement

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

public class WriteAttributesSetStatement
extends BaseTemplateMethodBodyStatement

Author:
Nick Belaevski

Constructor Summary
WriteAttributesSetStatement(java.lang.String passThroughFieldName)
           
 
Method Summary
 java.lang.String getPassThroughFieldName()
           
 
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

WriteAttributesSetStatement

public WriteAttributesSetStatement(java.lang.String passThroughFieldName)
Method Detail

getPassThroughFieldName

public java.lang.String getPassThroughFieldName()
Returns:
the passThroughFieldName


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