Uses of Class
org.javlo.context.GlobalContext
-
-
Uses of GlobalContext in org.javlo.actions
Methods in org.javlo.actions with parameters of type GlobalContext Modifier and Type Method Description String
DefaultGeneralLister. onAdminLogin(GlobalContext globalContext, User user)
String
IGeneralListner. onAdminLogin(GlobalContext globalContext, User user)
static String
UnsecureAction. performAskChangePassword(RequestService rs, ContentContext ctx, EditContext editContext, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UnsecureAction. performChangePasswordWithToken(RequestService rs, ContentContext ctx, EditContext editContext, GlobalContext globalContext, javax.servlet.http.HttpSession session, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
ViewActions. performCheckChangesAndNotify(ContentContext ctx, GlobalContext globalContext, ContentService content)
Send notifications for pages modified between TimeA and TimeB.static String
ViewActions. performCheckChangesAndNotifyDynamicComponent(ContentContext ctx, GlobalContext globalContext, ContentService content)
Send notifications for pages modified between TimeA and TimeB.static String
DataAction. performNotifications(RequestService rs, ContentContext ctx, GlobalContext globalContext, NotificationService notif, User user, javax.servlet.http.HttpSession session)
get the list of modification. option for request : markread=true, mark all notification returned as read. this method need user logger.static String
DataAction. performNotificationsAsRead(RequestService rs, ContentContext ctx, GlobalContext globalContext, NotificationService notif, User user, javax.servlet.http.HttpSession session)
static String
ViewActions. performSendTicketChangeNotifications(ContentContext ctx, GlobalContext globalContext)
static String
DataAction. performServerInfo(javax.servlet.http.HttpServletRequest request, ContentContext ctx, RequestService requestService, GlobalContext globalContext, StaticConfig staticConfig, javax.servlet.http.HttpServletResponse response)
static String
TimeTravelerActions. performUndoRedo(RequestService rs, ContentContext ctx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
String
ViewActions. performUpdateFocus(RequestService rs, ContentContext ctx, GlobalContext globalContext, FileModuleContext fileModuleContext, I18nAccess i18nAccess, MessageRepository messageRepository)
static String
DataAction. performUpload(RequestService rs, ContentContext ctx, GlobalContext gc, ContentService cs, User user, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
DataAction. performUploadscreenshot(RequestService rs, ContentContext ctx, GlobalContext globalContext, User user, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
DataAction. performUploadShared(RequestService rs, ContentContext ctx, GlobalContext gc, ContentService cs, User user, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
DataAction. uploadContent(RequestService rs, ContentContext ctx, GlobalContext gc, ContentService cs, User user, MessageRepository messageRepository, I18nAccess i18nAccess, ImportConfigBean config, boolean rename)
-
Uses of GlobalContext in org.javlo.comparator
Methods in org.javlo.comparator with parameters of type GlobalContext Modifier and Type Method Description static List<? extends LanguageListSorter.ILanguage>
LanguageListSorter. sort(GlobalContext globalContext, List<? extends LanguageListSorter.ILanguage> list)
-
Uses of GlobalContext in org.javlo.component.core
Methods in org.javlo.component.core with parameters of type GlobalContext Modifier and Type Method Description static void
ComponentFactory. cleanComponentList(javax.servlet.ServletContext application, GlobalContext globalContext)
static IContentVisualComponent[]
ComponentFactory. getComponents(ContentContext ctx, GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.component.date
Methods in org.javlo.component.date with parameters of type GlobalContext Modifier and Type Method Description static String
CalendarComponent. performUpdatecalendar(ContentContext ctx, EditContext editContext, GlobalContext globalContext, User currentUser, ContentService content, ComponentContext componentContext, RequestService rs, I18nAccess i18nAccess, MessageRepository messageRepository, Module currentModule, AdminUserFactory adminUserFactory)
static String
CalendarComponent. performUpdatecalendargroup(ContentContext ctx, EditContext editContext, GlobalContext globalContext, User currentUser, ContentService content, ComponentContext componentContext, RequestService rs, I18nAccess i18nAccess, MessageRepository messageRepository, Module currentModule, AdminUserFactory adminUserFactory)
-
Uses of GlobalContext in org.javlo.component.ecom
Methods in org.javlo.component.ecom with parameters of type GlobalContext Modifier and Type Method Description static String
TransferOrderComponent. performPay(RequestService rs, ContentContext ctx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.component.image
Methods in org.javlo.component.image with parameters of type GlobalContext Modifier and Type Method Description static String
GlobalImage. performDataFeedBack(ContentContext ctx, EditContext editContext, GlobalContext globalContext, User currentUser, ContentService content, ComponentContext componentContext, RequestService rs, I18nAccess i18nAccess, MessageRepository messageRepository, Module currentModule, AdminUserFactory adminUserFactory)
-
Uses of GlobalContext in org.javlo.component.users
Methods in org.javlo.component.users with parameters of type GlobalContext Modifier and Type Method Description static String
UserRegistration. performChangePassword(RequestService rs, ContentContext ctx, GlobalContext globalContext, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserLogin. performDeleteimage(RequestService rs, ContentContext ctx, GlobalContext globalContext, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserLogin. performFacebookLogin(RequestService rs, ContentContext ctx, javax.servlet.http.HttpSession session, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserRegistration. performFacebookLogin(RequestService rs, ContentContext ctx, javax.servlet.http.HttpSession session, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserLogin. performLogin(RequestService rs, GlobalContext globalContext, ContentContext ctx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserLogin. performLogout(RequestService rs, ContentContext ctx, GlobalContext globalContext, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserRegistration. performLogout(RequestService rs, ContentContext ctx, GlobalContext globalContext, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserRegistration. performRegister(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserRegistration. performResetPasswordWithEmail(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserLogin. performUpdate(RequestService rs, GlobalContext globalContext, ContentContext ctx, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserRegistration. performUpdate(RequestService rs, GlobalContext globalContext, ContentContext ctx, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.config
Methods in org.javlo.config with parameters of type GlobalContext Modifier and Type Method Description AdminUserFactory
StaticConfig. getAdminUserFactory(GlobalContext globalContext, javax.servlet.http.HttpSession session)
-
Uses of GlobalContext in org.javlo.context
Methods in org.javlo.context that return GlobalContext Modifier and Type Method Description GlobalContext
GlobalContextCreationBean. create(ContentContext ctx)
static GlobalContext
GlobalContext. getDefaultContext(javax.servlet.http.HttpSession session)
GlobalContext
ContentContext. getGlobalContext()
static GlobalContext
GlobalContext. getInstance(javax.servlet.http.HttpServletRequest request)
static GlobalContext
GlobalContext. getInstance(javax.servlet.http.HttpSession session, String contextKey)
static GlobalContext
GlobalContext. getInstance(javax.servlet.ServletContext application, StaticConfig staticConfig, File configFile)
GlobalContext
GlobalContext. getMainContext()
GlobalContext
GlobalContext. getMainContextOrContext()
static GlobalContext
GlobalContext. getMainInstance(javax.servlet.http.HttpServletRequest request)
static GlobalContext
GlobalContext. getMasterContext(javax.servlet.http.HttpSession session)
GlobalContext
GlobalContext. getMasterContext(ContentContext ctx)
static GlobalContext
GlobalContextFactory. getMasterGlobalContext(javax.servlet.ServletContext application)
static GlobalContext
GlobalContext. getRealInstance(javax.servlet.http.HttpSession session, String contextKey)
static GlobalContext
GlobalContext. getSessionContext(javax.servlet.http.HttpSession session)
static GlobalContext
GlobalContext. getSessionInstance(javax.servlet.http.HttpSession session)
Methods in org.javlo.context that return types with arguments of type GlobalContext Modifier and Type Method Description static Collection<GlobalContext>
GlobalContextFactory. getAllGlobalContext(javax.servlet.ServletContext application)
List<GlobalContext>
GlobalContext. getSubContexts()
Methods in org.javlo.context with parameters of type GlobalContext Modifier and Type Method Description void
GlobalContext. addSubContext(GlobalContext globalContext)
String[]
EditContext. getActions(GlobalContext globalContext)
static EditContext
EditContext. getInstance(GlobalContext globalContext, javax.servlet.http.HttpSession session)
static UserInterfaceContext
UserInterfaceContext. getInstance(javax.servlet.http.HttpSession session, GlobalContext globalContext)
static String
ContentContext. getPathPrefix(GlobalContext globalContext, javax.servlet.http.HttpServletRequest request)
void
ContentContext. setForceGlobalContext(GlobalContext forceGlobalContext)
void
GlobalContext. setMainContext(GlobalContext mainContext)
-
Uses of GlobalContext in org.javlo.data.source
Methods in org.javlo.data.source with parameters of type GlobalContext Modifier and Type Method Description DataSourceFactory
DataSourceFactory. getInstance(GlobalContext globalContext)
Constructors in org.javlo.data.source with parameters of type GlobalContext Constructor Description TestDataSource(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.ecom
Methods in org.javlo.ecom with parameters of type GlobalContext Modifier and Type Method Description static File
BasketPersistenceService. getFolder(GlobalContext globalContext)
static BasketPersistenceService
BasketPersistenceService. getInstance(GlobalContext globalContext)
static EcomService
EcomService. getInstance(GlobalContext globalContext, javax.servlet.http.HttpSession session)
Constructors in org.javlo.ecom with parameters of type GlobalContext Constructor Description EcomConfig(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.fields
Fields in org.javlo.fields declared as GlobalContext Modifier and Type Field Description protected GlobalContext
Field. globalContext
Methods in org.javlo.fields that return GlobalContext Modifier and Type Method Description GlobalContext
Field. getGlobalContext()
Methods in org.javlo.fields with parameters of type GlobalContext Modifier and Type Method Description static Field
FieldFactory. getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String name, String type, String id)
static Field
FieldFactory. getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String placeholder, String name, String type, String id)
void
Field. setGlobalContext(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.helper
Methods in org.javlo.helper with parameters of type GlobalContext Modifier and Type Method Description static String
ElementaryURLHelper. addSpecialRightCode(GlobalContext globalContext, javax.servlet.http.HttpSession session, String url)
static String
XHTMLHelper. autoLink(String content, GlobalContext globalContext)
static int
XMLManipulationHelper. convertHTMLtoTemplate(GlobalContext globalContext, Template template, File htmlFile, File jspFile, Map<String,String> tagsID, List<String> areas, List<String> resources, List<TemplatePlugin> templatePlugins, List<String> ids, boolean isMailing, String fontIncluding)
static int
XMLManipulationHelper. convertHTMLtoTemplate(GlobalContext globalContext, Template template, I18nAccess i18nAccess, File htmlFile, File jspFile, Map<String,String> tagsID, List<String> areas, List<String> resources, List<TemplatePlugin> templatePlugins, List<GenericMessage> messages, String fontIncluding)
static List<ComponentBean>
ContentHelper. createContentFromArray(GlobalContext gc, InputStream in, String name, String lang)
static List<ComponentBean>
ContentHelper. createContentFromODT(GlobalContext gc, InputStream in, String name, String lang)
protected static String
ElementaryURLHelper. createNoProtocolURL(ContentContext ctx, GlobalContext globalContext, String servletPath, String uri, boolean ajax, boolean withPathPrefix, boolean widthEncodeURL)
protected static String
ElementaryURLHelper. createURL(ContentContext ctx, GlobalContext globalContext, String servletUri, String uri, boolean ajax, boolean forceTemplate, boolean withPathPrefix, boolean widthEncodeURL)
static String
URLHelper. createURL(ContentContext ctx, GlobalContext globalContext, String uri)
static String
ResourceHelper. extractNotStaticDir(StaticConfig staticConfig, GlobalContext globalContext, String fullPath)
extract a relative path from a full path.static String
ResourceHelper. extractResourceDir(StaticConfig staticConfig, GlobalContext globalContext, String fullPath)
extract a relative path from a full path.static String
ResourceHelper. extractTemplateName(GlobalContext globalContext, File file)
return the name of the templatestatic boolean
ContentHelper. importZipEntryToDataFolder(GlobalContext gc, ZipEntry entry, InputStream in, String localFolder)
import a zip entry localy.static boolean
ResourceHelper. isTemplateFile(GlobalContext globalContext, File file)
return true if file is insise template folderstatic String
ResourceHelper. removeDataFolderDir(GlobalContext globalContext, String path)
remove the data folder directory this method is used for obtain a relative file path from a ablute file path.static boolean
NetHelper. sendMail(GlobalContext globalContext, javax.mail.internet.InternetAddress from, javax.mail.internet.InternetAddress to, javax.mail.internet.InternetAddress cc, javax.mail.internet.InternetAddress bcc, String subject, String content)
static boolean
NetHelper. sendMail(GlobalContext globalContext, javax.mail.internet.InternetAddress from, javax.mail.internet.InternetAddress to, javax.mail.internet.InternetAddress cc, javax.mail.internet.InternetAddress bcc, String subject, String content, String contentTxt, boolean isHTML)
static void
NetHelper. sendMailToAdministrator(GlobalContext globalContext, String subject, String content)
static void
NetHelper. sendMailToAdministrator(GlobalContext globalContext, javax.mail.internet.InternetAddress from, String subject, String content)
static String
StringHelper. textToList(GlobalContext globalContext, String text, String sep, String layout, boolean autoLink)
static String
StringHelper. textToList(GlobalContext globalContext, String text, String sep, String layout, boolean autoLink, String ulClass)
static String
XHTMLHelper. textToXHTML(String text, boolean notFollow, String cssClass, GlobalContext globalContext)
static String
XHTMLHelper. textToXHTML(String text, boolean notFollow, GlobalContext globalContext)
static String
XHTMLHelper. textToXHTML(String text, GlobalContext globalContext)
static String
XHTMLHelper. textToXHTMLWidthParagraph(String text, GlobalContext globalContext)
static String[][]
I18NHelper. translateArray(GlobalContext globalContext, javax.servlet.http.HttpSession session, String[] keys, String prefix)
translate a array to a double arraystatic String[][]
I18NHelper. translateArrayInView(GlobalContext globalContext, javax.servlet.http.HttpSession session, String[] keys, String prefix)
translate a array to a double array -
Uses of GlobalContext in org.javlo.helper.importation
Methods in org.javlo.helper.importation with parameters of type GlobalContext Modifier and Type Method Description static boolean
TanukiImportTools. importZipEntryToDataFolder(GlobalContext gc, ZipEntry entry, InputStream in, String localFolder)
import a zip entry localy. -
Uses of GlobalContext in org.javlo.i18n
Methods in org.javlo.i18n with parameters of type GlobalContext Modifier and Type Method Description void
I18nAccess. forceReloadEdit(GlobalContext globalContext, javax.servlet.http.HttpSession session, String lg)
static I18nAccess
I18nAccess. getInstance(GlobalContext globalContext, javax.servlet.http.HttpSession session)
static I18nResource
I18nResource. getInstance(GlobalContext globalContext)
void
I18nAccess. setCurrentModule(GlobalContext globalContext, javax.servlet.http.HttpSession session, Module currentModule)
-
Uses of GlobalContext in org.javlo.image
Methods in org.javlo.image with parameters of type GlobalContext Modifier and Type Method Description static ImageConfig
ImageConfig. getInstance(GlobalContext globalContext, javax.servlet.http.HttpSession session, Template template)
static ImageConfig
ImageConfig. getNewInstance(GlobalContext globalContext, javax.servlet.http.HttpSession session, Template template)
ProjectionConfig
ImageConfig. getProjection(GlobalContext globalContext, Template template, Device device, String filter, String area)
static BufferedImage
ImageEngine. removeBg(GlobalContext globalContext, BufferedImage image)
-
Uses of GlobalContext in org.javlo.io
Methods in org.javlo.io with parameters of type GlobalContext Modifier and Type Method Description static void
SessionFolder. clearAllSessionFolder(GlobalContext globalContext)
static SessionFolder
SessionFolder. getInstance(javax.servlet.http.HttpSession session, GlobalContext globalContext)
static String
SessionFolder. getSessionMainFolder(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.macro.interactive
Methods in org.javlo.macro.interactive with parameters of type GlobalContext Modifier and Type Method Description static String
ChangeImageFilter. performChange(RequestService rs, ContentContext ctx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
ImportGalleryMacro. performImport(RequestService rs, ContentContext ctx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
ImportHTMLPageMacro. performImport(RequestService rs, ContentContext ctx, EditContext editCtx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
ImportJCRPageMacro. performImport(RequestService rs, ContentContext ctx, GlobalContext globalContext, ModulesContext modulesContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
PushStaticOnFtp. performPush(RequestService rs, ContentContext ctx, EditContext editCtx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
SmartImport. performUpload(RequestService rs, ContentContext ctx, GlobalContext gc, ContentService cs, User user, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UploadGallery. performUpload(RequestService rs, ContentContext ctx, GlobalContext gc, ContentService cs, User user, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.mailing
Methods in org.javlo.mailing with parameters of type GlobalContext Modifier and Type Method Description static File
DKIMFactory. getDKIMPrivateKeyFile(GlobalContext globalContext)
static String
DKIMFactory. getDKIMPublicKey(GlobalContext globalContext)
static boolean
DKIMFactory. isDkimDefined(GlobalContext globalContext)
static void
DKIMFactory. resetKeys(GlobalContext globalContext)
void
MailService. sendMail(GlobalContext globalContext, javax.mail.internet.InternetAddress sender, javax.mail.internet.InternetAddress recipient, String subject, String content, boolean isHTML)
Constructors in org.javlo.mailing with parameters of type GlobalContext Constructor Description MailConfig(GlobalContext globalContext, StaticConfig staticConfig, Mailing mailing)
POPThread(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.module.admin
Methods in org.javlo.module.admin with parameters of type GlobalContext Modifier and Type Method Description static void
AdminAction. checkRight(ContentContext ctx, GlobalContext globalContext)
static void
AdminAction. editGlobalContext(ContentContext ctx, Module currentModule, GlobalContext globalContext)
static String
AdminAction. performClearCache(javax.servlet.http.HttpServletRequest request, GlobalContext globalContext, javax.servlet.http.HttpSession session, User user, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
AdminAction. performClearimagecache(javax.servlet.http.HttpServletRequest request, GlobalContext globalContext, javax.servlet.http.HttpSession session, User user, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess, FileCache fileCache)
static String
AdminAction. performReleaseContent(javax.servlet.http.HttpServletRequest request, ContentContext ctx, RequestService requestService, GlobalContext globalContext, EditContext editCtx, MessageRepository messageRepository, I18nAccess i18nAccess, AdminUserSecurity security)
static boolean
AdminAction. updateGraphicCharter(ContentContext ctx, GlobalContext currentGlobalContext)
Constructors in org.javlo.module.admin with parameters of type GlobalContext Constructor Description GlobalContextBean(ContentContext ctx, GlobalContext globalContext, javax.servlet.http.HttpSession session)
-
Uses of GlobalContext in org.javlo.module.comments
Methods in org.javlo.module.comments with parameters of type GlobalContext Modifier and Type Method Description static CommentsService
CommentsService. getCommentsService(GlobalContext globalContext)
static String
CommentsAction. performAccept(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
CommentsAction. performDeleteComments(RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess, GlobalContext globalContext)
static String
CommentsAction. performRefuse(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.module.content
Methods in org.javlo.module.content with parameters of type GlobalContext Modifier and Type Method Description static String
Edit. performChangeComponent(GlobalContext globalContext, EditContext editCtx, ContentContext ctx, ComponentContext componentContext, RequestService requestService, I18nAccess i18nAccess, Module currentModule, ContentModuleContext modCtx)
static String
Edit. performChangeLanguage(RequestService requestService, ContentContext ctx, GlobalContext globalContext, I18nAccess i18nAccess, MessageRepository messageRepository)
static String
Edit. performConfirmReplace(RequestService rs, ContentContext ctx, GlobalContext globalContext, EditContext editCtx, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
Edit. performDeletePage(GlobalContext globalContext, ContentService content, ContentContext ctx, I18nAccess i18nAccess)
static String
Edit. performInsert(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestService rs, ContentService contentService, GlobalContext globalContext, javax.servlet.http.HttpSession session, EditContext editContext, ContentContext ctx, ContentService content, Module currentModule, I18nAccess i18nAccess, MessageRepository messageRepository)
static String
Edit. performInsertShared(RequestService rs, ContentContext ctx, GlobalContext globalContext, EditContext editContext, ContentService content, SharedContentService sharedContentService, Module currentModule, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
Edit. performMovePage(RequestService rs, ContentContext ctx, GlobalContext globalContext, ContentService content, I18nAccess i18nAccess, MessageRepository messageRepository)
static String
Edit. performPageProperties(javax.servlet.ServletContext application, GlobalContext globalContext, ContentContext ctx, javax.servlet.http.HttpSession session, ContentService content, EditContext editCtx, RequestService requestService, I18nAccess i18nAccess, MessageRepository messageRepository)
static String
Edit. performPastePage(RequestService rs, ContentContext ctx, GlobalContext globalContext, EditContext editCtx, ContentService content, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
Edit. performPublish(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, StaticConfig staticConfig, GlobalContext globalContext, ContentService content, ContentContext ctx, I18nAccess i18nAccess)
static String
Edit. performSave(ContentContext ctx, EditContext editContext, GlobalContext globalContext, ContentService content, ComponentContext componentContext, RequestService requestService, I18nAccess i18nAccess, MessageRepository messageRepository, Module currentModule, AdminUserFactory adminUserFactory)
static String
Edit. performUpload(ContentContext ctx, EditContext editContext, GlobalContext globalContext, ContentService content, ComponentContext componentContext, RequestService requestService, I18nAccess i18nAccess, MessageRepository messageRepository, Module currentModule, AdminUserFactory adminUserFactory)
-
Uses of GlobalContext in org.javlo.module.core
Fields in org.javlo.module.core declared as GlobalContext Modifier and Type Field Description protected GlobalContext
AbstractModuleContext. globalContext
Methods in org.javlo.module.core with parameters of type GlobalContext Modifier and Type Method Description static AbstractModuleContext
AbstractModuleContext. getInstance(javax.servlet.http.HttpSession session, GlobalContext globalContext, Module module, Class<? extends AbstractModuleContext> implementationClass)
static ModulesContext
ModulesContext. getInstance(javax.servlet.http.HttpSession session, GlobalContext globalContext)
Properties
Module. loadEditI18n(GlobalContext globalContext, javax.servlet.http.HttpSession session)
void
ModulesContext. loadModule(javax.servlet.http.HttpSession session, GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.module.dashboard
Methods in org.javlo.module.dashboard with parameters of type GlobalContext Modifier and Type Method Description static String
DashboardAction. performReadTracker(RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess, GlobalContext globalContext, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request)
-
Uses of GlobalContext in org.javlo.module.ecom
Methods in org.javlo.module.ecom with parameters of type GlobalContext Modifier and Type Method Description static String
EcomAction. performCreate(RequestService rs, ContentContext ctx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.module.file
Methods in org.javlo.module.file with parameters of type GlobalContext Modifier and Type Method Description static String
FileAction. performChangeLanguage(RequestService requestService, ContentContext ctx, GlobalContext globalContext, I18nAccess i18nAccess, MessageRepository messageRepository)
static String
FileAction. performCreatefilestructure(RequestService rs, ContentContext ctx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
FileAction. performDelete(GlobalContext globalContext, RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
FileAction. performJpeg(GlobalContext globalContext, RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
String
FileAction. performUpdateFocus(RequestService rs, ContentContext ctx, GlobalContext globalContext, FileModuleContext fileModuleContext, I18nAccess i18nAccess, MessageRepository messageRepository)
String
FileAction. performUpdateMeta(RequestService rs, javax.servlet.ServletContext application, ContentContext ctx, EditContext editContext, GlobalContext globalContext, FileModuleContext fileModuleContext, I18nAccess i18nAccess, MessageRepository messageRepository)
-
Uses of GlobalContext in org.javlo.module.mailing
Methods in org.javlo.module.mailing with parameters of type GlobalContext Modifier and Type Method Description String
MailingAction. performWizard(ContentContext ctx, GlobalContext globalContext, javax.servlet.ServletContext application, StaticConfig staticConfig, javax.servlet.http.HttpServletRequest request, RequestService rs, Module currentModule, MessageRepository messageRepository, MailingModuleContext mailingContext, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.module.persistence
Methods in org.javlo.module.persistence with parameters of type GlobalContext Modifier and Type Method Description static String
Persistence. performRestore(RequestService rs, ContentContext ctx, ContentService content, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.module.remote
Methods in org.javlo.module.remote with parameters of type GlobalContext Modifier and Type Method Description String
RemoteAction. performChangeRenderMode(javax.servlet.http.HttpSession session, RequestService requestService, GlobalContext globalContext, Module currentModule, I18nAccess i18nAccess)
static String
RemoteAction. performCheck(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
RemoteAction. performDelete(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
RemoteAction. performUpdate(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.module.social
Methods in org.javlo.module.social with parameters of type GlobalContext Modifier and Type Method Description static String
SocialAction. performUpdateNetwork(RequestService rs, ContentContext ctx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.module.template
Methods in org.javlo.module.template with parameters of type GlobalContext Modifier and Type Method Description static TemplateContext
TemplateContext. getInstance(javax.servlet.http.HttpSession session, GlobalContext globalContext, Module module)
String
TemplateAction. performChangeRenderer(javax.servlet.http.HttpSession session, RequestService requestService, GlobalContext globalContext, Module currentModule, I18nAccess i18nAccess)
String
TemplateAction. performImport(RequestService requestService, javax.servlet.http.HttpSession session, ContentContext ctx, GlobalContext globalContext, Module currentModule, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
TemplateAction. performUpdateFilter(RequestService rs, javax.servlet.ServletContext application, GlobalContext globalContext, javax.servlet.http.HttpSession session, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.module.template.remote
Methods in org.javlo.module.template.remote with parameters of type GlobalContext Modifier and Type Method Description List<IRemoteResourcesFactory>
RemoteTemplateFactoryManager. getAllFactories(GlobalContext globalContext)
IRemoteResourcesFactory
RemoteTemplateFactoryManager. getRemoteTemplateFactory(GlobalContext globalContext, String name)
-
Uses of GlobalContext in org.javlo.module.ticket
Methods in org.javlo.module.ticket with parameters of type GlobalContext Modifier and Type Method Description static String
TicketAction. computeChangesAndSendNotifications(ContentContext ctx, GlobalContext globalContext)
Send notifications for tickets modified since the last notification time ONLY if there is no modification since 5 min (defined inStaticConfig.getTimeBetweenChangeNotification()
) Not a webaction, called fromViewActions.performSendTicketChangeNotifications(ContentContext, GlobalContext)
static String
TicketAction. computeOpenAndSendNotifications(ContentContext ctx, GlobalContext globalContext)
Send notifications for tickets modified since the last notification time ONLY if there is no modification since 5 min (defined inStaticConfig.getTimeBetweenChangeNotification()
) Not a webaction, called fromViewActions.performSendTicketChangeNotifications(ContentContext, GlobalContext)
static TicketService
TicketService. getInstance(GlobalContext globalContext)
static String
TicketAction. performUpdate(RequestService rs, ContentContext ctx, GlobalContext globalContext, User user, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
TicketAction. performUpload(RequestService rs, ContentContext ctx, GlobalContext globalContext, User user, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.module.user
Methods in org.javlo.module.user with parameters of type GlobalContext Modifier and Type Method Description static String
UserAction. performAskChangePassword(RequestService rs, ContentContext ctx, EditContext editContext, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserAction. performChangePassword(RequestService rs, ContentContext ctx, EditContext editContext, GlobalContext globalContext, javax.servlet.http.HttpSession session, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserAction. performChangePassword2Check(RequestService rs, GlobalContext globalContext, javax.servlet.http.HttpSession session, ContentContext ctx, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserAction. performChangePasswordWithToken(RequestService rs, ContentContext ctx, EditContext editContext, GlobalContext globalContext, javax.servlet.http.HttpSession session, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserAction. performLogin(ContentContext ctx, javax.servlet.http.HttpServletRequest request, RequestService rs, GlobalContext globalContext, I18nAccess i18nAccess)
static String
UserAction. performLogout(ContentContext ctx, javax.servlet.http.HttpServletRequest request, RequestService rs, GlobalContext globalContext, I18nAccess i18nAccess)
static String
UserAction. performRestoreshadowaccess(javax.servlet.http.HttpServletRequest request, RequestService rs, I18nAccess i18nAccess, ContentContext ctx, GlobalContext globalContext, javax.servlet.http.HttpSession session)
static String
UserAction. performSelectRole(javax.servlet.http.HttpServletRequest request, ContentContext ctx, GlobalContext globalContext, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
UserAction. performToken(javax.servlet.http.HttpServletRequest request, ContentContext ctx, GlobalContext globalContext, javax.servlet.http.HttpSession session)
String
UserAction. performUpdate(ContentContext ctx, GlobalContext globalContext, RequestService requestService, StaticConfig staticConfig, AdminUserSecurity adminUserSecurity, AdminUserFactory adminUserFactory, javax.servlet.http.HttpSession session, Module currentModule, I18nAccess i18nAccess, MessageRepository messageRepository)
String
UserAction. performUpdateCurrent(ContentContext ctx, GlobalContext globalContext, EditContext editContext, RequestService requestService, StaticConfig staticConfig, AdminUserSecurity adminUserSecurity, AdminUserFactory adminUserFactory, javax.servlet.http.HttpSession session, Module currentModule, I18nAccess i18nAccess, MessageRepository messageRepository)
static String
UserAction. performUpload(RequestService rs, javax.servlet.http.HttpSession session, User user, ContentContext ctx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
-
Uses of GlobalContext in org.javlo.navigation
Methods in org.javlo.navigation that return GlobalContext Modifier and Type Method Description GlobalContext
NavigationWithContent. getGlobalContext()
Methods in org.javlo.navigation with parameters of type GlobalContext Modifier and Type Method Description protected List<File>
DefaultTemplate. getComponentFile(GlobalContext globalContext)
Properties
DefaultTemplate. getI18nProperties(GlobalContext globalContext, Locale locale, int mode)
static RootMenuElement
RootMenuElement. getInstance(GlobalContext globalContext)
protected void
DefaultTemplate. importTemplateInWebapp(StaticConfig config, ContentContext ctx, GlobalContext globalContext, File templateTarget, Map<String,String> childrenData, boolean compressResource, boolean parent, Boolean importComponent, boolean clear)
void
NavigationWithContent. setGlobalContext(GlobalContext globalContext)
Constructors in org.javlo.navigation with parameters of type GlobalContext Constructor Description NavigationWithContent(GlobalContext globalContext, MenuElement page)
-
Uses of GlobalContext in org.javlo.remote
Methods in org.javlo.remote with parameters of type GlobalContext Modifier and Type Method Description static LocalResourceFactory
LocalResourceFactory. getInstance(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.service
Methods in org.javlo.service with parameters of type GlobalContext Modifier and Type Method Description static void
ContentService. clearAllCache(ContentContext ctx, GlobalContext globalContext)
static void
ContentService. clearCache(ContentContext ctx, GlobalContext globalContext)
static ContentService
ContentService. getInstance(GlobalContext globalContext)
static DynamicComponentService
DynamicComponentService. getInstance(GlobalContext globalContext)
static GeoService
GeoService. getInstance(GlobalContext globalContext)
static NavigationService
NavigationService. getInstance(GlobalContext globalContext)
static NotificationService
NotificationService. getInstance(GlobalContext globalContext)
static PersistenceService
PersistenceService. getInstance(GlobalContext globalContext)
static ReverseLinkService
ReverseLinkService. getInstance(GlobalContext globalContext)
static String
PersistenceService. getKey(GlobalContext globalContext)
void
ContentService. releaseAll(ContentContext ctx, GlobalContext globalContext)
void
ContentService. releaseShortUrlMap(GlobalContext globalContext)
void
ContentService. releaseViewNav(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.service.database
Methods in org.javlo.service.database with parameters of type GlobalContext Modifier and Type Method Description static DataBaseService
DataBaseService. getInstance(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.service.document
Methods in org.javlo.service.document with parameters of type GlobalContext Modifier and Type Method Description static DataDocumentService
DataDocumentService. getInstance(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.service.google.translation
Methods in org.javlo.service.google.translation with parameters of type GlobalContext Modifier and Type Method Description static ITranslator
TranslatorFactory. getTranslator(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.service.mapdb
Methods in org.javlo.service.mapdb with parameters of type GlobalContext Modifier and Type Method Description static MapDBService
MapDBService. getInstance(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.service.remote
Methods in org.javlo.service.remote with parameters of type GlobalContext Modifier and Type Method Description static CdnService
CdnService. getInstance(GlobalContext globalContext)
static RemoteMessageService
RemoteMessageService. getInstance(GlobalContext globalContext)
static RemoteServiceProxyService
RemoteServiceProxyService. getInstance(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.service.remote.imagga
Methods in org.javlo.service.remote.imagga with parameters of type GlobalContext Modifier and Type Method Description static ImaggaConfig
ImaggaConfig. getInstance(GlobalContext globalContext)
Constructors in org.javlo.service.remote.imagga with parameters of type GlobalContext Constructor Description ImaggaConfig(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.service.shared
Methods in org.javlo.service.shared with parameters of type GlobalContext Modifier and Type Method Description Collection<URL>
SharedContentProviderFactory. getURLList(GlobalContext globalContext)
static String
SharedContentAction. performUpdateActive(RequestService rs, ContentContext ctx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
SharedContentAction. performURLList(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
void
SharedContentProviderFactory. setURLList(GlobalContext globalContext, String urls)
add url list (separed by CR) to create URLSharedContentProvider -
Uses of GlobalContext in org.javlo.service.syncro
Methods in org.javlo.service.syncro with parameters of type GlobalContext Modifier and Type Method Description void
SynchronisationThread. initSynchronisationThread(StaticConfig staticConfig, GlobalContext globalContext)
Deprecated.void
SynchroThread. initSynchronisationThread(StaticConfig staticConfig, GlobalContext globalContext, javax.servlet.ServletContext application)
void
SynchronisationThread. initSynchronisationThreadForMailingHistory(StaticConfig staticConfig, GlobalContext globalContext)
Deprecated. -
Uses of GlobalContext in org.javlo.social
Methods in org.javlo.social with parameters of type GlobalContext Modifier and Type Method Description static SocialLocalService
SocialLocalService. getInstance(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.template
Methods in org.javlo.template with parameters of type GlobalContext Modifier and Type Method Description List<GenericMessage>
Template. checkRenderer(GlobalContext globalContext, I18nAccess i18nAccess)
check the structure of the template.protected void
Template. createMainComponentSass(GlobalContext globalContext)
String
Template. getAdminMailHtml(GlobalContext globalContext)
Map<String,List<IListItem>>
Template. getAllList(GlobalContext globalContext, Locale locale)
static List<Template>
TemplateFactory. getAllTemplatesFromContext(GlobalContext context)
protected List<File>
Template. getComponentFile(GlobalContext globalContext)
Properties
Template. getConfigComponentFile(GlobalContext globalContext, String type)
List<Properties>
Template. getDynamicComponentsProperties(GlobalContext globalContext)
String
Template. getFolder(GlobalContext globalContext)
Properties
Template. getFontReference(GlobalContext globalContext)
String
Template. getHomeRenderer(GlobalContext globalContext)
String
Template. getHomeRendererFullName(GlobalContext globalContext)
String
TemplatePlugin. getHTMLHead(GlobalContext globalContext)
Map
Template. getI18nProperties(GlobalContext globalContext, Locale locale, int mode)
File
Template. getMacroFile(GlobalContext globalContext, String fileName)
Properties
Template. getMacroProperties(GlobalContext globalContext, String macroKey)
String
Template. getMimeTypeImage(GlobalContext globalContext, String fileExtension)
String
Template. getUserMailHtml(GlobalContext globalContext)
mail for send to user with : ${logo} : url to logo ${site} : global site title ${title} : title of the email ${text} : main text of the email ${action.link} : action button url ${action.text} : action button text ${email} : contact email ${root} : root url #cccccc : special color #555555 : title color #333333 : text colorList<String>
Template. getWebFonts(GlobalContext globalContext)
String
Template. getWorkTemplateRealPath(GlobalContext globalContext)
protected void
Template. importTemplateInWebapp(StaticConfig config, ContentContext ctx, GlobalContext globalContext, File templateTarget, Map<String,String> childrenData, boolean compressResource, boolean parent, Boolean importComponents, boolean clear)
boolean
Template. isRenderer(GlobalContext globalContext)
-
Uses of GlobalContext in org.javlo.test.javlo
Subclasses of GlobalContext in org.javlo.test.javlo Modifier and Type Class Description class
TestGlobalContext
Methods in org.javlo.test.javlo that return GlobalContext Modifier and Type Method Description GlobalContext
TestContentContext. getGlobalContext()
static GlobalContext
TestGlobalContext. getInstance(javax.servlet.http.HttpServletRequest request)
-
Uses of GlobalContext in org.javlo.tracking
Methods in org.javlo.tracking with parameters of type GlobalContext Modifier and Type Method Description Map<Integer,Integer[]>
Tracker. getSession2ClickByMonth(StatContext statCtx, GlobalContext globalContext)
static Tracker
Tracker. getTracker(GlobalContext globalContext, javax.servlet.http.HttpSession session)
-
Uses of GlobalContext in org.javlo.user
Methods in org.javlo.user with parameters of type GlobalContext Modifier and Type Method Description static AdminUserFactory
AdminUserFactory. createAdminUserFactory(GlobalContext globalContext, javax.servlet.http.HttpSession session)
Deprecated.use createUserFactorystatic AdminUserFactory
AdminUserFactory. createUserFactory(GlobalContext globalContext, javax.servlet.http.HttpSession session)
static IUserFactory
UserFactory. createUserFactory(GlobalContext globalContext, javax.servlet.http.HttpSession session)
Set<String>
AbstractDBUserFactory. getAllRoles(GlobalContext globalContext, javax.servlet.http.HttpSession session)
Set<String>
AdminUserFactory. getAllRoles(GlobalContext globalContext, javax.servlet.http.HttpSession session)
Set<String>
HardUserFactory. getAllRoles(GlobalContext globalContext, javax.servlet.http.HttpSession session)
Set<String>
IUserFactory. getAllRoles(GlobalContext globalContext, javax.servlet.http.HttpSession session)
get all roles of the user.Set<String>
UserFactory. getAllRoles(GlobalContext globalContext, javax.servlet.http.HttpSession session)
protected static Connection
AbstractDBUserFactory. getConnection(GlobalContext globalContext)
User
AbstractDBUserFactory. getCurrentUser(GlobalContext globalContext, javax.servlet.http.HttpSession session)
User
AdminUserFactory. getCurrentUser(GlobalContext globalContext, javax.servlet.http.HttpSession session)
User
IUserFactory. getCurrentUser(GlobalContext globalContext, javax.servlet.http.HttpSession session)
User
UserFactory. getCurrentUser(GlobalContext globalContext, javax.servlet.http.HttpSession session)
protected static File
Role. getFile(GlobalContext globalContext, String name)
static File
Role. getFolder(GlobalContext globalContext)
static RolesFactory
RolesFactory. getInstance(GlobalContext globalContext)
Role
Role. getParent(GlobalContext globalContext)
Role
RolesFactory. getRole(GlobalContext globalContext, String name)
void
AbstractDBUserFactory. init(GlobalContext globalContext, javax.servlet.http.HttpSession session)
void
HardUserFactory. init(GlobalContext globalContext, javax.servlet.http.HttpSession session)
void
InternalDBUserFactory. init(GlobalContext globalContext, javax.servlet.http.HttpSession session)
void
IUserFactory. init(GlobalContext globalContext, javax.servlet.http.HttpSession newSession)
void
LdapDirectUserFactory. init(GlobalContext globalContext, javax.servlet.http.HttpSession session)
void
MapDbUserFactory. init(GlobalContext globalContext, javax.servlet.http.HttpSession newSession)
void
UserFactory. init(GlobalContext globalContext, javax.servlet.http.HttpSession newSession)
protected void
Role. load(GlobalContext globalContext, String name)
void
AbstractDBUserFactory. reload(GlobalContext globalContext, javax.servlet.http.HttpSession session)
void
InternalDBUserFactory. reload(GlobalContext globalContext, javax.servlet.http.HttpSession session)
void
IUserFactory. reload(GlobalContext globalContext, javax.servlet.http.HttpSession session)
void
UserFactory. reload(GlobalContext globalContext, javax.servlet.http.HttpSession session)
Constructors in org.javlo.user with parameters of type GlobalContext Constructor Description Role(GlobalContext globalContext, String name)
-
Uses of GlobalContext in org.javlo.utils
Methods in org.javlo.utils with parameters of type GlobalContext Modifier and Type Method Description static List<ComponentBean>
DocxUtils. extractContent(GlobalContext globalContext, InputStream in, String resourceFolder)
-