org.ofbiz.webapp.view
Class ViewFactory
java.lang.Object
org.ofbiz.webapp.view.ViewFactory
public class ViewFactory
- extends java.lang.Object
ViewFactory - View Handler Factory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
requestHandler
protected RequestHandler requestHandler
context
protected ServletContext context
handlers
protected java.util.Map<java.lang.String,ViewHandler> handlers
ViewFactory
public ViewFactory(RequestHandler requestHandler)
getViewHandler
public ViewHandler getViewHandler(java.lang.String type)
throws ViewHandlerException
- Throws:
ViewHandlerException
clear
public void clear()