def TestObject(self):
     to = TestObject()
     to.message = "This is a test message that is set by spring via Object context"
     return to
Exemple #2
0
 def TestObject(self):
     to = TestObject()
     to.message = 'This is a test message that is set by spring via Object context'
     return to
Exemple #3
0
 def TestObject(self):
     to = TestObject()
     to.message = 'Message set by the object context'
     return to
 def TestObject(self):
     to = TestObject()
     to.message = 'Message set by the object context'
     return to