Uses of Class
com.jalios.jcms.WebAppInfo
-
Packages that use WebAppInfo Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). -
-
Uses of WebAppInfo in com.jalios.jcms
Methods in com.jalios.jcms that return WebAppInfo Modifier and Type Method Description WebAppInfo
WebAppManager. getWebAppInfo(java.lang.String webappId)
Gives a webapp info for a given webappId. -
Uses of WebAppInfo in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as WebAppInfo Modifier and Type Field Description protected WebAppInfo
DeployManagerDownloadHandler. webapp
protected WebAppInfo
DeployManagerUpgradeHandler. webapp
protected WebAppInfo
DeployManagerUpgradeUploadHandler. webapp
Methods in com.jalios.jcms.handler that return WebAppInfo Modifier and Type Method Description WebAppInfo
DeployManagerUpgradeHandler. getWebAppInfo()
-