Modifier and Type | Method and Description |
---|---|
String |
ComponentConfig.getRAWConfig(ContentContext ctx,
Template currentTemplate,
String type) |
Modifier and Type | Method and Description |
---|---|
static List<IContentVisualComponent> |
ComponentFactory.getGlobalContextComponent(ContentContext ctx,
int complexityLevel,
Template template) |
Modifier and Type | Method and Description |
---|---|
Template |
ContentContext.getCurrentTemplate() |
Modifier and Type | Method and Description |
---|---|
List<Template> |
ContentContext.getCurrentTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
ContentContext.setCurrentTemplate(Template template) |
Modifier and Type | Method and Description |
---|---|
Template |
InfoBean.getTemplate() |
Modifier and Type | Method and Description |
---|---|
Map<String,Template> |
InfoBean.getTemplatesMap() |
Modifier and Type | Method and Description |
---|---|
static int |
XMLManipulationHelper.convertHTMLtoMail(File htmlFile,
Template template,
File jspFile) |
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 String |
URLHelper.createStaticTemplateURL(ContentContext ctx,
Template template,
String url) |
static String |
URLHelper.createStaticTemplateURLWithoutContext(ContentContext ctx,
Template template,
String url) |
static String |
URLHelper.createTransformStaticTemplateURL(ContentContext ctx,
Template template,
String filter,
String url) |
static String |
ElementaryURLHelper.createTransformURL(ContentContext ctx,
MenuElement referencePage,
Template template,
String url,
String filter) |
static String |
ElementaryURLHelper.createTransformURL(ContentContext ctx,
MenuElement referencePage,
Template template,
String url,
String filter,
IImageFilter comp) |
static String |
URLHelper.createVisualTemplateURL(ContentContext ctx,
Template template,
String filter) |
Modifier and Type | Method and Description |
---|---|
static String |
ImageHelper.createSpecialDirectory(ContentContextBean ctxb,
String context,
String filter,
String area,
String deviceCode,
Template template,
IImageFilter comp,
ImageConfig.ImageParameters param) |
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) |
Modifier and Type | Method and Description |
---|---|
Template |
TemplateEditorContext.getCurrentTemplate() |
Modifier and Type | Method and Description |
---|---|
static void |
TemplateHierarchy.insertTemplateInHirarchy(ContentContext ctx,
List<TemplateHierarchy> rootTemplates,
Map<String,TemplateHierarchy> templateInList,
Template template) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTemplate |
Modifier and Type | Field and Description |
---|---|
static Template |
DefaultTemplate.INSTANCE |
Modifier and Type | Method and Description |
---|---|
Template |
DefaultTemplate.getParent() |
Template |
PageBean.getTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
Device.correctWithTemplate(Template template) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractSharedContentProvider.isCategoryAccepted(ContentContext ctx,
Collection<String> categories,
MenuElement cp,
Template template) |
protected boolean |
LocalImageSharedContentProvider.isCategoryAccepted(ContentContext ctx,
String category,
MenuElement cp,
Template template) |
protected boolean |
ImportedImageSharedContentProvider.isCategoryAccepted(ContentContext ctx,
String category,
MenuElement cp,
Template template) |
protected boolean |
ImportedFileSharedContentProvider.isCategoryAccepted(ContentContext ctx,
String category,
MenuElement cp,
Template template) |
protected boolean |
AbstractSharedContentProvider.isCategoryAccepted(ContentContext ctx,
String category,
MenuElement cp,
Template template) |
Modifier and Type | Method and Description |
---|---|
protected String |
XMLServlet.executeRSSCurrentRenderer(ContentContext ctx,
Template template,
String imageURL,
String largeImageURL,
String imageDescription,
String text) |
long |
ImageTransformServlet.getLastModified(ContentContext ctx,
String name,
String filter,
String area,
Device device,
Template template,
IImageFilter comp,
ImageConfig.ImageParameters param) |
Modifier and Type | Method and Description |
---|---|
static Template |
TemplateFactory.createDiskTemplates(javax.servlet.ServletContext application,
String name)
create new template with parent files.
|
static Template |
TemplateFactory.createDiskTemplates(javax.servlet.ServletContext application,
String name,
String source)
create new template.
|
static Template |
Template.getApplicationInstance(javax.servlet.ServletContext application,
ContentContext ctx,
String templateDir) |
static Template |
TemplateFactory.getDiskTemplate(javax.servlet.ServletContext application,
String templateName)
get a template from disk
|
static Template |
Template.getFakeTemplate(String name) |
Template |
Template.getFinalTemplate(ContentContext ctx)
template can be change in some context, call this method for obtain the final
Template to be use for rendering.
|
static Template |
Template.getInstance(StaticConfig config,
ContentContext ctx,
String templateDir) |
static Template |
Template.getMailingInstance(StaticConfig config,
ContentContext ctx,
String templateDir) |
Template |
Template.getParent() |
Template |
Template.TemplateBean.getTemplate() |
static Template |
TemplateFactory.getTemplate(ContentContext ctx,
MenuElement elem) |
Modifier and Type | Method and Description |
---|---|
static List<Template> |
TemplateFactory.getAllDiskTemplates(javax.servlet.ServletContext application)
get all templates from disk without cache
|
static List<Template> |
TemplateFactory.getAllTemplates(javax.servlet.ServletContext application) |
static List<Template> |
TemplateFactory.getAllTemplatesFromContext(GlobalContext context) |
static List<Template> |
TemplateFactory.getAllValidTemplates(javax.servlet.ServletContext application) |
static Map<String,Template> |
TemplateFactory.getDiskTemplates(javax.servlet.ServletContext application)
get template from disk.
|
static Collection<Template> |
TemplateFactory.getTemplateAllChildren(javax.servlet.ServletContext application,
Template template)
get all descendants of the template
|
static Collection<Template> |
TemplateFactory.getTemplateChildren(javax.servlet.ServletContext application,
Template template)
get children of the template.
|
static Map<String,Template> |
TemplateFactory.getTemplates(javax.servlet.ServletContext application)
get templates from template list cache or from disk if the cache does'nt
exist.
|
Modifier and Type | Method and Description |
---|---|
int |
Template.TemplateDateComparator.compare(Template o1,
Template o2) |
int |
Template.compareTo(Template template) |
static Collection<Template> |
TemplateFactory.getTemplateAllChildren(javax.servlet.ServletContext application,
Template template)
get all descendants of the template
|
static Collection<Template> |
TemplateFactory.getTemplateChildren(javax.servlet.ServletContext application,
Template template)
get children of the template.
|
boolean |
TemplateSearchContext.match(Template template) |
void |
Template.TemplateBean.setTemplate(Template template) |
Constructor and Description |
---|
Row(Template inTemplate) |
TemplateBean(ContentContext ctx,
Template template) |
Copyright © 2012-2018. All Rights Reserved.