org.oddjob.arooa
Interface ArooaTools

All Known Implementing Classes:
ExtendedTools, StandardTools

public interface ArooaTools

Encapsulate the tools an ArooaSession might require.


Method Summary
 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.
 

Method Detail

getArooaConverter

ArooaConverter getArooaConverter()
Get an ArooaConverter to use.

Returns:
An ArooaConverter. Will not be null.

getPropertyAccessor

PropertyAccessor getPropertyAccessor()
Get a PropertyAccessor that does type conversion during the setting of properties.

Returns:
A PropertyAccessor. Will not be null.

getExpressionParser

ExpressionParser getExpressionParser()
Get an ExpressionParser to use.

Returns:
An ExpressionParser. Will not be null.