Package com.opensymphony.xwork.util

Class Summary
CompoundRoot  
CompoundRootAccessor  
InstantiatingNullHandler Normally does nothing, but if InstantiatingNullHandler.CREATE_NULL_OBJECTS is in the action context with a value of true, then this class will attempt to create null objects when Ognl requests null objects be created.
LocalizedTextUtil Provides support for localization in XWork.
OgnlUtil Utility class that provides common access to the Ognl APIs for setting and getting properties from objects (usually Actions).
OgnlValueStack OgnlValueStack allows multiple beans to be pushed in and dynamic Ognl expressions to be evaluated against it.
TextParseUtil Utility class for text parsing.
XWorkBasicConverter Default type converter for XWork.
XWorkConverter OGNL TypeConverter for WebWork.
XWorkEnumerationAcccessor User: plightbo Date: Nov 13, 2003 Time: 7:13:37 AM
XWorkIteratorPropertyAccessor User: plightbo Date: Nov 13, 2003 Time: 7:12:22 AM
XWorkList A simple list that guarantees that inserting and retrieving objects will always work regardless of the current size of the list.
XWorkMap A simple map that guarantees that retrieving objects will never return null and insertions will perform type conversion if necessary.
XWorkMethodAccessor Allows methods to be executed under normal cirumstances, except when XWorkMethodAccessor.DENY_METHOD_EXECUTION is in the action context with a value of true.
 

Exception Summary
TypeConversionException TypeConversionException should be thrown by any TypeConverters which fail to convert values
 


XWork Project Page