Class | Description |
---|---|
ERXElse |
ERXElse can be used like a Java "else" after a preceding conditional.
|
ERXEqualConditional |
Conditional component that compares two objects using the
equals method. |
ERXInstanceOfConditional |
Conditional component that tests if an object can be cast to the given class or interface without causing a ClassCastException.
|
ERXKeyValueConditional |
Same as the
WOKeyValueConditional , but as a dynamic element. |
ERXListContainsItemConditional |
Conditional component that tests if a given item is contained in an
List . |
ERXNonNullConditional |
Conditional component that tests if a given object
is null.
|
ERXNonZeroConditional |
Conditional component that tests if a given Number
object is non-zero.
|
ERXOncePerRequestConditional |
Will render its embedded content only once during the RR loop.
|
ERXWOCase |
Contains one case of a
ERXWOSwitch . |
ERXWOConditional |
ERXWOConditional behaves just like WOConditional except that it tracks its condition state for use with ERXElse.
|
ERXWOSwitch |
Adds a "multiple if" element to the WO templates.
|
ERXWOTemplate |
Allows for multiple contents in a component.
|
Copyright © 2002 – 2024 Project Wonder.