Modifier and Type | Method and Description |
---|---|
static String |
DataAction.performServerInfo(javax.servlet.http.HttpServletRequest request,
ContentContext ctx,
RequestService requestService,
GlobalContext globalContext,
StaticConfig staticConfig,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
static StaticConfig |
StaticConfig.getInstance(javax.servlet.http.HttpSession session) |
static StaticConfig |
StaticConfig.getInstance(javax.servlet.ServletContext application) |
Constructor and Description |
---|
MailingStaticConfig(StaticConfig staticConfig) |
Modifier and Type | Field and Description |
---|---|
StaticConfig |
GlobalContext.staticConfig |
Modifier and Type | Method and Description |
---|---|
StaticConfig |
GlobalContext.getStaticConfig() |
Modifier and Type | Method and Description |
---|---|
static GlobalContext |
GlobalContext.getInstance(javax.servlet.ServletContext application,
StaticConfig staticConfig,
File configFile) |
Modifier and Type | Field and Description |
---|---|
protected StaticConfig |
Field.staticConfig |
Modifier and Type | Method and Description |
---|---|
StaticConfig |
Field.getStaticConfig() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static MacroFactory |
MacroFactory.getInstance(StaticConfig staticConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Mailing.setDirectory(StaticConfig staticConfig) |
Constructor and Description |
---|
MailConfig(GlobalContext globalContext,
StaticConfig staticConfig,
Mailing mailing) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static String |
Edit.performPublish(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
StaticConfig staticConfig,
GlobalContext globalContext,
ContentService content,
ContentContext ctx,
I18nAccess i18nAccess) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.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) |
Modifier and Type | Method and 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,
File rawCss) |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected StaticConfig |
Template.config |
Modifier and Type | Method and 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) |
protected void |
Template.importTemplateInWebapp(StaticConfig config,
ContentContext ctx,
GlobalContext globalContext,
File templateTarget,
Map<String,String> childrenData,
boolean compressResource,
boolean parent,
File inRawCssFile) |
Modifier and Type | Field and Description |
---|---|
static StaticConfig |
DebugListening.staticConfig |
Modifier and Type | Method and Description |
---|---|
static void |
TimeTracker.reset(StaticConfig staticConfig) |
void |
DebugListening.sendError(ContentContext ctx,
StaticConfig staticConfig,
Throwable t,
String info) |
Copyright © 2012-2018. All Rights Reserved.