Uses of Class
com.jalios.jcmsplugin.explorer.ExplorerConfiguration
-
Packages that use ExplorerConfiguration Package Description com.jalios.jcmsplugin.explorer -
-
Uses of ExplorerConfiguration in com.jalios.jcmsplugin.explorer
Methods in com.jalios.jcmsplugin.explorer that return ExplorerConfiguration Modifier and Type Method Description ExplorerConfiguration
Explorer. getConfiguration()
Retrieve the ExplorerConfiguration used by this Explorer.static ExplorerConfiguration
ExplorerConfiguration. getInstance(javax.servlet.http.HttpServletRequest request)
Retrieve the current ExplorerConfiguration stored in request attribute or create a default new one if it could not be found.Constructors in com.jalios.jcmsplugin.explorer with parameters of type ExplorerConfiguration Constructor Description Explorer(com.jalios.jcms.context.JcmsJspContext ctxt, ExplorerConfiguration config)
Create a new Explorer and register it in session for later uses through AJAX.
-