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 String
ComponentConfig. 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 Template
ContentContext. 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 void
ContentContext. setCurrentTemplate(Template template)
-
Uses of Template in org.javlo.data
Methods in org.javlo.data that return Template Modifier and Type Method Description Template
InfoBean. 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 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)
-
Uses of Template in org.javlo.image
Methods in org.javlo.image with parameters of type Template Modifier and Type Method 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)
-
Uses of Template in org.javlo.module.template
Methods in org.javlo.module.template that return Template Modifier and Type Method Description Template
TemplateEditorContext. getCurrentTemplate()
Methods in org.javlo.module.template with parameters of type Template Modifier and Type Method Description static void
TemplateHierarchy. 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 class
DefaultTemplate
Fields in org.javlo.navigation declared as Template Modifier and Type Field Description static Template
DefaultTemplate. INSTANCE
Methods in org.javlo.navigation that return Template Modifier and Type Method Description Template
DefaultTemplate. getParent()
Template
PageBean. getTemplate()
-
Uses of Template in org.javlo.rendering
Methods in org.javlo.rendering with parameters of type Template Modifier and Type Method Description void
Device. 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 boolean
AbstractSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template)
protected boolean
AbstractSharedContentProvider. isCategoryAccepted(ContentContext ctx, Collection<String> categories, MenuElement cp, Template template)
protected boolean
ImportedFileSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template)
protected boolean
ImportedImageSharedContentProvider. isCategoryAccepted(ContentContext ctx, String category, MenuElement cp, Template template)
protected boolean
LocalImageSharedContentProvider. 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 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)
-
Uses of Template in org.javlo.template
Methods in org.javlo.template that return Template Modifier and Type Method 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 diskstatic 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(javax.servlet.ServletContext application, ContentContextBean ctxb, MenuElement elem)
static Template
TemplateFactory. 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 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 templatestatic 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)
Constructors in org.javlo.template with parameters of type Template Constructor Description Row(Template inTemplate)
TemplateBean(ContentContext ctx, Template template)
-