com.hack23.cia.web.impl.ui.viewfactory.impl.content
Class CommitteeReportViewFactoryImpl

Package class diagram package CommitteeReportViewFactoryImpl
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.viewfactory.impl.common.AbstractViewFactoryImpl<MODELANDVIEW>
      extended by com.hack23.cia.web.impl.ui.viewfactory.impl.content.CommitteeReportViewFactoryImpl
All Implemented Interfaces:
ViewFactory

public class CommitteeReportViewFactoryImpl
extends AbstractViewFactoryImpl<MODELANDVIEW>

The Class CommitteeReportViewFactoryImpl.


Constructor Summary
CommitteeReportViewFactoryImpl()
          Instantiates a new committee report view factory impl.
 
Method Summary
 Class getSupportedModelAndView()
          Gets the supported model and view.
 void processSpecificView(CommitteeReportModelAndView modelAndView)
          Process specific view.
 
Methods inherited from class com.hack23.cia.web.impl.ui.viewfactory.impl.common.AbstractViewFactoryImpl
processView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitteeReportViewFactoryImpl

public CommitteeReportViewFactoryImpl()
Instantiates a new committee report view factory impl.

Method Detail

getSupportedModelAndView

public final Class getSupportedModelAndView()
Description copied from interface: ViewFactory
Gets the supported model and view.

Returns:
the supported model and view

processSpecificView

public final void processSpecificView(CommitteeReportModelAndView modelAndView)
Description copied from class: AbstractViewFactoryImpl
Process specific view.

Specified by:
processSpecificView in class AbstractViewFactoryImpl<CommitteeReportModelAndView>
Parameters:
modelAndView - the modelandview


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.