Uses of Class
org.javlo.module.core.ModuleException
-
-
Uses of ModuleException in org.javlo.actions
Methods in org.javlo.actions that throw ModuleException Modifier and Type Method Description static IActionActionManager. getActionModule(javax.servlet.http.HttpServletRequest request, String group)BooleanAbstractModuleAction. haveRight(javax.servlet.http.HttpSession session, User user)BooleanIModuleAction. haveRight(javax.servlet.http.HttpSession session, User user)check if a specific user can use the module.static StringMobileAction. performInit(RequestService rs, javax.servlet.http.HttpSession session, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess, javax.servlet.http.HttpServletRequest request)static StringMobileAction. performModulesList(RequestService rs, javax.servlet.http.HttpSession session, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess, javax.servlet.http.HttpServletRequest request) -
Uses of ModuleException in org.javlo.data
Methods in org.javlo.data that throw ModuleException Modifier and Type Method Description StringInfoBean. getI18nAjaxURL() -
Uses of ModuleException in org.javlo.helper
Methods in org.javlo.helper that throw ModuleException Modifier and Type Method Description static StringResourceHelper. createModulePath(ContentContext ctx, String path) -
Uses of ModuleException in org.javlo.helper.importation
Constructors in org.javlo.helper.importation that throw ModuleException Constructor Description ImportConfigBean(ContentContext ctx) -
Uses of ModuleException in org.javlo.module.admin
Methods in org.javlo.module.admin that throw ModuleException Modifier and Type Method Description BooleanAdminAction. haveRight(javax.servlet.http.HttpSession session, User user) -
Uses of ModuleException in org.javlo.module.communication
Methods in org.javlo.module.communication that throw ModuleException Modifier and Type Method Description static CommunicationModuleContextCommunicationModuleContext. getInstance(javax.servlet.http.HttpServletRequest request) -
Uses of ModuleException in org.javlo.module.components
Methods in org.javlo.module.components that throw ModuleException Modifier and Type Method Description BooleanComponentsAction. haveRight(javax.servlet.http.HttpSession session, User user) -
Uses of ModuleException in org.javlo.module.core
Methods in org.javlo.module.core that throw ModuleException Modifier and Type Method Description static ModulesContextModulesContext. getInstance(javax.servlet.http.HttpSession session, GlobalContext globalContext)booleanModule. haveRight(javax.servlet.http.HttpSession session, User user)voidModulesContext. loadModule(javax.servlet.http.HttpSession session, GlobalContext globalContext) -
Uses of ModuleException in org.javlo.module.demo
Methods in org.javlo.module.demo that throw ModuleException Modifier and Type Method Description BooleanAction. haveRight(javax.servlet.http.HttpSession session, User user) -
Uses of ModuleException in org.javlo.module.dropbox
Methods in org.javlo.module.dropbox that throw ModuleException Modifier and Type Method Description BooleanDropboxAction. haveRight(javax.servlet.http.HttpSession session, User user) -
Uses of ModuleException in org.javlo.module.file
Methods in org.javlo.module.file that throw ModuleException Modifier and Type Method Description static FileFileAction. getFolder(ContentContext ctx)static FileModuleContextFileModuleContext. getInstance(javax.servlet.http.HttpServletRequest request)static StringFileAction. performModify(RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)static StringFileAction. performUpload(ContentContext ctx, RequestService rs) -
Uses of ModuleException in org.javlo.module.macro
Methods in org.javlo.module.macro that throw ModuleException Modifier and Type Method Description static MacroModuleContextMacroModuleContext. getInstance(javax.servlet.http.HttpServletRequest request)static StringMacroAction. performCloseMacro(RequestService rs, ContentContext ctx, EditContext editContext, MessageRepository messageRepository, I18nAccess i18nAccess) -
Uses of ModuleException in org.javlo.module.mailing
Methods in org.javlo.module.mailing that throw ModuleException Modifier and Type Method Description static MailingModuleContextMailingModuleContext. getInstance(javax.servlet.http.HttpServletRequest request)BooleanMailingAction. haveRight(javax.servlet.http.HttpSession session, User user) -
Uses of ModuleException in org.javlo.service.shared
Methods in org.javlo.service.shared that throw ModuleException Modifier and Type Method Description static voidSharedContentService. prepare(ContentContext ctx)
-