Uses of Package
org.apache.struts2.util

Packages that use org.apache.struts2.util
org.apache.struts2.components   
org.apache.struts2.dispatcher.mapper   
org.apache.struts2.util Miscellaneous helper classes. 
org.apache.struts2.views.jsp.iterator Struts's JSP tag library for iterator handling. 
 

Classes in org.apache.struts2.util used by org.apache.struts2.components
AppendIteratorFilter
          A bean that takes several iterators and outputs them in sequence
FastByteArrayOutputStream
          A speedy implementation of ByteArrayOutputStream.
MergeIteratorFilter
          A bean that takes several iterators and outputs the merge of them.
 

Classes in org.apache.struts2.util used by org.apache.struts2.dispatcher.mapper
PrefixTrie
          Quickly matches a prefix to an object.
 

Classes in org.apache.struts2.util used by org.apache.struts2.util
IteratorFilterSupport
          A base class for iterator filters
IteratorGenerator.Converter
          Interface for converting each separated token into an Object of choice.
PrefixTrie.Node
           
StrutsUtil
          Struts base utility class, for use in Velocity and Freemarker templates
SubsetIteratorFilter.Decider
          A decider determines if the given element should be added to the list or not.
URLBean
          A bean that can generate a URL.
 

Classes in org.apache.struts2.util used by org.apache.struts2.views.jsp.iterator
IteratorGenerator
          A bean that generates an iterator filled with a given object depending on the count, separator and converter defined.
SortIteratorFilter
          A bean that takes a source and comparator then attempt to sort the source utilizing the comparator.
SubsetIteratorFilter
          A bean that takes an iterator and outputs a subset of it.
 



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