com.hack23.cia.web.viewfactory.impl.common
Interface ViewFactory

Package class diagram package ViewFactory
All Known Implementing Classes:
AbstractAdminViewFactoryImpl, AbstractConfigurationViewFactoryImpl, AbstractParliamentMemberViewFactoryImpl, AbstractParliamentViewFactoryImpl, AbstractUserViewFactoryImpl, AbstractViewFactoryImpl, AgencyViewFactoryImpl, AgentDeploymentViewFactoryImpl, ApplicationViewFactoryImpl, CommitteeReportsViewFactoryImpl, CommitteeReportViewFactoryImpl, ErrorViewFactoryImpl, LanguageAgencyViewFactoryImpl, LanguageContentViewFactoryImpl, MonitorViewFactoryImpl, ParliamentMemberListViewFactoryImpl, ParliamentMemberSummaryViewFactoryImpl, PortalViewFactoryImpl, UrlViewFactoryImpl, UserViewFactoryImpl, VotesViewFactoryImpl

public interface ViewFactory

A factory for creating View objects.


Method Summary
 Class<ModelAndView> getSupportedModelAndView()
          Gets the supported model and view.
 void processView(ModelAndView modelAndView)
          Process view.
 

Method Detail

getSupportedModelAndView

Class<ModelAndView> getSupportedModelAndView()
Gets the supported model and view.

Returns:
the supported model and view

processView

void processView(ModelAndView modelAndView)
Process view.

Parameters:
modelAndView - the model and view


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