Uses of Class
org.javlo.template.Template
-
-
Uses of Template in org.javlo.component.config
Methods in org.javlo.component.config with parameters of type Template Modifier and Type Method Description StringComponentConfig. getRAWConfig(ContentContext ctx, Template currentTemplate, String type) -
Uses of Template in org.javlo.component.core
Methods in org.javlo.component.core with parameters of type Template Modifier and Type Method Description static List<IContentVisualComponent>ComponentFactory. getGlobalContextComponent(ContentContext ctx, int complexityLevel, Template template)static List<IContentVisualComponent>ComponentFactory. getGlobalContextComponent(ContentContext ctx, Template template) -
Uses of Template in org.javlo.context
Methods in org.javlo.context that return Template Modifier and Type Method Description TemplateContentContext. getCurrentTemplate()Methods in org.javlo.context that return types with arguments of type Template Modifier and Type Method Description List<Template>ContentContext. getCurrentTemplates()Methods in org.javlo.context with parameters of type Template Modifier and Type Method Description voidContentContext. setCurrentTemplate(Template template) -
Uses of Template in org.javlo.data
Methods in org.javlo.data that return Template Modifier and Type Method Description TemplateInfoBean. getTemplate()Methods in org.javlo.data that return types with arguments of type Template Modifier and Type Method Description Map<String,Template>InfoBean. getTemplatesMap() -
Uses of Template in org.javlo.helper
Methods in org.javlo.helper with parameters of type Template Modifier and Type Method Description static intXMLManipulationHelper. convertHTMLtoMail(File htmlFile, Template template, File jspFile)static intXMLManipulationHelper. 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 intXMLManipulationHelper. 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 StringURLHelper. createStaticTemplateURL(ContentContext ctx, Template template, String url)static StringURLHelper. createStaticTemplateURLWithoutContext(ContentContext ctx, Template template, String url)static StringURLHelper. createTransformStaticTemplateURL(ContentContext ctx, Template template, String filter, String url)static StringElementaryURLHelper. createTransformURL(ContentContext ctx, MenuElement referencePage, Template template, String url, String filter)static StringElementaryURLHelper. createTransformURL(ContentContext ctx, MenuElement referencePage, Template template, String url, String filter, IImageFilter comp)static StringURLHelper. createVisualTemplateURL(ContentContext ctx, Template template, String filter) -
Uses of Template in org.javlo.image
Methods in org.javlo.image with parameters of type Template Modifier and Type Method Description static StringImageHelper. createSpecialDirectory(ContentContextBean ctxb, String context, String filter, String area, String deviceCode, Template template, IImageFilter comp, ImageConfig.ImageParameters param)static ImageConfigImageConfig. getInstance(GlobalContext globalContext, javax.servlet.http.HttpSession session, Template template)static ImageConfigImageConfig. getNewInstance(GlobalContext globalContext, javax.servlet.http.HttpSession session, Template template)ProjectionConfigImageConfig. getProjection(GlobalContext globalContext, Template template, Device device, String filter, String area) -
Uses of Template in org.javlo.module.template
Methods in org.javlo.module.template that return Template Modifier and Type Method Description TemplateTemplateEditorContext. getCurrentTemplate()Methods in org.javlo.module.template with parameters of type Template Modifier and Type Method Description static voidTemplateHierarchy. insertTemplateInHirarchy(ContentContext ctx, List<TemplateHierarchy> rootTemplates, Map<String,TemplateHierarchy> templateInList, Template template) -
Uses of Template in org.javlo.navigation
Subclasses of Template in org.javlo.navigation Modifier and Type Class Description classDefaultTemplateFields in org.javlo.navigation declared as Template Modifier and Type Field Description static TemplateDefaultTemplate. INSTANCEMethods in org.javlo.navigation that return Template Modifier and Type Method Description TemplateDefaultTemplate. getParent()TemplatePageBean. getTemplate() -
Uses of Template in org.javlo.rendering
Methods in org.javlo.rendering with parameters of type Template Modifier and Type Method Description voidDevice. correctWithTemplate(Template template) -
Uses of Template in org.javlo.service.shared
Methods in org.javlo.service.shared with parameters of type Template Modifier and Type Method Description protected booleanAbstractSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template)protected booleanAbstractSharedContentProvider. isCategoryAccepted(ContentContext ctx, Collection<String> categories, MenuElement cp, Template template)protected booleanImportedFileSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template)protected booleanImportedImageSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template)protected booleanLocalImageSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template) -
Uses of Template in org.javlo.servlet
Methods in org.javlo.servlet with parameters of type Template Modifier and Type Method Description protected StringXMLServlet. executeRSSCurrentRenderer(ContentContext ctx, Template template, String imageURL, String largeImageURL, String imageDescription, String text)longImageTransformServlet. getLastModified(ContentContext ctx, String name, String filter, String area, Device device, Template template, IImageFilter comp, ImageConfig.ImageParameters param) -
Uses of Template in org.javlo.template
Methods in org.javlo.template that return Template Modifier and Type Method Description static TemplateTemplateFactory. createDiskTemplates(javax.servlet.ServletContext application, String name)create new template with parent files.static TemplateTemplateFactory. createDiskTemplates(javax.servlet.ServletContext application, String name, String source)create new template.static TemplateTemplate. getApplicationInstance(javax.servlet.ServletContext application, ContentContext ctx, String templateDir)static TemplateTemplateFactory. getDiskTemplate(javax.servlet.ServletContext application, String templateName)get a template from diskstatic TemplateTemplate. getFakeTemplate(String name)TemplateTemplate. getFinalTemplate(ContentContext ctx)template can be change in some context, call this method for obtain the final Template to be use for rendering.static TemplateTemplate. getInstance(StaticConfig config, ContentContext ctx, String templateDir)static TemplateTemplate. getMailingInstance(StaticConfig config, ContentContext ctx, String templateDir)TemplateTemplate. getParent()TemplateTemplate.TemplateBean. getTemplate()static TemplateTemplateFactory. getTemplate(javax.servlet.ServletContext application, ContentContextBean ctxb, MenuElement elem)static TemplateTemplateFactory. getTemplate(ContentContext ctx, MenuElement elem)Methods in org.javlo.template that return types with arguments of type Template Modifier and Type Method Description static List<Template>TemplateFactory. getAllDiskTemplates(javax.servlet.ServletContext application)get all templates from disk without cachestatic 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 templatestatic 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.Methods in org.javlo.template with parameters of type Template Modifier and Type Method Description intTemplate.TemplateDateComparator. compare(Template o1, Template o2)intTemplate. compareTo(Template template)static Collection<Template>TemplateFactory. getTemplateAllChildren(javax.servlet.ServletContext application, Template template)get all descendants of the templatestatic Collection<Template>TemplateFactory. getTemplateChildren(javax.servlet.ServletContext application, Template template)get children of the template.booleanTemplateSearchContext. match(Template template)voidTemplate.TemplateBean. setTemplate(Template template)Constructors in org.javlo.template with parameters of type Template Constructor Description Row(Template inTemplate)TemplateBean(ContentContext ctx, Template template)
-