org.richfaces.cdk.templatecompiler.builder.model
Interface JavaStatement

All Superinterfaces:
RequireImports
All Known Subinterfaces:
TemplateStatement, TypedTemplateStatement
All Known Implementing Classes:
AddAttributesToScriptHashStatement, AttributesStatement, CaseStatement, ConstantReturnMethodBodyStatement, DefineObjectStatement, ElementStatement, ELVisitor, EncodeMethodPrefaceStatement, EndElementStatement, ForEachStatement, FreeMarkerTemplateStatementBase, IfElseStatement, IfStatement, ScriptObjectStatement, ScriptOptionStatement, StartElementStatement, StatementImpl, StatementsContainer, SwitchStatement, TemplateStatementImpl, WriteAttributesSetStatement, WriteAttributeStatement, WriteTextStatement

public interface JavaStatement
extends RequireImports

Author:
Nick Belaevski

Field Summary
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Method Summary
 java.lang.String getCode()
           
 
Methods inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
getRequiredImports
 

Method Detail

getCode

java.lang.String getCode()


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