org.richfaces.cdk.templatecompiler
Class ConstantReturnMethodBodyStatement

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

public class ConstantReturnMethodBodyStatement
extends BaseTemplateMethodBodyStatement

Author:
Nick Belaevski

Constructor Summary
ConstantReturnMethodBodyStatement(java.lang.String returnValue)
           
 
Method Summary
 java.lang.String getReturnValue()
           
 
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

ConstantReturnMethodBodyStatement

public ConstantReturnMethodBodyStatement(java.lang.String returnValue)
Method Detail

getReturnValue

public java.lang.String getReturnValue()


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