com.hack23.cia.web.viewfactory.impl.common
Class AbstractViewFactoryImpl<MODELANDVIEW extends AbstractModelAndView>

Package class diagram package AbstractViewFactoryImpl
java.lang.Object
  extended by com.hack23.cia.web.viewfactory.impl.common.AbstractViewFactoryImpl<MODELANDVIEW>
All Implemented Interfaces:
ViewFactory
Direct Known Subclasses:
AbstractAdminViewFactoryImpl, AbstractUserViewFactoryImpl, ApplicationViewFactoryImpl, ErrorViewFactoryImpl

public abstract class AbstractViewFactoryImpl<MODELANDVIEW extends AbstractModelAndView>
extends Object
implements ViewFactory

The Class AbstractViewFactoryImpl.


Constructor Summary
AbstractViewFactoryImpl()
           
 
Method Summary
abstract  void processSpecificView(MODELANDVIEW modelandview)
          Process specific view.
 void processView(ModelAndView modelAndView)
          Process view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.web.viewfactory.impl.common.ViewFactory
getSupportedModelAndView
 

Constructor Detail

AbstractViewFactoryImpl

public AbstractViewFactoryImpl()
Method Detail

processSpecificView

public abstract void processSpecificView(MODELANDVIEW modelandview)
Process specific view.

Parameters:
modelandview - the modelandview

processView

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

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


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