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 IAction
ActionManager. getActionModule(javax.servlet.http.HttpServletRequest request, String group)
Boolean
AbstractModuleAction. haveRight(javax.servlet.http.HttpSession session, User user)
Boolean
IModuleAction. haveRight(javax.servlet.http.HttpSession session, User user)
check if a specific user can use the module.static String
MobileAction. performInit(RequestService rs, javax.servlet.http.HttpSession session, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess, javax.servlet.http.HttpServletRequest request)
static String
MobileAction. 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 String
InfoBean. getI18nAjaxURL()
-
Uses of ModuleException in org.javlo.helper
Methods in org.javlo.helper that throw ModuleException Modifier and Type Method Description static String
ResourceHelper. 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 Boolean
AdminAction. 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 CommunicationModuleContext
CommunicationModuleContext. 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 Boolean
ComponentsAction. 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 ModulesContext
ModulesContext. getInstance(javax.servlet.http.HttpSession session, GlobalContext globalContext)
boolean
Module. haveRight(javax.servlet.http.HttpSession session, User user)
void
ModulesContext. 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 Boolean
Action. 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 Boolean
DropboxAction. 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 File
FileAction. getFolder(ContentContext ctx)
static FileModuleContext
FileModuleContext. getInstance(javax.servlet.http.HttpServletRequest request)
static String
FileAction. performModify(RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
FileAction. 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 MacroModuleContext
MacroModuleContext. getInstance(javax.servlet.http.HttpServletRequest request)
static String
MacroAction. 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 MailingModuleContext
MailingModuleContext. getInstance(javax.servlet.http.HttpServletRequest request)
Boolean
MailingAction. 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 void
SharedContentService. prepare(ContentContext ctx)
-