org.richfaces.cdk.templatecompiler.statements
Class ConstantReturnMethodBodyStatement
java.lang.Object
org.richfaces.cdk.templatecompiler.statements.StatementsContainer
org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
org.richfaces.cdk.templatecompiler.statements.ConstantReturnMethodBodyStatement
- All Implemented Interfaces:
- JavaStatement, RequireImports, Variables, TemplateStatement
public class ConstantReturnMethodBodyStatement
- extends FreeMarkerTemplateStatementBase
- Author:
- Nick Belaevski
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantReturnMethodBodyStatement
@Inject
public ConstantReturnMethodBodyStatement(FreeMarkerRenderer renderer)
getReturnValue
public String getReturnValue()
setReturnValue
public void setReturnValue(String returnValue)
- Parameters:
returnValue - the returnValue to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.