org.zkoss.zk.ui.sys
Class WebAppFactoryImpl

java.lang.Object
  extended by org.zkoss.zk.ui.sys.WebAppFactoryImpl
All Implemented Interfaces:
WebAppFactory

public class WebAppFactoryImpl
extends java.lang.Object
implements WebAppFactory

A web app factory implementation.

Since:
7.0.6
Author:
jumperchen

Constructor Summary
WebAppFactoryImpl()
           
 
Method Summary
 WebApp newWebApp(java.lang.Object ctx, Configuration config)
          Instantiates the instance of WebApp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppFactoryImpl

public WebAppFactoryImpl()
Method Detail

newWebApp

public WebApp newWebApp(java.lang.Object ctx,
                        Configuration config)
Description copied from interface: WebAppFactory
Instantiates the instance of WebApp.

Specified by:
newWebApp in interface WebAppFactory
Parameters:
ctx - the application context. For Servlet, it is javax.servlet.ServletContext.


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo