org.richfaces.cdk.templatecompiler.statements
Interface TypedTemplateStatement

All Superinterfaces:
JavaStatement, RequireImports, TemplateStatement
All Known Implementing Classes:
ELVisitor

public interface TypedTemplateStatement
extends 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
 
Method Summary
 ELType getType()
           
 boolean isLiteral()
           
 
Methods inherited from interface org.richfaces.cdk.templatecompiler.statements.TemplateStatement
getRequiredFields, getRequiredMethods, setParent
 
Methods inherited from interface org.richfaces.cdk.templatecompiler.builder.model.JavaStatement
getCode
 
Methods inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
getRequiredImports
 

Method Detail

getType

ELType getType()

isLiteral

boolean isLiteral()


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