Uses of Package
org.apache.struts.taglib.bean

Packages that use org.apache.struts.taglib.bean
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.strutsel.taglib.bean The "struts-bean-el" tag library contains JSP custom tags useful in defining new beans (in any desired scope) from a variety of possible sources, as well as a tag to render a particular bean (or bean property) to the output response. 
 

Classes in org.apache.struts.taglib.bean used by org.apache.struts.taglib.nested.bean
DefineTag
          Define a scripting variable based on the value(s) of the specified bean property.
MessageTag
          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.
SizeTag
          Define a scripting variable that will contain the number of elements found in a specified array, Collection, or Map.
WriteTag
          Tag that retrieves the specified property of the specified bean, converts it to a String representation (if necessary), and writes it to the current output stream, optionally filtering characters that are sensitive in HTML.
 

Classes in org.apache.struts.taglib.bean used by org.apache.strutsel.taglib.bean
IncludeTag
          Define the contents of a specified intra-application request as a page scope attribute of type java.lang.String.
MessageTag
          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.
PageTag
          Define a scripting variable that exposes the requested page context item as a scripting variable and a page scope bean.
ResourceTag
          Define a scripting variable based on the contents of the specified web application resource.
SizeTag
          Define a scripting variable that will contain the number of elements found in a specified array, Collection, or Map.
StrutsTag
          Define a scripting variable that exposes the requested Struts internal configuraton object.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.