org.richfaces.cdk.templatecompiler.statements
Class ElementStatement
java.lang.Object
org.richfaces.cdk.templatecompiler.statements.StatementsContainer
org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementStatement
public ElementStatement(FreeMarkerRenderer renderer,
String template)
getElementName
public QName getElementName()
- Returns:
- the elementName
setElementName
public void setElementName(QName elementName)
- Parameters:
elementName - the elementName to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.