psdi.webclient.system.controller

Class DMTransformImpl

  • java.lang.Object
    • psdi.webclient.system.controller.DMTransformImpl
  • All Implemented Interfaces:
    DMTransform


    public class DMTransformImpl
    extends java.lang.Object
    implements DMTransform
    This is just a dummy implementation that does nothing.
    • Constructor Summary

      Constructors 
      Constructor and Description
      DMTransformImpl() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object transform(WebClientSession session, java.lang.Object target)
      Dummy implementation that returns the target object without modification.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DMTransformImpl

        public DMTransformImpl()
    • Method Detail

      • transform

        public java.lang.Object transform(WebClientSession session,
                                          java.lang.Object target)
        Dummy implementation that returns the target object without modification.
        Specified by:
        transform in interface DMTransform
        Parameters:
        session - A reference to the current web client session
        target - The object to be transformed
        Returns:
        The transformed object