org.richfaces.cdk.templatecompiler.statements
Class TemplateStatementImpl
java.lang.Object
org.richfaces.cdk.templatecompiler.statements.TemplateStatementImpl
- All Implemented Interfaces:
- JavaStatement, RequireImports, TemplateStatement
public class TemplateStatementImpl
- extends Object
- implements TemplateStatement
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateStatementImpl
public TemplateStatementImpl(String code)
getCode
public String getCode()
- Specified by:
getCode in interface JavaStatement
getRequiredImports
public Iterable<JavaImport> getRequiredImports()
- Specified by:
getRequiredImports in interface RequireImports
getRequiredFields
public Iterable<JavaField> getRequiredFields()
- Specified by:
getRequiredFields in interface TemplateStatement
getRequiredMethods
public Iterable<HelperMethod> getRequiredMethods()
- Specified by:
getRequiredMethods in interface TemplateStatement
setParent
public void setParent(StatementsContainer parent)
- Specified by:
setParent in interface TemplateStatement
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.