Class SproutUtils
java.lang.Object
com.echothree.view.client.web.struts.sprout.support.SproutUtils
Sprout utility methods.
- Author:
- Seth Fitzsimmons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Method>
getDeclaredMethods
(Class clazz, Class upto) Gets a collection of methods declared in a specified range of a given class' hierarchy.
-
Constructor Details
-
SproutUtils
public SproutUtils()
-
-
Method Details
-
getDeclaredMethods
Gets a collection of methods declared in a specified range of a given class' hierarchy.- Parameters:
clazz
- Class to inspect.upto
- Methods declared in this class and its subclasses will be included. Any methods declared in superclasses will be ignored.- Returns:
- Collection of methods declared within the specified range.
-