RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.model
Class CdkConditionalJstlElementBase

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.ModelFragment
      extended by org.richfaces.cdk.templatecompiler.model.CdkConditionalJstlElementBase
All Implemented Interfaces:
LeafModelElement, ModelElement
Direct Known Subclasses:
CdkIfElement, CdkWhenElement

public abstract class CdkConditionalJstlElementBase
extends ModelFragment

Since:
4.0
Author:
Nick Belaevski

Constructor Summary
CdkConditionalJstlElementBase()
           
 
Method Summary
 String getTest()
           
 void setTest(String test)
           
 
Methods inherited from class org.richfaces.cdk.templatecompiler.model.ModelFragment
afterVisit, beforeVisit, getChildren, setChildren, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdkConditionalJstlElementBase

public CdkConditionalJstlElementBase()
Method Detail

getTest

public String getTest()
Returns:
the test

setTest

public void setTest(String test)
Parameters:
test - the test to set

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.