com.hack23.cia.web.viewfactory.impl.application
Class ViewFactoryServiceImpl

Package class diagram package ViewFactoryServiceImpl
java.lang.Object
  extended by com.hack23.cia.web.viewfactory.impl.application.ViewFactoryServiceImpl
All Implemented Interfaces:
ViewFactoryService

public class ViewFactoryServiceImpl
extends Object
implements ViewFactoryService

The Class ViewFactoryServiceImpl.


Constructor Summary
ViewFactoryServiceImpl(List<ViewFactory> viewFactories)
          Instantiates a new view factory service impl.
 
Method Summary
 void processView(ModelAndView modelAndView)
          Process view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewFactoryServiceImpl

public ViewFactoryServiceImpl(List<ViewFactory> viewFactories)
Instantiates a new view factory service impl.

Parameters:
viewFactories - the view factories
Method Detail

processView

public final void processView(ModelAndView modelAndView)
Description copied from interface: ViewFactoryService
Process view.

Specified by:
processView in interface ViewFactoryService
Parameters:
modelAndView - the model and view


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