public class ExtendedTools extends StandardTools
ArooaConverter based
on the provided ArooaDescriptor.| Constructor and Description |
|---|
ExtendedTools(ArooaTools existing,
ArooaDescriptor descriptor)
Uses the
ArooaDescriptor to create the tools. |
| Modifier and Type | Method and Description |
|---|---|
ArooaConverter |
getArooaConverter()
Get an
ArooaConverter to use. |
ExpressionParser |
getExpressionParser()
Get an
ExpressionParser to use. |
PropertyAccessor |
getPropertyAccessor()
Get a
PropertyAccessor that does type
conversion during the setting of properties. |
getEvaluator, getScriptEvaluator, getServiceHelperpublic ExtendedTools(ArooaTools existing, ArooaDescriptor descriptor)
ArooaDescriptor to create the tools.descriptor - loader - public ArooaConverter getArooaConverter()
ArooaToolsArooaConverter to use.getArooaConverter in interface ArooaToolsgetArooaConverter in class StandardToolspublic PropertyAccessor getPropertyAccessor()
ArooaToolsPropertyAccessor that does type
conversion during the setting of properties.getPropertyAccessor in interface ArooaToolsgetPropertyAccessor in class StandardToolspublic ExpressionParser getExpressionParser()
ArooaToolsExpressionParser to use.getExpressionParser in interface ArooaToolsgetExpressionParser in class StandardTools