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
 java.lang.String getTest()
           
 void setTest(java.lang.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 java.lang.String getTest()
Returns:
the test

setTest

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


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