Package | Description |
---|---|
org.apache.struts.taglib.logic |
The "struts-logic" tag library contains tags that are useful in managing
conditional generation of output text, looping over object collections
for repetitive generation of output text, and application flow management.
|
org.apache.struts.taglib.nested.logic |
The nested html tags extend the
org.apache.struts.taglib.logic
tags to allow them to relate to each other in a nested nature. |
Modifier and Type | Class and Description |
---|---|
class |
EqualTag
Evaluate the nested body content of this tag if the specified variable and
value are equal.
|
class |
GreaterEqualTag
Evaluate the nested body content of this tag if the specified variable is
greater than or equal to the specified value.
|
class |
GreaterThanTag
Evaluate the nested body content of this tag if the specified variable is
greater than the specified value.
|
class |
LessEqualTag
Evaluate the nested body content of this tag if the specified variable is
less than or equal to the specified value.
|
class |
LessThanTag
Evaluate the nested body content of this tag if the specified variable is
less than the specified value.
|
class |
NotEqualTag
Evaluate the nested body content of this tag if the specified variable and
value are not equal.
|
Modifier and Type | Class and Description |
---|---|
class |
NestedEqualTag
NestedEqualTag.
|
class |
NestedGreaterEqualTag
NestedGreaterEqualTag.
|
class |
NestedGreaterThanTag
NestedGreaterThanTag.
|
class |
NestedLessEqualTag
NestedLessEqualTag.
|
class |
NestedLessThanTag
NestedLessThanTag.
|
class |
NestedNotEqualTag
NestedNotEqualTag.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.