Uses of Class
org.javlo.config.StaticConfig
-
-
Uses of StaticConfig in org.javlo.actions
Methods in org.javlo.actions with parameters of type StaticConfig Modifier and Type Method Description static StringUnsecureAction. performChangePasswordWithToken(RequestService rs, ContentContext ctx, EditContext editContext, GlobalContext globalContext, javax.servlet.http.HttpSession session, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)static StringDataAction. performServerInfo(javax.servlet.http.HttpServletRequest request, ContentContext ctx, RequestService requestService, GlobalContext globalContext, StaticConfig staticConfig, javax.servlet.http.HttpServletResponse response) -
Uses of StaticConfig in org.javlo.config
Methods in org.javlo.config that return StaticConfig Modifier and Type Method Description static StaticConfigStaticConfig. getInstance(javax.servlet.http.HttpSession session)static StaticConfigStaticConfig. getInstance(javax.servlet.ServletContext application)Constructors in org.javlo.config with parameters of type StaticConfig Constructor Description MailingStaticConfig(StaticConfig staticConfig) -
Uses of StaticConfig in org.javlo.context
Fields in org.javlo.context declared as StaticConfig Modifier and Type Field Description StaticConfigGlobalContext. staticConfigMethods in org.javlo.context that return StaticConfig Modifier and Type Method Description StaticConfigGlobalContext. getStaticConfig()Methods in org.javlo.context with parameters of type StaticConfig Modifier and Type Method Description static GlobalContextGlobalContext. getInstance(javax.servlet.ServletContext application, StaticConfig staticConfig, File configFile)Constructors in org.javlo.context with parameters of type StaticConfig Constructor Description SpecialConfigBean(Map config, StaticConfig staticConfig) -
Uses of StaticConfig in org.javlo.fields
Fields in org.javlo.fields declared as StaticConfig Modifier and Type Field Description protected StaticConfigField. staticConfigMethods in org.javlo.fields that return StaticConfig Modifier and Type Method Description StaticConfigField. getStaticConfig()Methods in org.javlo.fields with parameters of type StaticConfig Modifier and Type Method Description static FieldFieldFactory. getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String name, String type, String id)static FieldFieldFactory. getField(IContentVisualComponent component, StaticConfig staticConfig, GlobalContext globalContext, I18nAccess i18nAccess, Properties properties, String label, String placeholder, String name, String type, String id)voidField. setStaticConfig(StaticConfig staticConfig) -
Uses of StaticConfig in org.javlo.helper
Methods in org.javlo.helper with parameters of type StaticConfig Modifier and Type Method Description static StringResourceHelper. extractNotStaticDir(StaticConfig staticConfig, GlobalContext globalContext, String fullPath)extract a relative path from a full path.static StringResourceHelper. extractResourceDir(StaticConfig staticConfig, GlobalContext globalContext, String fullPath)extract a relative path from a full path.static booleanResourceHelper. moveToGlobalTrash(StaticConfig staticConfig, String fileOrFolder)Move a file or a folder to the global trash, depending on staticConfig. -
Uses of StaticConfig in org.javlo.mailing
Methods in org.javlo.mailing with parameters of type StaticConfig Modifier and Type Method Description voidMailing. setDirectory(StaticConfig staticConfig)Constructors in org.javlo.mailing with parameters of type StaticConfig Constructor Description MailConfig(GlobalContext globalContext, StaticConfig staticConfig, Mailing mailing) -
Uses of StaticConfig in org.javlo.module.admin
Methods in org.javlo.module.admin with parameters of type StaticConfig Modifier and Type Method Description static StringAdminAction. performEditStaticConfig(javax.servlet.http.HttpServletRequest request, RequestService requestService, ContentContext ctx, Module currentModule, StaticConfig staticConfig)static StringAdminAction. performUpdateStaticConfig(RequestService requestService, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session, ContentContext ctx, AdminUserFactory adminUserFactory, MessageRepository messageRepository, I18nAccess i18nAccess, Module currentModule, StaticConfig staticConfig) -
Uses of StaticConfig in org.javlo.module.content
Methods in org.javlo.module.content with parameters of type StaticConfig Modifier and Type Method Description static StringEdit. performPublish(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, StaticConfig staticConfig, GlobalContext globalContext, ContentService content, ContentContext ctx, I18nAccess i18nAccess) -
Uses of StaticConfig in org.javlo.module.macro
Methods in org.javlo.module.macro with parameters of type StaticConfig Modifier and Type Method Description static StringMacroAction. performExecuteInteractiveMacro(RequestService rs, ContentContext ctx, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)static StringMacroAction. performExecuteMacro(RequestService requestService, StaticConfig staticConfig, ContentContext ctx) -
Uses of StaticConfig in org.javlo.module.mailing
Methods in org.javlo.module.mailing with parameters of type StaticConfig Modifier and Type Method Description StringMailingAction. 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 StaticConfig in org.javlo.module.template
Methods in org.javlo.module.template with parameters of type StaticConfig Modifier and Type Method Description static StringTemplateEditorAction. performCreateTemplate(RequestService rs, ContentContext ctx, StaticConfig staticConfig, javax.servlet.ServletContext application, MessageRepository messageRepository, I18nAccess i18nAccess)StringTemplateAction. performEditTemplate(javax.servlet.ServletContext application, StaticConfig staticConfig, ContentContext ctx, RequestService requestService, Module module, I18nAccess i18nAccess, MessageRepository messageRepository)static StringTemplateEditorAction. performSnapshot(RequestService rs, StaticConfig staticConfig, ContentContext ctx, javax.servlet.ServletContext application, MessageRepository messageRepository, I18nAccess i18nAccess) -
Uses of StaticConfig in org.javlo.module.user
Methods in org.javlo.module.user with parameters of type StaticConfig Modifier and Type Method Description static StringUserAction. performChangePassword(RequestService rs, ContentContext ctx, EditContext editContext, GlobalContext globalContext, javax.servlet.http.HttpSession session, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)static StringUserAction. performChangePassword2Check(RequestService rs, GlobalContext globalContext, javax.servlet.http.HttpSession session, ContentContext ctx, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)static StringUserAction. performChangePasswordWithToken(RequestService rs, ContentContext ctx, EditContext editContext, GlobalContext globalContext, javax.servlet.http.HttpSession session, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)StringUserAction. performCreateUser(ContentContext ctx, StaticConfig staticConfig, RequestService requestService, I18nAccess i18nAccess, MessageRepository messageRepository)StringUserAction. performCreateuserwidthemail(ContentContext ctx, StaticConfig staticConfig, RequestService requestService, I18nAccess i18nAccess, MessageRepository messageRepository)StringUserAction. performUpdate(ContentContext ctx, GlobalContext globalContext, RequestService requestService, StaticConfig staticConfig, AdminUserSecurity adminUserSecurity, AdminUserFactory adminUserFactory, javax.servlet.http.HttpSession session, Module currentModule, I18nAccess i18nAccess, MessageRepository messageRepository)StringUserAction. 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) -
Uses of StaticConfig in org.javlo.navigation
Methods in org.javlo.navigation with parameters of type StaticConfig Modifier and Type Method Description voidDefaultTemplate. importTemplateInWebapp(StaticConfig config, ContentContext ctx)protected voidDefaultTemplate. importTemplateInWebapp(StaticConfig config, ContentContext ctx, GlobalContext globalContext, File templateTarget, Map<String,String> childrenData, boolean compressResource, boolean parent, Boolean importComponent, boolean clear) -
Uses of StaticConfig in org.javlo.service.syncro
Methods in org.javlo.service.syncro with parameters of type StaticConfig Modifier and Type Method Description voidSynchronisationThread. initSynchronisationThread(StaticConfig staticConfig, GlobalContext globalContext)Deprecated.voidSynchroThread. initSynchronisationThread(StaticConfig staticConfig, GlobalContext globalContext, javax.servlet.ServletContext application)voidSynchronisationThread. initSynchronisationThreadForMailingHistory(StaticConfig staticConfig, GlobalContext globalContext)Deprecated. -
Uses of StaticConfig in org.javlo.template
Fields in org.javlo.template declared as StaticConfig Modifier and Type Field Description protected StaticConfigTemplate. configMethods in org.javlo.template with parameters of type StaticConfig Modifier and Type Method Description static TemplateTemplate. getInstance(StaticConfig config, ContentContext ctx, String templateDir)static TemplateTemplate. getMailingInstance(StaticConfig config, ContentContext ctx, String templateDir)voidTemplate. importTemplateInWebapp(StaticConfig config, ContentContext ctx)voidTemplate. importTemplateInWebapp(StaticConfig config, ContentContext ctx, boolean clear)protected voidTemplate. importTemplateInWebapp(StaticConfig config, ContentContext ctx, GlobalContext globalContext, File templateTarget, Map<String,String> childrenData, boolean compressResource, boolean parent, Boolean importComponents, boolean clear) -
Uses of StaticConfig in org.javlo.utils
Fields in org.javlo.utils declared as StaticConfig Modifier and Type Field Description static StaticConfigDebugListening. staticConfigMethods in org.javlo.utils with parameters of type StaticConfig Modifier and Type Method Description static voidTimeTracker. reset(StaticConfig staticConfig)voidDebugListening. sendError(ContentContext ctx, StaticConfig staticConfig, Throwable t, String info)
-