com.hack23.cia.web.viewfactory.impl.user
Class UserViewFactoryImpl
java.lang.Object
com.hack23.cia.web.viewfactory.impl.common.AbstractViewFactoryImpl<MODELANDVIEW>
com.hack23.cia.web.viewfactory.impl.user.AbstractUserViewFactoryImpl<UserModelAndView>
com.hack23.cia.web.viewfactory.impl.user.UserViewFactoryImpl
- All Implemented Interfaces:
- ViewFactory
public class UserViewFactoryImpl
- extends AbstractUserViewFactoryImpl<UserModelAndView>
The Class UserViewFactoryImpl.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserViewFactoryImpl
public UserViewFactoryImpl(MenuFactory menuFactory,
int topNumber)
- Instantiates a new user view factory impl.
- Parameters:
menuFactory
- the menu factorytopNumber
- the top number
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(UserModelAndView modelAndView)
- Description copied from class:
AbstractViewFactoryImpl
- Process specific view.
- Specified by:
processSpecificView
in class AbstractViewFactoryImpl<UserModelAndView>
- Parameters:
modelAndView
- the modelandview
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.