org.richfaces.cdk.templatecompiler.statements
Class ElementStatement

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
All Implemented Interfaces:
JavaStatement, RequireImports, Variables, TemplateStatement
Direct Known Subclasses:
EndElementStatement, StartElementStatement

public class ElementStatement
extends FreeMarkerTemplateStatementBase

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
ElementStatement(FreeMarkerRenderer renderer, java.lang.String template)
           
 
Method Summary
 javax.xml.namespace.QName getElementName()
           
 void setElementName(javax.xml.namespace.QName elementName)
          

 
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

ElementStatement

public ElementStatement(FreeMarkerRenderer renderer,
                        java.lang.String template)
Method Detail

getElementName

public javax.xml.namespace.QName getElementName()
Returns:
the elementName

setElementName

public void setElementName(javax.xml.namespace.QName elementName)

Parameters:
elementName - the elementName to set


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