com.hack23.cia.web.viewfactory.impl.common
Class AbstractViewFactoryImpl<MODELANDVIEW extends AbstractModelAndView>
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractViewFactoryImpl
public AbstractViewFactoryImpl()
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.