org.apache.strutsel.taglib.logic |
|
Java Source File Name | Type | Comment |
ELForwardTag.java | Class | Perform a forward or redirect to a page that is looked up in the
configuration information associated with our application. |
ELForwardTagBeanInfo.java | Class | This is the BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELForwardTag class. |
ELIterateTag.java | Class | Custom tag that iterates the elements of a collection, which can be either
an attribute or the property of an attribute. |
ELIterateTagBeanInfo.java | Class | This is the BeanInfo descriptor for the
org.apache.strutsel.taglib.bean.ELIterateTag class. |
ELMatchSupport.java | Class | This class is used as a helper class for both the org.apache.strutsel.taglib.logic.ELMatchTag
and org.apache.strutsel.taglib.logic.ELNotMatchTag classes. |
ELMatchTag.java | Class | Evalute the nested body content of this tag if the specified value is a
substring of the specified variable. |
ELMatchTagBeanInfo.java | Class | This is the BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELMatchTag class. |
ELMessagesNotPresentTag.java | Class | 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. |
ELMessagesNotPresentTagBeanInfo.java | Class | This is the BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELMessagesNotPresentTag
class. |
ELMessagesPresentTag.java | Class | 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. |
ELMessagesPresentTagBeanInfo.java | Class | This is the BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELMessagesPresentTag class.
It is needed to override the default mapping of custom tag attribute names
to class attribute names. |
ELNotMatchTag.java | Class | Evalute the nested body content of this tag if the specified value is a
substring of the specified variable. |
ELNotMatchTagBeanInfo.java | Class | This is the BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELNotMatchTag class. |
ELNotPresentTag.java | Class | Evaluates the nested body content of this tag if the specified value is not
present for this request. |
ELNotPresentTagBeanInfo.java | Class | This is the BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELNotPresentTag class. |
ELPresentTag.java | Class | Evaluates the nested body content of this tag if the specified value is
present for this request. |
ELPresentTagBeanInfo.java | Class | This is the BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELPresentTag class. |
ELRedirectTag.java | Class | Generate a URL-encoded redirect to the specified URI. |
ELRedirectTagBeanInfo.java | Class | This is the BeanInfo descriptor for the
org.apache.strutsel.taglib.logic.ELRedirectTag class. |