com.hack23.cia.web.viewfactory.impl.user
Class ParliamentMemberSummaryViewFactoryImpl

Package class diagram package ParliamentMemberSummaryViewFactoryImpl
java.lang.Object
  extended by com.hack23.cia.web.viewfactory.impl.common.AbstractViewFactoryImpl<MODELANDVIEW>
      extended by com.hack23.cia.web.viewfactory.impl.user.AbstractUserViewFactoryImpl<MODELANDVIEW>
          extended by com.hack23.cia.web.viewfactory.impl.user.AbstractParliamentViewFactoryImpl<MODELANDVIEW>
              extended by com.hack23.cia.web.viewfactory.impl.user.AbstractParliamentMemberViewFactoryImpl<ParliamentMemberSummaryModelAndView>
                  extended by com.hack23.cia.web.viewfactory.impl.user.ParliamentMemberSummaryViewFactoryImpl
All Implemented Interfaces:
ViewFactory

public class ParliamentMemberSummaryViewFactoryImpl
extends AbstractParliamentMemberViewFactoryImpl<ParliamentMemberSummaryModelAndView>

The Class ParliamentMemberSummaryViewFactoryImpl.


Constructor Summary
ParliamentMemberSummaryViewFactoryImpl()
          Instantiates a new parliament member summary view factory impl.
 
Method Summary
 Class getSupportedModelAndView()
          Gets the supported model and view.
 void processSpecificView(ParliamentMemberSummaryModelAndView modelAndView)
          Process specific view.
 
Methods inherited from class com.hack23.cia.web.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

ParliamentMemberSummaryViewFactoryImpl

public ParliamentMemberSummaryViewFactoryImpl()
Instantiates a new parliament member summary 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(ParliamentMemberSummaryModelAndView modelAndView)
Description copied from class: AbstractViewFactoryImpl
Process specific view.

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


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