org.apache.tapestry.corelib.components
Class Unless

java.lang.Object
  extended by org.apache.tapestry.corelib.components.Unless

public class Unless
extends Object

A close relative of the If component that inverts the meaning of its test. This is easier than an If component with the negate parameter set to true.


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

Constructor Detail

Unless

public Unless()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.