org.richfaces.cdk.templatecompiler
Class HelperMethodBodyStatement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.BaseTemplateMethodBodyStatement
      extended by org.richfaces.cdk.templatecompiler.HelperMethodBodyStatement
All Implemented Interfaces:
MethodBodyStatement
Direct Known Subclasses:
ConversionToBooleanMethodBodyStatement, ConversionToStringMethodBodyStatement, EmptinessCheckingMethodBodyStatement, EqualsCheckingMethodBodyStatement

public class HelperMethodBodyStatement
extends BaseTemplateMethodBodyStatement

Author:
Nick Belaevski

Constructor Summary
protected HelperMethodBodyStatement(java.lang.String templateName, java.lang.String[] argumentNames)
           
 
Method Summary
 java.lang.String[] getArgumentNames()
           
 
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

HelperMethodBodyStatement

protected HelperMethodBodyStatement(java.lang.String templateName,
                                    java.lang.String[] argumentNames)
Method Detail

getArgumentNames

public java.lang.String[] getArgumentNames()


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