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