| Home >> All >> org >> apache >> strutsel >> taglib >> [ bean Javadoc ] |
org.apache.strutsel.taglib.bean: Javadoc index of package org.apache.strutsel.taglib.bean.
Package Samples:
org.apache.strutsel.taglib.bean
Classes:
ELIncludeTagBeanInfo: This is the BeanInfo descriptor for the org.apache.strutsel.taglib.bean.ELIncludeTag class. It is needed to override the default mapping of custom tag attribute names to class attribute names. This is because the value of the unevaluated EL expression has to be kept separately from the evaluated value, which is stored in the base class. This is related to the fact that the JSP compiler can choose to reuse different tag instances if they received the same original attribute values, and the JSP compiler can choose to not re-call the setter methods, because it can assume the same values are already ...
ELSizeTagBeanInfo: This is the BeanInfo descriptor for the org.apache.strutsel.taglib.bean.ELSizeTag class. It is needed to override the default mapping of custom tag attribute names to class attribute names. This is because the value of the unevaluated EL expression has to be kept separately from the evaluated value, which is stored in the base class. This is related to the fact that the JSP compiler can choose to reuse different tag instances if they received the same original attribute values, and the JSP compiler can choose to not re-call the setter methods, because it can assume the same values are already set ...
ELMessageTag: Custom tag that retrieves an internationalized messages string (with optional parametric replacement) from the ActionResources object stored as a context attribute by our associated ActionServlet implementation. This class is a subclass of the class org.apache.struts.taglib.bean.MessageTag which provides most of the described functionality. This subclass allows all attribute values to be specified as expressions utilizing the JavaServer Pages Standard Library expression language.
ELPageTag: Define a scripting variable that exposes the requested page context item as a scripting variable and a page scope bean. This class is a subclass of the class org.apache.struts.taglib.bean.PageTag which provides most of the described functionality. This subclass allows all attribute values to be specified as expressions utilizing the JavaServer Pages Standard Library expression language.
ELSizeTag: Define a scripting variable that will contain the number of elements found in a specified array, Collection, or Map. This class is a subclass of the class org.apache.struts.taglib.bean.SizeTag which provides most of the described functionality. This subclass allows all attribute values to be specified as expressions utilizing the JavaServer Pages Standard Library expression language.
ELResourceTag: Define a scripting variable based on the contents of the specified web application resource. This class is a subclass of the class org.apache.struts.taglib.bean.ResourceTag which provides most of the described functionality. This subclass allows all attribute values to be specified as expressions utilizing the JavaServer Pages Standard Library expression language.
ELStrutsTag: Define a scripting variable that exposes the requested Struts internal configuraton object. This class is a subclass of the class org.apache.struts.taglib.bean.StrutsTag which provides most of the described functionality. This subclass allows all attribute values to be specified as expressions utilizing the JavaServer Pages Standard Library expression language.
ELIncludeTag: Generate a URL-encoded include to the specified URI. This class is a subclass of the class org.apache.struts.taglib.bean.IncludeTag which provides most of the described functionality. This subclass allows all attribute values to be specified as expressions utilizing the JavaServer Pages Standard Library expression language.
ELResourceTagBeanInfo: This is the BeanInfo descriptor for the org.apache.strutsel.taglib.bean.ELResourceTag class. It is needed to override the default mapping of custom tag attribute names to class attribute names.
ELMessageTagBeanInfo: This is the BeanInfo descriptor for the org.apache.strutsel.taglib.bean.ELMessageTag class. It is needed to override the default mapping of custom tag attribute names to class attribute names.
ELStrutsTagBeanInfo: This is the BeanInfo descriptor for the org.apache.strutsel.taglib.bean.ELStrutsTag class. It is needed to override the default mapping of custom tag attribute names to class attribute names.
ELPageTagBeanInfo: This is the BeanInfo descriptor for the org.apache.strutsel.taglib.bean.ELPageTag class. It is needed to override the default mapping of custom tag attribute names to class attribute names.
TestELSizeTag
| Home | Contact Us | Privacy Policy | Terms of Service |