org.apache.struts.taglib.logic.IterateTei Implementation of <code>TagExtraInfo</code> for the <b>iterate</b> tag, identifying the scripting object(s) to be made visible. @version $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
org.apache.pluto.tags.DefineObjectsTag Supporting class for the <CODE>defineObjects</CODE> tag. Creates the following variables to be used in the JSP: <UL> <LI><CODE>renderRequest</CODE> <LI><CODE>renderResponse</CODE> <LI><CODE>portletConfig</CODE> </UL> @se ...
org.apache.struts.taglib.nested.bean.NestedDefineTei NestedDefineTei to make sure that the implied setting of the name property of a nested tag is properly handed in the casting of the defined object. Currently goes to String, but for the purposes of most nested objects they will benefit more from a simple Object casting. @since Struts 1.1 @versio ...
org.apache.taglibs.regexp.SplitTEI TagExtraInfo for <b>split</b> tag, allows use of standard <jsp:getProperty/> with the <b>split</b> tag script variable id. @see SplitTag @author Glenn Nielsen