public class WebAppInit extends java.lang.Object implements WebAppInit
Available in ZK EE
Constructor and Description |
---|
WebAppInit() |
Modifier and Type | Method and Description |
---|---|
void |
init(WebApp wapp)
Called when a ZK application is created and initialized.
|
public void init(WebApp wapp) throws java.lang.Exception
WebAppInit
You could
retrieve the servlet context by WebApp.getServletContext()
init
in interface WebAppInit
java.lang.Exception
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.