|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebApp | |
|---|---|
| org.zkoss.zk.au.http | HTTP related classes used to do asynchronous updates. |
| org.zkoss.zk.ui | Interfaces of the common user-interfaces, such as Page and Component. |
| org.zkoss.zk.ui.http | HTTP relevant utilities and servlets for implementing user interfaces (implementation only). |
| org.zkoss.zk.ui.impl | Implementation of user interfaces and factories (implementation only). |
| org.zkoss.zk.ui.metainfo | Metainfo representing pages and languages (implementation only). |
| org.zkoss.zk.ui.sys | Internal interfaces of user interfaces and factories (behind the scene). |
| org.zkoss.zk.ui.util | Utilities to handle user interfaces. |
| org.zkoss.zkdemo.test | |
| org.zkoss.zkdemo.userguide | |
| org.zkoss.zkmax.au.http | HTTP related classes used to do asynchronous updates. |
| org.zkoss.zkmax.init | Initialization of zkmax |
| org.zkoss.zkplus.hibernate | Utilities to support Hibernate. |
| Uses of WebApp in org.zkoss.zk.au.http |
|---|
| Methods in org.zkoss.zk.au.http with parameters of type WebApp | |
|---|---|
static AuProcessor |
DHtmlUpdateServlet.addAuProcessor(WebApp wapp,
java.lang.String prefix,
AuProcessor processor)
Adds an AU processor and associates it with the specified prefix, even before DHtmlUpdateServlet is started. |
static AuProcessor |
DHtmlUpdateServlet.getAuProcessor(WebApp wapp,
java.lang.String prefix)
Returns the AU processor that is associated the specified prefix. |
static DHtmlUpdateServlet |
DHtmlUpdateServlet.getUpdateServlet(WebApp wapp)
Returns the update servlet of the specified application, or null if not loaded yet. |
| Uses of WebApp in org.zkoss.zk.ui |
|---|
| Methods in org.zkoss.zk.ui that return WebApp | |
|---|---|
WebApp |
Session.getWebApp()
Returns the Web application that this session belongs to. |
WebApp |
RichletConfig.getWebApp()
Returns the web application that the richlet belongs to. |
WebApp |
Desktop.getWebApp()
Returns the Web application this desktop belongs to. |
WebApp |
WebApp.getWebApp(java.lang.String uripath)
Returns the WebApp that corresponds to a specified URL on the server, or null if either none exists or the container wishes to restrict this access.. |
| Uses of WebApp in org.zkoss.zk.ui.http |
|---|
| Classes in org.zkoss.zk.ui.http that implement WebApp | |
|---|---|
class |
SimpleWebApp
A servlet-based Web application. |
| Methods in org.zkoss.zk.ui.http that return WebApp | |
|---|---|
WebApp |
WebManager.getWebApp()
Returns the Web application. |
WebApp |
SimpleSession.getWebApp()
|
WebApp |
SimpleWebApp.getWebApp(java.lang.String uripath)
|
| Methods in org.zkoss.zk.ui.http with parameters of type WebApp | |
|---|---|
void |
SimpleSessionCache.destroy(WebApp wapp)
|
static DHtmlLayoutServlet |
DHtmlLayoutServlet.getLayoutServlet(WebApp wapp)
Deprecated. As of release 3.6.0, removed in favor of WebManager.getWebManager(javax.servlet.ServletContext). |
static WebManager |
WebManager.getWebManager(WebApp wapp)
Returns the Web manager of the specified WebApp. |
void |
SimpleSessionCache.init(WebApp wapp)
|
Session |
SimpleUiFactory.newSession(WebApp wapp,
java.lang.Object nativeSess,
java.lang.Object request)
|
Session |
SerializableUiFactory.newSession(WebApp wapp,
java.lang.Object nativeSess,
java.lang.Object request)
|
| Constructors in org.zkoss.zk.ui.http with parameters of type WebApp | |
|---|---|
SerializableSession(WebApp wapp,
javax.servlet.http.HttpSession hsess,
java.lang.Object request)
Constructor. |
|
SimpleSession(WebApp wapp,
javax.servlet.http.HttpSession hsess,
java.lang.Object request)
Construts a ZK session with a HTTP session. |
|
SimpleSession(WebApp wapp,
javax.portlet.PortletSession psess,
java.lang.Object request)
Construts a ZK session with a Portlet session. |
|
| Uses of WebApp in org.zkoss.zk.ui.impl |
|---|
| Classes in org.zkoss.zk.ui.impl that implement WebApp | |
|---|---|
class |
AbstractWebApp
A skeletal implementation of WebApp. |
| Methods in org.zkoss.zk.ui.impl that return WebApp | |
|---|---|
WebApp |
RichletConfigImpl.getWebApp()
|
WebApp |
RequestInfoImpl.getWebApp()
|
WebApp |
DesktopImpl.getWebApp()
|
| Methods in org.zkoss.zk.ui.impl with parameters of type WebApp | |
|---|---|
void |
UiEngineImpl.start(WebApp wapp)
|
void |
SessionDesktopCacheProvider.start(WebApp wapp)
|
void |
GlobalDesktopCacheProvider.start(WebApp wapp)
|
void |
AbstractUiFactory.start(WebApp wapp)
|
void |
UiEngineImpl.stop(WebApp wapp)
|
void |
SessionDesktopCacheProvider.stop(WebApp wapp)
|
void |
GlobalDesktopCacheProvider.stop(WebApp wapp)
|
void |
AbstractUiFactory.stop(WebApp wapp)
|
| Constructors in org.zkoss.zk.ui.impl with parameters of type WebApp | |
|---|---|
DesktopImpl(WebApp wapp,
java.lang.String updateURI,
java.lang.String path,
java.lang.String deviceType,
java.lang.Object request)
|
|
RequestInfoImpl(WebApp wapp,
Session sess,
Desktop desktop,
java.lang.Object request,
Locator locator)
Constructor |
|
RichletConfigImpl(WebApp wapp,
java.util.Map params)
|
|
| Uses of WebApp in org.zkoss.zk.ui.metainfo |
|---|
| Methods in org.zkoss.zk.ui.metainfo with parameters of type WebApp | |
|---|---|
static Locator |
PageDefinitions.getLocator(WebApp wapp,
java.lang.String path)
Returns the locator for the specified context. |
static PageDefinition |
PageDefinitions.getPageDefinition(WebApp wapp,
Locator locator,
java.lang.String path)
Returns the page definition of the specified path, or null if not found or failed to parse. |
static PageDefinition |
PageDefinitions.getPageDefinitionDirectly(WebApp wapp,
Locator locator,
Document doc,
java.lang.String extension)
Returns the page definition of the specified raw content in DOM; never null. |
static PageDefinition |
PageDefinitions.getPageDefinitionDirectly(WebApp wapp,
Locator locator,
java.io.Reader reader,
java.lang.String extension)
Returns the page definition of the raw content from the specified reader; never null. |
static PageDefinition |
PageDefinitions.getPageDefinitionDirectly(WebApp wapp,
Locator locator,
java.lang.String content,
java.lang.String extension)
Returns the page definition of the specified raw content; never null. |
| Constructors in org.zkoss.zk.ui.metainfo with parameters of type WebApp | |
|---|---|
Parser(WebApp wapp,
Locator locator)
Constructor. |
|
| Uses of WebApp in org.zkoss.zk.ui.sys |
|---|
| Methods in org.zkoss.zk.ui.sys that return WebApp | |
|---|---|
WebApp |
RequestInfo.getWebApp()
Returns the Web application; never null. |
| Methods in org.zkoss.zk.ui.sys with parameters of type WebApp | |
|---|---|
void |
SessionCache.destroy(WebApp wapp)
Destroys the session cache |
static Session |
SessionsCtrl.getSession(WebApp wapp,
java.lang.Object navsess)
Returns the ZK session associated with the specified native session. |
void |
SessionCache.init(WebApp wapp)
Initializes the session cache. |
Session |
UiFactory.newSession(WebApp wapp,
java.lang.Object nativeSess,
java.lang.Object request)
Creates an instance of Session. |
static Session |
SessionsCtrl.newSession(WebApp wapp,
java.lang.Object navsess,
java.lang.Object request)
Instantiates a ZK session that is assoicated witht the specified native session and request. |
void |
UiFactory.start(WebApp wapp)
Starts this factory. |
void |
UiEngine.start(WebApp wapp)
Starts the engine. |
void |
FailoverManager.start(WebApp wapp)
Starts the failover manager. |
void |
DesktopCacheProvider.start(WebApp wapp)
Starts the provider. |
void |
UiFactory.stop(WebApp wapp)
Stops this factory. |
void |
UiEngine.stop(WebApp wapp)
Stops the engine. |
void |
FailoverManager.stop(WebApp wapp)
Stops the failover manager. |
void |
DesktopCacheProvider.stop(WebApp wapp)
Stops the provider. |
| Uses of WebApp in org.zkoss.zk.ui.util |
|---|
| Fields in org.zkoss.zk.ui.util declared as WebApp | |
|---|---|
protected WebApp |
GenericAutowireComposer.application
Implicit Object; the web application. |
| Methods in org.zkoss.zk.ui.util that return WebApp | |
|---|---|
WebApp |
Configuration.getWebApp()
Returns the Web application that this configuration belongs to, or null if it is not associated yet. |
| Methods in org.zkoss.zk.ui.util with parameters of type WebApp | |
|---|---|
void |
WebAppCleanup.cleanup(WebApp wapp)
called when a ZK application is about to be destroyed. |
void |
WebAppInit.init(WebApp wapp)
Called when a ZK application is created and initialized. |
void |
Configuration.setWebApp(WebApp wapp)
Associates it with a web application. |
| Uses of WebApp in org.zkoss.zkdemo.test |
|---|
| Methods in org.zkoss.zkdemo.test with parameters of type WebApp | |
|---|---|
void |
DumbFailoverManager.start(WebApp wapp)
|
void |
DumbFailoverManager.stop(WebApp wapp)
|
| Uses of WebApp in org.zkoss.zkdemo.userguide |
|---|
| Methods in org.zkoss.zkdemo.userguide with parameters of type WebApp | |
|---|---|
void |
DemoWebAppInit.init(WebApp wapp)
|
| Uses of WebApp in org.zkoss.zkmax.au.http |
|---|
| Methods in org.zkoss.zkmax.au.http with parameters of type WebApp | |
|---|---|
static void |
AuDownloader.init(WebApp wapp)
Initializes the downloader. |
| Uses of WebApp in org.zkoss.zkmax.init |
|---|
| Methods in org.zkoss.zkmax.init with parameters of type WebApp | |
|---|---|
void |
WebAppInit.init(WebApp wapp)
|
| Uses of WebApp in org.zkoss.zkplus.hibernate |
|---|
| Methods in org.zkoss.zkplus.hibernate with parameters of type WebApp | |
|---|---|
void |
HibernateSessionFactoryListener.cleanup(WebApp wapp)
|
void |
HibernateSessionFactoryListener.init(WebApp app)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||