|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Package
org.apache.struts.taglib.logic
Packages that use org.apache.struts.taglib.logic | |
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. |
Classes in org.apache.struts.taglib.logic used by org.apache.struts.taglib.logic | |
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. |
Classes in org.apache.struts.taglib.logic used by org.apache.struts.taglib.nested.bean | |
IterateTei
Implementation of TagExtraInfo for the iterate
tag, identifying the scripting object(s) to be made visible. |
Classes in org.apache.struts.taglib.logic used by org.apache.struts.taglib.nested.logic | |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2000-2005 - The Apache Software Foundation