Return to www.inductionframework.org

com.acciente.induction.dispatcher.view
Class ViewFactory

java.lang.Object
  extended by com.acciente.induction.dispatcher.view.ViewFactory

public class ViewFactory
extends java.lang.Object

ViewFactory

Author:
Adinath Raveendra Raj

Constructor Summary
ViewFactory(java.lang.ClassLoader oClassLoader, ViewParameterProviderFactory oViewParameterProviderFactory)
           
 
Method Summary
 java.lang.Object getView(java.lang.String sViewClassName, javax.servlet.http.HttpServletRequest oRequest, javax.servlet.http.HttpServletResponse oResponse, ViewResolver.Resolution oResolution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewFactory

public ViewFactory(java.lang.ClassLoader oClassLoader,
                   ViewParameterProviderFactory oViewParameterProviderFactory)
Method Detail

getView

public java.lang.Object getView(java.lang.String sViewClassName,
                                javax.servlet.http.HttpServletRequest oRequest,
                                javax.servlet.http.HttpServletResponse oResponse,
                                ViewResolver.Resolution oResolution)
                         throws java.lang.reflect.InvocationTargetException,
                                ConstructorNotFoundException,
                                com.acciente.commons.reflect.ParameterProviderException,
                                java.lang.IllegalAccessException,
                                java.lang.InstantiationException,
                                java.lang.ClassNotFoundException
Throws:
java.lang.reflect.InvocationTargetException
ConstructorNotFoundException
com.acciente.commons.reflect.ParameterProviderException
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.ClassNotFoundException

Return to www.inductionframework.org

Copyright © 2008-2012 Acciente, LLC. All Rights Reserved.