Package wt.identity
Class NonTypedDelegate
java.lang.Object
wt.identity.NonTypedDelegate
- All Implemented Interfaces:
TypeMessageCalculatorInterface
Used for old client only. New client code should not call any of its
methods. This class provides a way of calculating "hard-type " object's
type information, just like before, which means still uses the WTIntrospector.
Its methods should not be called directly, should only use the delegate
mechanism of default application context and specifing corresponding
properties files to get hold of the display type information.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionCalculateTypeMessage(Object object) Should only use the delegate mechanism of default application context to get hold of CalculateTypeMessage().
-
Method Details
-
CalculateTypeMessage
Should only use the delegate mechanism of default application context to get hold of CalculateTypeMessage(). Never call this function directly.
Supported API: true- Specified by:
CalculateTypeMessagein interfaceTypeMessageCalculatorInterface- Parameters:
object-- Returns:
- Object
-