org.richfaces.cdk.templatecompiler.model
Class CdkForEachElement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.ModelFragment
      extended by org.richfaces.cdk.templatecompiler.model.CdkForEachElement
All Implemented Interfaces:
LeafModelElement, ModelElement

public class CdkForEachElement
extends ModelFragment

Since:
4.0
Author:
Nick Belaevski

Constructor Summary
CdkForEachElement()
           
 
Method Summary
 void afterVisit(TemplateVisitor visitor)
           
 void beforeVisit(TemplateVisitor visitor)
           
 java.lang.String getItems()
           
 java.lang.String getVar()
           
 void setItems(java.lang.String items)
           
 void setVar(java.lang.String var)
           
 
Methods inherited from class org.richfaces.cdk.templatecompiler.model.ModelFragment
getChildren, setChildren, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdkForEachElement

public CdkForEachElement()
Method Detail

getItems

public java.lang.String getItems()
Returns:
the items

setItems

public void setItems(java.lang.String items)
Parameters:
items - the items to set

getVar

public java.lang.String getVar()
Returns:
the var

setVar

public void setVar(java.lang.String var)
Parameters:
var - the var to set

beforeVisit

public void beforeVisit(TemplateVisitor visitor)
                 throws CdkException
Overrides:
beforeVisit in class ModelFragment
Throws:
CdkException

afterVisit

public void afterVisit(TemplateVisitor visitor)
                throws CdkException
Overrides:
afterVisit in class ModelFragment
Throws:
CdkException


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