|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.standard.StandardTools
org.oddjob.arooa.standard.ExtendedTools
public class ExtendedTools
Extends an existing tool set with an ArooaConverter
based
on the provided ArooaDescriptor
.
Constructor Summary | |
---|---|
ExtendedTools(ArooaTools existing,
ArooaDescriptor descriptor)
Uses the ArooaDescriptor to create the tools. |
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. |
Methods inherited from class org.oddjob.arooa.standard.StandardTools |
---|
getEvaluator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtendedTools(ArooaTools existing, ArooaDescriptor descriptor)
ArooaDescriptor
to create the tools.
descriptor
- loader
- Method Detail |
---|
public ArooaConverter getArooaConverter()
ArooaTools
ArooaConverter
to use.
getArooaConverter
in interface ArooaTools
getArooaConverter
in class StandardTools
public PropertyAccessor getPropertyAccessor()
ArooaTools
PropertyAccessor
that does type
conversion during the setting of properties.
getPropertyAccessor
in interface ArooaTools
getPropertyAccessor
in class StandardTools
public ExpressionParser getExpressionParser()
ArooaTools
ExpressionParser
to use.
getExpressionParser
in interface ArooaTools
getExpressionParser
in class StandardTools
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |