org.richfaces.cdk.templatecompiler.statements
Class EndElementStatement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.statements.StatementsContainer
      extended by org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
          extended by org.richfaces.cdk.templatecompiler.statements.ElementStatement
              extended by org.richfaces.cdk.templatecompiler.statements.EndElementStatement
All Implemented Interfaces:
JavaStatement, RequireImports, Variables, TemplateStatement

public class EndElementStatement
extends ElementStatement

Since:
4.0
Author:
Nick Belaevski

Field Summary
 
Fields inherited from class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
parent
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.statements.TemplateStatement
METHODS_TRANSFORM
 
Constructor Summary
EndElementStatement(FreeMarkerRenderer renderer)
           
 
Method Summary
 
Methods inherited from class org.richfaces.cdk.templatecompiler.statements.ElementStatement
getElementName, setElementName
 
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 org.richfaces.cdk.templatecompiler.statements.StatementsContainer
addStatement, addStatement, getParent, getStatements, getVariable, isDefined, isEmpty, setParent, setVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndElementStatement

@Inject
public EndElementStatement(FreeMarkerRenderer renderer)


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