Uses of Interface
org.zkoss.zk.ui.WebApp
-
-
Uses of WebApp in org.zkoss.zk.au
Methods in org.zkoss.zk.au with parameters of type WebApp Modifier and Type Method Description booleanAuDecoder. isIgnorable(java.lang.Object request, WebApp wapp)Returns if the request is ignorable when an error occurs. -
Uses of WebApp in org.zkoss.zk.au.http
Methods in org.zkoss.zk.au.http with parameters of type WebApp Modifier and Type Method Description static AuExtensionDHtmlUpdateServlet. addAuExtension(WebApp wapp, java.lang.String prefix, AuExtension extension)Adds an AU extension and associates it with the specified prefix, even beforeDHtmlUpdateServletis started.voidDHtmlUpdateServlet. denoteSessionTimeout(WebApp wapp, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean compress)Denote HTTP 410 Session timeout responsestatic AuExtensionDHtmlUpdateServlet. getAuExtension(WebApp wapp, java.lang.String prefix)Returns the AU extension that is associated the specified prefix.static DHtmlUpdateServletDHtmlUpdateServlet. getUpdateServlet(WebApp wapp)Returns the update servlet of the specified application, or null if not loaded yet.voidAuRedirect. init(WebApp wapp)voidTimeZoneDataBaseVersionChecker. init(WebApp wapp) -
Uses of WebApp in org.zkoss.zk.ui
Fields in org.zkoss.zk.ui declared as WebApp Modifier and Type Field Description protected static WebAppWebApps. _wappThe application for the whole installation.Methods in org.zkoss.zk.ui that return WebApp Modifier and Type Method Description static WebAppWebApps. getCurrent()Returns this Web application, or null if not available.WebAppDesktop. getWebApp()Returns the Web application this desktop belongs to.WebAppRichletConfig. getWebApp()Returns the web application that the richlet belongs to.WebAppSession. getWebApp()Returns the Web application that this session belongs to.WebAppWebApp. 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..Methods in org.zkoss.zk.ui with parameters of type WebApp Modifier and Type Method Description static Component[]Executions. createComponents(WebApp wapp, java.lang.String uri, java.util.Map<?,?> arg)Creates components that don't belong to any page from a page file specified by an URI.static Component[]Executions. createComponents(WebApp wapp, PageDefinition pagedef, java.util.Map<?,?> arg)Creates components that don't belong to any page from the specified page definition.static Component[]Executions. createComponentsDirectly(WebApp wapp, java.io.Reader reader, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content read from the specified reader.static Component[]Executions. createComponentsDirectly(WebApp wapp, java.lang.String content, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content specified by a string.static Component[]Executions. createComponentsDirectly(WebApp wapp, org.zkoss.idom.Document content, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content specified by a DOM tree.static PageDefinitionExecutions. getPageDefinition(WebApp wapp, java.lang.String uri)Returns the page definition from the page file specified by an URI.PageDefinitionExecutions. getPageDefinitionDirectly(WebApp wapp, java.io.Reader reader, java.lang.String extension)Reads the raw content from a reader and converts it into a page definition.PageDefinitionExecutions. getPageDefinitionDirectly(WebApp wapp, java.lang.String content, java.lang.String extension)Converts the specified page content to a page definition.PageDefinitionExecutions. getPageDefinitionDirectly(WebApp wapp, org.zkoss.idom.Document content, java.lang.String extension)Converts the specified page content, in DOM, to a page definition. -
Uses of WebApp in org.zkoss.zk.ui.event
Methods in org.zkoss.zk.ui.event with parameters of type WebApp Modifier and Type Method Description static <T extends Event>
EventQueue<T>EventQueues. lookup(java.lang.String name, WebApp wapp, boolean autoCreate)Returns the event queue with the specified name in the give application (i.e., the application scope).static booleanEventQueues. remove(java.lang.String name, WebApp wapp)Removes the event queue of the specified application. -
Uses of WebApp in org.zkoss.zk.ui.event.impl
Methods in org.zkoss.zk.ui.event.impl with parameters of type WebApp Modifier and Type Method Description <T extends Event>
EventQueue<T>EventQueueProvider. lookup(java.lang.String name, WebApp wapp, boolean autoCreate)Returns the event queue with the specified name in the give application (i.e., the scope).<T extends Event>
EventQueue<T>EventQueueProviderImpl. lookup(java.lang.String name, WebApp wapp, boolean autoCreate)booleanEventQueueProvider. remove(java.lang.String name, WebApp wapp)Removes the event queue of the specified application.booleanEventQueueProviderImpl. remove(java.lang.String name, WebApp wapp) -
Uses of WebApp in org.zkoss.zk.ui.http
Classes in org.zkoss.zk.ui.http that implement WebApp Modifier and Type Class Description classSimpleWebAppA servlet-based Web application.Methods in org.zkoss.zk.ui.http that return WebApp Modifier and Type Method Description WebAppSimpleSession. getWebApp()WebAppSimpleWebApp. getWebApp(java.lang.String uripath)WebAppWebManager. getWebApp()Returns the Web application.static WebAppWebManager. getWebApp(jakarta.servlet.ServletContext ctx)Returns the Web application of the specified context.static WebAppWebManager. getWebAppIfAny(jakarta.servlet.ServletContext ctx)Returns the Web application of the specified context, or null if not available.Methods in org.zkoss.zk.ui.http with parameters of type WebApp Modifier and Type Method Description voidSimpleSessionCache. destroy(WebApp wapp)static WebManagerWebManager. getWebManager(WebApp wapp)Returns the Web manager of the specifiedWebApp.static WebManagerWebManager. getWebManagerIfAny(WebApp wapp)Returns the Web manager of the specifiedWebApp, or null if not found.voidSimpleSessionCache. init(WebApp wapp)SessionSerializableUiFactory. newSession(WebApp wapp, java.lang.Object nativeSess, java.lang.Object request)SessionSimpleUiFactory. newSession(WebApp wapp, java.lang.Object nativeSess, java.lang.Object request)static voidUtils. updateDebugJS(WebApp wapp, boolean debug)Update the status of debug-js.Constructors in org.zkoss.zk.ui.http with parameters of type WebApp Constructor Description SerializableSession(WebApp wapp, java.lang.Object hsess, java.lang.Object request)Constructs a ZK session with either a HTTP session or a Portlet session.SerializableSession(WebApp wapp, jakarta.servlet.http.HttpSession hsess, java.lang.Object request)Constructor.SimpleSession(WebApp wapp, java.lang.Object navsess, java.lang.Object request)Constructs a ZK session with either a HTTP session or a Portlet session.SimpleSession(WebApp wapp, jakarta.servlet.http.HttpSession hsess, java.lang.Object request)Constructs a ZK session with a HTTP session. -
Uses of WebApp in org.zkoss.zk.ui.impl
Classes in org.zkoss.zk.ui.impl that implement WebApp Modifier and Type Class Description classAbstractWebAppA skeletal implementation ofWebApp.Methods in org.zkoss.zk.ui.impl that return WebApp Modifier and Type Method Description WebAppDesktopImpl. getWebApp()WebAppRequestInfoImpl. getWebApp()WebAppRichletConfigImpl. getWebApp()Methods in org.zkoss.zk.ui.impl with parameters of type WebApp Modifier and Type Method Description voidAbstractUiFactory. start(WebApp wapp)voidGlobalDesktopCacheProvider. start(WebApp wapp)voidSessionDesktopCacheProvider. start(WebApp wapp)voidUiEngineImpl. start(WebApp wapp)voidAbstractUiFactory. stop(WebApp wapp)voidGlobalDesktopCacheProvider. stop(WebApp wapp)voidSessionDesktopCacheProvider. stop(WebApp wapp)voidUiEngineImpl. stop(WebApp wapp)Constructors in org.zkoss.zk.ui.impl with parameters of type WebApp Constructor Description DesktopImpl(WebApp wapp, java.lang.String updateURI, java.lang.String path, java.lang.String deviceType, java.lang.Object request)DesktopImpl(WebApp wapp, java.lang.String updateURI, java.lang.String resourceURI, java.lang.String path, java.lang.String deviceType, java.lang.Object request)RequestInfoImpl(WebApp wapp, Session sess, Desktop desktop, java.lang.Object request, org.zkoss.util.resource.Locator locator)ConstructorRichletConfigImpl(WebApp wapp, java.util.Map<java.lang.String,java.lang.String> params) -
Uses of WebApp in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo with parameters of type WebApp Modifier and Type Method Description static org.zkoss.util.resource.LocatorPageDefinitions. getLocator(WebApp wapp, java.lang.String path)Returns the locator for the specified context.static PageDefinitionPageDefinitions. getPageDefinition(WebApp wapp, org.zkoss.util.resource.Locator locator, java.lang.String path)Returns the page definition of the specified path, or null if not found or failed to parse.static PageDefinitionPageDefinitions. getPageDefinitionDirectly(WebApp wapp, org.zkoss.util.resource.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 PageDefinitionPageDefinitions. getPageDefinitionDirectly(WebApp wapp, org.zkoss.util.resource.Locator locator, java.lang.String content, java.lang.String extension)Returns the page definition of the specified raw content; never null.static PageDefinitionPageDefinitions. getPageDefinitionDirectly(WebApp wapp, org.zkoss.util.resource.Locator locator, org.zkoss.idom.Document doc, java.lang.String extension)Returns the page definition of the specified raw content in DOM; never null.Constructors in org.zkoss.zk.ui.metainfo with parameters of type WebApp Constructor Description Parser(WebApp wapp, org.zkoss.util.resource.Locator locator)Constructor. -
Uses of WebApp in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return WebApp Modifier and Type Method Description WebAppRequestInfo. getWebApp()Returns the Web application; never null.WebAppWebAppFactory. newWebApp(java.lang.Object ctx, Configuration config)Instantiates the instance ofWebApp.WebAppWebAppFactoryImpl. newWebApp(java.lang.Object ctx, Configuration config)Methods in org.zkoss.zk.ui.sys with parameters of type WebApp Modifier and Type Method Description voidSessionCache. destroy(WebApp wapp)Destroys the session cachestatic SessionSessionsCtrl. getSession(WebApp wapp, java.lang.Object navsess)Returns the ZK session associated with the specified native session, or null if not found.static java.util.List<org.zkoss.html.StyleSheet>HtmlPageRenders. getStyleSheets(Execution exec, WebApp wapp, java.lang.String deviceType)Returns a list ofStyleSheetthat shall be generated to the client for the specified execution.voidSessionCache. init(WebApp wapp)Initializes the session cache.static SessionSessionsCtrl. newSession(WebApp wapp, java.lang.Object navsess, java.lang.Object request)Instantiates a ZK session that is associated with the specified native session and request.SessionUiFactory. newSession(WebApp wapp, java.lang.Object nativeSess, java.lang.Object request)Creates an instance ofSession.static java.lang.StringHtmlPageRenders. outInitCrashScript(Execution exec, WebApp wapp)Returns Script tag to include init-crash-script and init-crash-timeout defined in zk.xmlstatic java.lang.StringHtmlPageRenders. outLangJavaScripts(Execution exec, WebApp wapp, java.lang.String deviceType)Returns HTML tags to include all JavaScript files and codes that are required when loading a ZUML page (never null).static java.lang.StringHtmlPageRenders. outLangStyleSheets(Execution exec, WebApp wapp, java.lang.String deviceType)Returns HTML tags to include all style sheets that are defined in all languages of the specified device (never null).static java.lang.StringHtmlPageRenders. outZkTags(Execution exec, WebApp wapp, java.lang.String deviceType)Generates and returns the ZK specific HTML tags such as stylesheet and JavaScript.static voidWebAppsCtrl. setCurrent(WebApp wapp)Sets the Web application for this installation.voidDesktopCacheProvider. start(WebApp wapp)Starts the provider.voidFailoverManager. start(WebApp wapp)Starts the failover manager.voidUiEngine. start(WebApp wapp)Starts the engine.voidUiFactory. start(WebApp wapp)Starts this factory.voidDesktopCacheProvider. stop(WebApp wapp)Stops the provider.voidFailoverManager. stop(WebApp wapp)Stops the failover manager.voidUiEngine. stop(WebApp wapp)Stops the engine.voidUiFactory. stop(WebApp wapp)Stops this factory. -
Uses of WebApp in org.zkoss.zk.ui.util
Fields in org.zkoss.zk.ui.util declared as WebApp Modifier and Type Field Description protected WebAppGenericAutowireComposer. applicationImplicit Object; the web application.Methods in org.zkoss.zk.ui.util that return WebApp Modifier and Type Method Description WebAppConfiguration. 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 Modifier and Type Method Description voidWebAppCleanup. cleanup(WebApp wapp)called when a ZK application is about to be destroyed.voidWebAppInit. init(WebApp wapp)Called when a ZK application is created and initialized.voidConfiguration. setWebApp(WebApp wapp)Associates it with a web application.
-