Example #1
0
 def __init__(self):
     ChannelPage.__init__(self)
     self.params = ParamUtil(request)
     self.channelPageService = __spring__.getBean("channelPageService")        
     self.templateProcessor = __spring__.getBean("templateProcessor")
     self.channel = None
Example #2
0
 def __init__(self):
     ChannelPage.__init__(self)
     self.unitTypeService = __spring__.getBean("unitTypeService")
     self.unitService = __spring__.getBean("unitService")
     self.params = ParamUtil(request)
Example #3
0
 def __init__(self):
     ChannelPage.__init__(self)
     self.params = ParamUtil(request)