Package com.opensymphony.xwork2.util
package com.opensymphony.xwork2.util
XWork util classes.
-
ClassDescription
AnnotationUtils
This class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.This class is an utility class that will search through the classpath for files whose names match the given pattern.ValueStacks implementing this interface provide a way to remove values from their contexts.A Stack that is implemented using a List.Helper class to create and retrieve information from location-enabled DOM-trees.TheDOMBuilder
is a utility class that will generate a W3C DOM Document from SAX events.Provides support for localization in the framework, it can be used to read only default bundles.ValueStacks implementing this interface provide a way to remove block or allow access to properties using regular expressionsAn implementation of a pattern matcher that uses simple named wildcards.Stores the compiled pattern and the variable names matches will correspond to.OGNL implementation ofTextParser
Compiles and matches a pattern against a valueThis class is used to read properties lines.ProxyUtil
ResolverUtil<T>ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.A Test that checks to see if each class is annotated with a specific annotation.A Test that checks to see if each class is assignable to the provided class.A Test that checks to see if each class name ends with the provided suffix.A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.Provides support for localization in the framework, it can be used to read only default bundles, or it can search the class hierarchy to find proper bundles.Used to parse expressions like ${foo.bar} or %{bar.foo} but it is up tp the TextParser's implementation what kind of opening char to use (#, $, %, etc)Utility class for text parsing.A parsed value evaluator forTextParseUtil
.ValueStack allows multiple beans to be pushed in and dynamic EL expressions to be evaluated against it.Factory that creates a value stack, defaulting to the OgnlValueStackFactoryThis class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon.Helper class to convert wildcard expression to regular expressionGeneric test setup methods to be used with any unit testing framework.