Package wt.identity

Class NonTypedDelegate

java.lang.Object
wt.identity.NonTypedDelegate
All Implemented Interfaces:
TypeMessageCalculatorInterface

public class NonTypedDelegate extends Object implements 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
  • Method Details

    • CalculateTypeMessage

      public Object CalculateTypeMessage(Object object)
      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:
      CalculateTypeMessage in interface TypeMessageCalculatorInterface
      Parameters:
      object -
      Returns:
      Object