org.richfaces.cdk.templatecompiler.statements
Class ConstantReturnMethodBodyStatement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.statements.StatementsContainer
      extended by org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
          extended by org.richfaces.cdk.templatecompiler.statements.ConstantReturnMethodBodyStatement
All Implemented Interfaces:
JavaStatement, RequireImports, Variables, TemplateStatement

public class ConstantReturnMethodBodyStatement
extends FreeMarkerTemplateStatementBase

Author:
Nick Belaevski

Field Summary
 
Fields inherited from class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
parent
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.statements.TemplateStatement
METHODS_TRANSFORM
 
Constructor Summary
ConstantReturnMethodBodyStatement(FreeMarkerRenderer renderer)
           
 
Method Summary
 java.lang.String getReturnValue()
           
 void setReturnValue(java.lang.String returnValue)
          

 
Methods inherited from class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
addConstant, addImport, addImports, addRequiredMethod, addRequiredMethods, getCode, getModelItem, getRequiredFields, getRequiredImports, getRequiredMethods, setTemplateName
 
Methods inherited from class org.richfaces.cdk.templatecompiler.statements.StatementsContainer
addStatement, addStatement, getParent, getStatements, getVariable, isDefined, isEmpty, setParent, setVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantReturnMethodBodyStatement

@Inject
public ConstantReturnMethodBodyStatement(FreeMarkerRenderer renderer)
Method Detail

getReturnValue

public java.lang.String getReturnValue()

setReturnValue

public void setReturnValue(java.lang.String returnValue)

Parameters:
returnValue - the returnValue to set


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