org.chenillekit.tapestry.core.components
Class Contains

java.lang.Object
  extended by org.chenillekit.tapestry.core.components.Contains

public class Contains
extends Object

Conditionally renders its body.

If the value object is in the list, then the body of the Contains component is rendered. If not, the body is omitted and the else block is rendered.

Version:
$Id: Contains.java 645 2010-03-11 13:05:54Z homburgs $

Constructor Summary
Contains()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contains

public Contains()


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.