Uses of Class
org.javlo.module.core.ModulesContext
-
-
Uses of ModulesContext in org.javlo.actions
Methods in org.javlo.actions with parameters of type ModulesContext Modifier and Type Method Description String
AbstractModuleAction. performSearch(ContentContext ctx, ModulesContext moduleContext, String query)
String
IModuleAction. performSearch(ContentContext ctx, ModulesContext modulesContext, String query)
method called when a seach in lauched from search form.String
AbstractModuleAction. prepare(ContentContext ctx, ModulesContext modulesContext)
String
IModuleAction. prepare(ContentContext ctx, ModulesContext moduleContext)
method called before module rendering -
Uses of ModulesContext in org.javlo.macro.interactive
Methods in org.javlo.macro.interactive with parameters of type ModulesContext Modifier and Type Method Description static String
ImportJCRPageMacro. performImport(RequestService rs, ContentContext ctx, GlobalContext globalContext, ModulesContext modulesContext, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of ModulesContext in org.javlo.module.admin
Methods in org.javlo.module.admin with parameters of type ModulesContext Modifier and Type Method Description static String
AdminAction. performModulesSelect(javax.servlet.http.HttpServletRequest request, ContentContext ctx, RequestService requestService, MessageRepository messageRepository, I18nAccess i18nAccess, Module currentModule, ModulesContext moduleContext)
String
AdminAction. prepare(ContentContext ctx, ModulesContext moduleContext)
-
Uses of ModulesContext in org.javlo.module.comments
Methods in org.javlo.module.comments with parameters of type ModulesContext Modifier and Type Method Description String
CommentsAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.communication
Methods in org.javlo.module.communication with parameters of type ModulesContext Modifier and Type Method Description String
CommunicationAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.components
Methods in org.javlo.module.components with parameters of type ModulesContext Modifier and Type Method Description String
ComponentsAction. performAddcomponent(ContentContext ctx, ModulesContext modulesContext, RequestService rs)
String
ComponentsAction. performCreatefile(ContentContext ctx, ModulesContext modulesContext, RequestService rs)
String
ComponentsAction. performDeletefile(ContentContext ctx, ModulesContext modulesContext, RequestService rs)
String
ComponentsAction. performSearch(ContentContext ctx, ModulesContext modulesContext, String query)
String
ComponentsAction. performUpdate(ContentContext ctx, ModulesContext modulesContext, RequestService rs)
String
ComponentsAction. prepare(ContentContext ctx, ModulesContext moduleContext)
-
Uses of ModulesContext in org.javlo.module.content
Methods in org.javlo.module.content with parameters of type ModulesContext Modifier and Type Method Description static String
Edit. performEditpreview(RequestService requestService, ContentContext ctx, ComponentContext componentContext, EditContext editContext, ContentService content, ModulesContext moduleContext, ContentModuleContext modCtx)
String
Edit. performSearch(ContentContext ctx, ModulesContext moduleContext, String query)
String
Edit. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.context
Methods in org.javlo.module.context with parameters of type ModulesContext Modifier and Type Method Description String
ContextAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.core
Methods in org.javlo.module.core that return ModulesContext Modifier and Type Method Description static ModulesContext
ModulesContext. getInstance(javax.servlet.http.HttpSession session, GlobalContext globalContext)
Methods in org.javlo.module.core with parameters of type ModulesContext Modifier and Type Method Description String
Module.EmptyAction. performSearch(ContentContext ctx, ModulesContext moduleContext, String searchText)
String
Module.EmptyAction. prepare(ContentContext ctx, ModulesContext moduleContext)
-
Uses of ModulesContext in org.javlo.module.dashboard
Methods in org.javlo.module.dashboard with parameters of type ModulesContext Modifier and Type Method Description String
DashboardAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.demo
Methods in org.javlo.module.demo with parameters of type ModulesContext Modifier and Type Method Description String
Action. prepare(ContentContext ctx, ModulesContext moduleContext)
-
Uses of ModulesContext in org.javlo.module.dropbox
Methods in org.javlo.module.dropbox with parameters of type ModulesContext Modifier and Type Method Description String
DropboxAction. performSearch(ContentContext ctx, ModulesContext modulesContext, String query)
String
DropboxAction. prepare(ContentContext ctx, ModulesContext moduleContext)
-
Uses of ModulesContext in org.javlo.module.ecom
Methods in org.javlo.module.ecom with parameters of type ModulesContext Modifier and Type Method Description String
EcomAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.error
Methods in org.javlo.module.error with parameters of type ModulesContext Modifier and Type Method Description String
ErrorAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.event
Methods in org.javlo.module.event with parameters of type ModulesContext Modifier and Type Method Description String
EventAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.file
Methods in org.javlo.module.file with parameters of type ModulesContext Modifier and Type Method Description String
FileAction. performUpdateBreadCrumb(RequestService rs, ContentContext ctx, EditContext editContext, ModulesContext moduleContext, Module currentModule, FileModuleContext fileModuleContext)
String
FileAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.macro
Methods in org.javlo.module.macro with parameters of type ModulesContext Modifier and Type Method Description String
MacroAction. prepare(ContentContext ctx, ModulesContext moduleContext)
-
Uses of ModulesContext in org.javlo.module.mailing
Methods in org.javlo.module.mailing with parameters of type ModulesContext Modifier and Type Method Description String
MailingAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.monitoring
Methods in org.javlo.module.monitoring with parameters of type ModulesContext Modifier and Type Method Description String
MonitoringAction. prepare(ContentContext ctx, ModulesContext moduleContext)
-
Uses of ModulesContext in org.javlo.module.persistence
Methods in org.javlo.module.persistence with parameters of type ModulesContext Modifier and Type Method Description String
Persistence. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.porlet
Methods in org.javlo.module.porlet with parameters of type ModulesContext Modifier and Type Method Description String
PortletAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.remote
Methods in org.javlo.module.remote with parameters of type ModulesContext Modifier and Type Method Description String
RemoteAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.roles
Methods in org.javlo.module.roles with parameters of type ModulesContext Modifier and Type Method Description String
RolesAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.search
Methods in org.javlo.module.search with parameters of type ModulesContext Modifier and Type Method Description String
SearchModuleAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.sitemap
Methods in org.javlo.module.sitemap with parameters of type ModulesContext Modifier and Type Method Description String
SiteMapAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.social
Methods in org.javlo.module.social with parameters of type ModulesContext Modifier and Type Method Description String
SocialAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.taxonomy
Methods in org.javlo.module.taxonomy with parameters of type ModulesContext Modifier and Type Method Description String
TaxonomyAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.template
Methods in org.javlo.module.template with parameters of type ModulesContext Modifier and Type Method Description String
TemplateAction. prepare(ContentContext ctx, ModulesContext moduleContext)
String
TemplateEditorAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.ticket
Methods in org.javlo.module.ticket with parameters of type ModulesContext Modifier and Type Method Description String
TicketAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-
Uses of ModulesContext in org.javlo.module.user
Methods in org.javlo.module.user with parameters of type ModulesContext Modifier and Type Method Description String
UserAction. prepare(ContentContext ctx, ModulesContext moduleContext)
-
Uses of ModulesContext in org.javlo.service.shared
Methods in org.javlo.service.shared with parameters of type ModulesContext Modifier and Type Method Description String
SharedContentAction. prepare(ContentContext ctx, ModulesContext modulesContext)
-