org.apache.catalina.valves.RequestFilterValve Implementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against a set of regular expressions configured for this Valve. <p> This valve is configured by sett ...
org.codehaus.groovy.runtime.Invoker A helper class to invoke methods or extract properties on arbitrary Java objects dynamically @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @version $Revision: 1.65 $
org.jrobin.graph.Print <p>This is a simplified version of the Gprint class, used for simple value formatting with scaling.</p> @author Arne Vandamme (cobralord@jrobin.org) ================================================================ -- Members =========================================================== ...
jodd.file.filters.WildcardFileFilter FileFilter that matches files against wildcard pattern (* and ?). For more details check the <code>FileFilterAbs</code> documentation. For wildcard matching check the <code>StringUtil</code> documentation. @see jodd.file.filters.FileFilterAbs @see jodd.util.StringUtil