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 String
UnsecureAction. performChangePasswordWithToken(RequestService rs, ContentContext ctx, EditContext editContext, GlobalContext globalContext, javax.servlet.http.HttpSession session, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
DataAction. 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 StaticConfig
StaticConfig. getInstance(javax.servlet.http.HttpSession session)
static StaticConfig
StaticConfig. 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 StaticConfig
GlobalContext. staticConfig
Methods in org.javlo.context that return StaticConfig Modifier and Type Method Description StaticConfig
GlobalContext. getStaticConfig()
Methods in org.javlo.context with parameters of type StaticConfig Modifier and Type Method Description static GlobalContext
GlobalContext. 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 StaticConfig
Field. staticConfig
Methods in org.javlo.fields that return StaticConfig Modifier and Type Method Description StaticConfig
Field. getStaticConfig()
Methods in org.javlo.fields with parameters of type StaticConfig 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. 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 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 boolean
ResourceHelper. 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 void
Mailing. 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 String
AdminAction. performEditStaticConfig(javax.servlet.http.HttpServletRequest request, RequestService requestService, ContentContext ctx, Module currentModule, StaticConfig staticConfig)
static String
AdminAction. 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 String
Edit. 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 String
MacroAction. performExecuteInteractiveMacro(RequestService rs, ContentContext ctx, StaticConfig staticConfig, MessageRepository messageRepository, I18nAccess i18nAccess)
static String
MacroAction. 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 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 StaticConfig in org.javlo.module.template
Methods in org.javlo.module.template with parameters of type StaticConfig Modifier and Type Method Description static String
TemplateEditorAction. performCreateTemplate(RequestService rs, ContentContext ctx, StaticConfig staticConfig, javax.servlet.ServletContext application, MessageRepository messageRepository, I18nAccess i18nAccess)
String
TemplateAction. performEditTemplate(javax.servlet.ServletContext application, StaticConfig staticConfig, ContentContext ctx, RequestService requestService, Module module, I18nAccess i18nAccess, MessageRepository messageRepository)
static String
TemplateEditorAction. 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 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)
String
UserAction. performCreateUser(ContentContext ctx, StaticConfig staticConfig, RequestService requestService, I18nAccess i18nAccess, MessageRepository messageRepository)
String
UserAction. performCreateuserwidthemail(ContentContext ctx, StaticConfig staticConfig, RequestService requestService, I18nAccess i18nAccess, MessageRepository messageRepository)
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)
-
Uses of StaticConfig in org.javlo.navigation
Methods in org.javlo.navigation with parameters of type StaticConfig Modifier and Type Method Description void
DefaultTemplate. importTemplateInWebapp(StaticConfig config, ContentContext ctx)
protected void
DefaultTemplate. 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 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 StaticConfig in org.javlo.template
Fields in org.javlo.template declared as StaticConfig Modifier and Type Field Description protected StaticConfig
Template. config
Methods in org.javlo.template with parameters of type StaticConfig Modifier and Type Method Description static Template
Template. getInstance(StaticConfig config, ContentContext ctx, String templateDir)
static Template
Template. getMailingInstance(StaticConfig config, ContentContext ctx, String templateDir)
void
Template. importTemplateInWebapp(StaticConfig config, ContentContext ctx)
void
Template. importTemplateInWebapp(StaticConfig config, ContentContext ctx, boolean clear)
protected void
Template. 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 StaticConfig
DebugListening. staticConfig
Methods in org.javlo.utils with parameters of type StaticConfig Modifier and Type Method Description static void
TimeTracker. reset(StaticConfig staticConfig)
void
DebugListening. sendError(ContentContext ctx, StaticConfig staticConfig, Throwable t, String info)
-