org.richfaces.cdk.templatecompiler.statements
Class WriteAttributesSetStatement
java.lang.Object
org.richfaces.cdk.templatecompiler.statements.StatementsContainer
org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
org.richfaces.cdk.templatecompiler.statements.WriteAttributesSetStatement
- All Implemented Interfaces:
- JavaStatement, RequireImports, Variables, TemplateStatement
public class WriteAttributesSetStatement
- extends FreeMarkerTemplateStatementBase
- 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 |
WriteAttributesSetStatement
@Inject
public WriteAttributesSetStatement(FreeMarkerRenderer renderer)
getFieldName
public String getFieldName()
- Returns:
- the fieldName
setFieldName
public void setFieldName(String fieldName)
- Parameters:
fieldName - the fieldName to set
setAttributes
public void setAttributes(Collection<PassThrough> passThroughAttributes)
getAttributes
public Collection<PassThrough> getAttributes()
- Returns:
- the attributes
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.