예제 #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
예제 #2
0
 def __init__(self):
     ChannelPage.__init__(self)
     self.unitTypeService = __spring__.getBean("unitTypeService")
     self.unitService = __spring__.getBean("unitService")
     self.params = ParamUtil(request)
예제 #3
0
파일: channel.py 프로젝트: yxxcrtd/jitar2.0
 def __init__(self):
     ChannelPage.__init__(self)
     self.params = ParamUtil(request)