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. |
org.apache.strutsel.taglib.logic |
The "struts-logic-el" 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.
|
Modifier and Type | Class and Description |
---|---|
class |
CompareTagBase
Abstract base class for comparison tags.
|
class |
EmptyTag
Evalute the nested body content of this tag if the specified value is empty
for this request.
|
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 |
MatchTag
Evalute the nested body content of this tag if the specified value is a
substring of the specified variable.
|
class |
MessagesNotPresentTag
Evalute the nested body content of this tag if the specified value is not
present for this request.
|
class |
MessagesPresentTag
Evalute to
true if an ActionMessages class or a
class that can be converted to an ActionMessages class is in
request scope under the specified key and there is at least one message in
the class or for the property specified. |
class |
NotEmptyTag
Evalute the nested body content of this tag if the specified value is not
empty for this request.
|
class |
NotEqualTag
Evaluate the nested body content of this tag if the specified variable and
value are not equal.
|
class |
NotMatchTag
Evalute the nested body content of this tag if the specified value is not a
substring of the specified variable.
|
class |
NotPresentTag
Evalute the nested body content of this tag if the specified value is not
present for this request.
|
class |
PresentTag
Evalute the nested body content of this tag if the specified value is
present for this request.
|
Modifier and Type | Class and Description |
---|---|
class |
NestedEmptyTag
NestedEmptyTag.
|
class |
NestedEqualTag
NestedEqualTag.
|
class |
NestedGreaterEqualTag
NestedGreaterEqualTag.
|
class |
NestedGreaterThanTag
NestedGreaterThanTag.
|
class |
NestedLessEqualTag
NestedLessEqualTag.
|
class |
NestedLessThanTag
NestedLessThanTag.
|
class |
NestedMatchTag
NestedMatchTag.
|
class |
NestedMessagesNotPresentTag
NestedMessagesNotPresentTag.
|
class |
NestedMessagesPresentTag
NestedMessagesPresentTag.
|
class |
NestedNotEmptyTag
NestedNotEmptyTag.
|
class |
NestedNotEqualTag
NestedNotEqualTag.
|
class |
NestedNotMatchTag
NestedNotMatchTag.
|
class |
NestedNotPresentTag
NestedNotPresentTag.
|
class |
NestedPresentTag
NestedPresentTag.
|
Modifier and Type | Class and Description |
---|---|
class |
ELMatchTag
Evalute the nested body content of this tag if the specified value is a
substring of the specified variable.
|
class |
ELMessagesNotPresentTag
Evalute to
false if an ActionMessages class or a
class that can be converted to an ActionMessages class is in
request scope under the specified key and there is at least one message in
the class or for the property specified. |
class |
ELMessagesPresentTag
Evalute to
true if an ActionMessages class or a
class that can be converted to an ActionMessages class is in
request scope under the specified key and there is at least one message in
the class or for the property specified. |
class |
ELNotMatchTag
Evalute the nested body content of this tag if the specified value is a
substring of the specified variable.
|
class |
ELNotPresentTag
Evaluates the nested body content of this tag if the specified value is not
present for this request.
|
class |
ELPresentTag
Evaluates the nested body content of this tag if the specified value is
present for this request.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.