RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.statements
Class TemplateStatementImpl

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.statements.TemplateStatementImpl
All Implemented Interfaces:
JavaStatement, RequireImports, TemplateStatement

public class TemplateStatementImpl
extends Object
implements TemplateStatement

Author:
asmirnov@exadel.com

Field Summary
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.statements.TemplateStatement
FIELDS_TRANSFORM, METHODS_TRANSFORM
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Constructor Summary
TemplateStatementImpl(String code)
           
 
Method Summary
 String getCode()
           
 Iterable<JavaField> getRequiredFields()
           
 Iterable<JavaImport> getRequiredImports()
           
 Iterable<HelperMethod> getRequiredMethods()
           
 void setParent(StatementsContainer parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateStatementImpl

public TemplateStatementImpl(String code)
Method Detail

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.