Package org.apache.ofbiz.webapp.view
Class ViewFactory
- java.lang.Object
-
- org.apache.ofbiz.webapp.view.ViewFactory
-
public class ViewFactory extends java.lang.Object
ViewFactory - View Handler Factory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description ViewFactory(javax.servlet.ServletContext context, java.net.URL controllerConfigURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewHandler
getViewHandler(java.lang.String type)
-
-
-
Method Detail
-
getViewHandler
public ViewHandler getViewHandler(java.lang.String type) throws ViewHandlerException
- Throws:
ViewHandlerException
-
-