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.bean |
The nested bean tags extend the
org.apache.struts.taglib.bean
tags to allow them to relate to each other in a nested nature. |
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.
|
Class and Description |
---|
CompareTagBase
Abstract base class for comparison tags.
|
ConditionalTagBase
Abstract base class for the various conditional evaluation tags.
|
EmptyTag
Evalute the nested body content of this tag if the specified value is empty
for this request.
|
MatchTag
Evalute the nested body content of this tag if the specified value is a
substring of the specified variable.
|
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. |
PresentTag
Evalute the nested body content of this tag if the specified value is
present for this request.
|
Class and Description |
---|
IterateTei
Implementation of
TagExtraInfo for the iterate tag,
identifying the scripting object(s) to be made visible. |
Class and Description |
---|
CompareTagBase
Abstract base class for comparison tags.
|
ConditionalTagBase
Abstract base class for the various conditional evaluation tags.
|
EmptyTag
Evalute the nested body content of this tag if the specified value is empty
for this request.
|
EqualTag
Evaluate the nested body content of this tag if the specified variable and
value are equal.
|
GreaterEqualTag
Evaluate the nested body content of this tag if the specified variable is
greater than or equal to the specified value.
|
GreaterThanTag
Evaluate the nested body content of this tag if the specified variable is
greater than the specified value.
|
IterateTag
Custom tag that iterates the elements of a collection, which can be either
an attribute or the property of an attribute.
|
IterateTei
Implementation of
TagExtraInfo for the iterate tag,
identifying the scripting object(s) to be made visible. |
LessEqualTag
Evaluate the nested body content of this tag if the specified variable is
less than or equal to the specified value.
|
LessThanTag
Evaluate the nested body content of this tag if the specified variable is
less than the specified value.
|
MatchTag
Evalute the nested body content of this tag if the specified value is a
substring of the specified variable.
|
MessagesNotPresentTag
Evalute the nested body content of this tag if the specified value is not
present for this request.
|
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. |
NotEmptyTag
Evalute the nested body content of this tag if the specified value is not
empty for this request.
|
NotEqualTag
Evaluate the nested body content of this tag if the specified variable and
value are not equal.
|
NotMatchTag
Evalute the nested body content of this tag if the specified value is not a
substring of the specified variable.
|
NotPresentTag
Evalute the nested body content of this tag if the specified value is not
present for this request.
|
PresentTag
Evalute the nested body content of this tag if the specified value is
present for this request.
|
Class and Description |
---|
ConditionalTagBase
Abstract base class for the various conditional evaluation tags.
|
ForwardTag
Perform a forward or redirect to a page that is looked up in the
configuration information associated with our application.
|
IterateTag
Custom tag that iterates the elements of a collection, which can be either
an attribute or the property of an attribute.
|
MatchTag
Evalute the nested body content of this tag if the specified value is a
substring of the specified variable.
|
MessagesNotPresentTag
Evalute the nested body content of this tag if the specified value is not
present for this request.
|
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. |
NotMatchTag
Evalute the nested body content of this tag if the specified value is not a
substring of the specified variable.
|
NotPresentTag
Evalute the nested body content of this tag if the specified value is not
present for this request.
|
PresentTag
Evalute the nested body content of this tag if the specified value is
present for this request.
|
RedirectTag
Generate a URL-encoded redirect to the specified URI.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.