Uses of Class
com.jalios.jcms.TypeTemplateEntry
-
Packages that use TypeTemplateEntry Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers).com.jalios.jcms.jportal com.jalios.jcms.plugin com.jalios.jcms.policy com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets.com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of TypeTemplateEntry in com.jalios.jcms
Fields in com.jalios.jcms with type parameters of type TypeTemplateEntry Modifier and Type Field Description protected java.util.Map<java.lang.String,TypeTemplateEntry>
TypeEntry. templateMap
protected java.util.Map<java.lang.String,java.util.Set<TypeTemplateEntry>>
TypeEntry. usageMap
Methods in com.jalios.jcms that return TypeTemplateEntry Modifier and Type Method Description static TypeTemplateEntry
TypeTemplateEntry. decodeTemplate(java.lang.String className, org.jdom.Element xmlElt, java.lang.String folderPath)
Build a TypeTemplateEntry from the given JDom ElementTypeTemplateEntry
TypeEntry. getDefaultTemplateEntry(java.lang.String usage)
Returns a default TypeTemplateEntry matching the given usage for the current workspaceTypeTemplateEntry
TypeEntry. getFirstTemplateEntry(java.lang.String usage, java.lang.String[] names)
Returns the first TypeTemplateEntry from given names matching given usage If names is empty then return default entryTypeTemplateEntry
Publication. getTemplateEntry(java.lang.String usage, boolean devModeChecks)
Returns the TypeTemplateEntry matching the given parameters.static TypeTemplateEntry
Publication. getTemplateEntry(java.lang.String usage, boolean devModeChecks, java.lang.Class<? extends Data> clazz, Workspace ws)
Returns the TypeTemplateEntry matching the given parameters.TypeTemplateEntry
TemplatePolicyManager. getTemplateEntry(java.lang.String usage, Data data, TypeTemplateEntry tte)
TypeTemplateEntry
TemplatePolicyManager. getTemplateEntry(java.lang.String usage, java.lang.Class<? extends Data> pubClass, Workspace ws, TypeTemplateEntry tte)
TypeTemplateEntry
TypeEntry. getTemplateEntry(java.lang.String fullname)
Returns a TypeTemplateEntry matching the given template namestatic TypeTemplateEntry
TypeTemplateEntry. resolveDefaultTemplateEntry(java.util.Set<TypeTemplateEntry> tmplSet, java.lang.String defaultUsage, java.lang.String defaultPath)
Returns a default TypeTemplateEntry in the given Set otherwise return a dummy template with the defaultUsage.protected static TypeTemplateEntry
Publication. resolveTypeTemplateEntry(WSTypeEntry wste, java.lang.String usage, java.lang.String[] templates)
ReturnsTypeTemplateEntry
matching given parameters.Methods in com.jalios.jcms that return types with arguments of type TypeTemplateEntry Modifier and Type Method Description java.util.Set<TypeTemplateEntry>
TypeEntry. getDefaultTemplateEntrySet()
Returns all default template entriesstatic java.util.Map<java.lang.String,TypeTemplateEntry>
TypeEntry. getDefaultTypeTemplateEntryMap(java.lang.String className, java.lang.String folderPath)
static java.util.Map<java.lang.String,java.util.Set<TypeTemplateEntry>>
TypeEntry. getDefaultTypeTemplateEntryUsageMap(java.lang.String className, java.lang.String folderPath)
java.util.Set<TypeTemplateEntry>
Publication. getTemplateEntrySet()
Returns a Set of TypeTemplateEntry matching current publication templatesjava.util.Set<TypeTemplateEntry>
TypeEntry. getTemplateEntrySet()
Returns all template entriesjava.util.Set<TypeTemplateEntry>
TypeEntry. getTemplateEntrySet(java.lang.String usage)
Returns a new Set of TypeTemplateEntry matching the given usagejava.util.Map<java.lang.String,java.util.Set<TypeTemplateEntry>>
TypeEntry. getTemplateUsageMap()
Returns internal cached Map of usage/Set of TypeTemplateEntry.Methods in com.jalios.jcms with parameters of type TypeTemplateEntry Modifier and Type Method Description void
TypeEntry. addTemplateEntry(TypeTemplateEntry tte)
Add template to the TypeEntry from a TypeTemplateEntry.protected static boolean
Publication. checkTemplateEntry(TypeTemplateEntry tte, java.lang.String usage, boolean devModeChecks, java.lang.String label)
Checks if the given TypeTemplateEntry is matching dev modes In developpement mode it throws exception if template is null or jsp is missing In production mode it returns default template if template is null but do not check if JSP template exists to improve performances.static org.jdom.Element
TypeTemplateEntry. encodeTemplate(TypeTemplateEntry tte)
Build a JDom Element from the given TypeTemplateEntryTypeTemplateEntry
TemplatePolicyManager. getTemplateEntry(java.lang.String usage, Data data, TypeTemplateEntry tte)
TypeTemplateEntry
TemplatePolicyManager. getTemplateEntry(java.lang.String usage, java.lang.Class<? extends Data> pubClass, Workspace ws, TypeTemplateEntry tte)
void
TypeEntry. removeTemplateEntry(TypeTemplateEntry tte)
Remove the given TypeTemplateEntryMethod parameters in com.jalios.jcms with type arguments of type TypeTemplateEntry Modifier and Type Method Description static TypeTemplateEntry
TypeTemplateEntry. resolveDefaultTemplateEntry(java.util.Set<TypeTemplateEntry> tmplSet, java.lang.String defaultUsage, java.lang.String defaultPath)
Returns a default TypeTemplateEntry in the given Set otherwise return a dummy template with the defaultUsage. -
Uses of TypeTemplateEntry in com.jalios.jcms.handler
Methods in com.jalios.jcms.handler that return TypeTemplateEntry Modifier and Type Method Description TypeTemplateEntry
EditPublicationHandler. getAvailableTemplateEntry(java.lang.String usage)
Methods in com.jalios.jcms.handler that return types with arguments of type TypeTemplateEntry Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Set<TypeTemplateEntry>>
TypeEditorHandler. getTemplateUsageMapFromXml()
-
Uses of TypeTemplateEntry in com.jalios.jcms.jportal
Methods in com.jalios.jcms.jportal that return TypeTemplateEntry Modifier and Type Method Description TypeTemplateEntry
JPortalEditPortletUIHandler. getSelectedTemplate()
TypeTemplateEntry
JPortalEditPortletUIHandler. getTemplateEntry()
Methods in com.jalios.jcms.jportal that return types with arguments of type TypeTemplateEntry Modifier and Type Method Description java.util.Set<TypeTemplateEntry>
JPortalEditPortletUIHandler. getBoxTemplateSet()
static java.util.Set<TypeTemplateEntry>
JPortalEditorHandler. getPortletTypeTemplateEntrySet(java.lang.Class portletClazz)
static java.util.Set<TypeTemplateEntry>
JPortalEditorHandler. getSkinTemplateEntrySet(AbstractJPortal jPortal)
java.util.Set<TypeTemplateEntry>
JPortalEditPortletUIHandler. getTemplateEntrySet()
java.util.Set<TypeTemplateEntry>
JPortalEditPortletUIHandler. getTemplateSettings()
Methods in com.jalios.jcms.jportal with parameters of type TypeTemplateEntry Modifier and Type Method Description boolean
JPortalEditPortletUIHandler. isSkinSelected(TypeTemplateEntry template)
boolean
JPortalEditPortletUIHandler. isTemplateSelected(TypeTemplateEntry tte)
-
Uses of TypeTemplateEntry in com.jalios.jcms.plugin
Methods in com.jalios.jcms.plugin that return types with arguments of type TypeTemplateEntry Modifier and Type Method Description java.util.List<TypeTemplateEntry>
Plugin. getTypeTemplateEntries()
Returns templates for given types declared in plugin configuration. -
Uses of TypeTemplateEntry in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy that return TypeTemplateEntry Modifier and Type Method Description TypeTemplateEntry
BasicTemplatePolicyFilter. getTemplateEntry(java.lang.String usage, Data data, TypeTemplateEntry tte)
TypeTemplateEntry
BasicTemplatePolicyFilter. getTemplateEntry(java.lang.String usage, java.lang.Class<? extends Data> dataClass, Workspace ws, TypeTemplateEntry tte)
TypeTemplateEntry
TemplatePolicyFilter. getTemplateEntry(java.lang.String usage, Data data, TypeTemplateEntry tte)
This method is a hook to display a custom template, different from the default selected one.TypeTemplateEntry
TemplatePolicyFilter. getTemplateEntry(java.lang.String usage, java.lang.Class<? extends Data> dataClass, Workspace ws, TypeTemplateEntry tte)
This method is a hook to display a custom template, different from the default selected one.Methods in com.jalios.jcms.policy with parameters of type TypeTemplateEntry Modifier and Type Method Description TypeTemplateEntry
BasicTemplatePolicyFilter. getTemplateEntry(java.lang.String usage, Data data, TypeTemplateEntry tte)
TypeTemplateEntry
BasicTemplatePolicyFilter. getTemplateEntry(java.lang.String usage, java.lang.Class<? extends Data> dataClass, Workspace ws, TypeTemplateEntry tte)
TypeTemplateEntry
TemplatePolicyFilter. getTemplateEntry(java.lang.String usage, Data data, TypeTemplateEntry tte)
This method is a hook to display a custom template, different from the default selected one.TypeTemplateEntry
TemplatePolicyFilter. getTemplateEntry(java.lang.String usage, java.lang.Class<? extends Data> dataClass, Workspace ws, TypeTemplateEntry tte)
This method is a hook to display a custom template, different from the default selected one. -
Uses of TypeTemplateEntry in com.jalios.jcms.portlet
Fields in com.jalios.jcms.portlet declared as TypeTemplateEntry Modifier and Type Field Description protected static TypeTemplateEntry
PortalElement. tteDefault
Methods in com.jalios.jcms.portlet that return TypeTemplateEntry Modifier and Type Method Description TypeTemplateEntry
EditPortletSkinableHandler. getAvailableSkinTemplateEntry(java.lang.String usage)
TypeTemplateEntry
PortalElement. getSkinTemplateEntry(java.lang.String usage, boolean devModeChecks)
Returns the TypeTemplateEntry Skin matching the given parameters.TypeTemplateEntry
PortletSkinable. getSkinTemplateEntry(java.lang.String usage, boolean devModeChecks)
Returns the TypeTemplateEntry Skin matching the given parameters.static TypeTemplateEntry
PortletSkinable. getSkinTemplateEntry(java.lang.String usage, boolean devModeChecks, java.lang.Class<? extends Publication> clazz, Workspace ws)
Returns the TypeTemplateEntry matching the given parameters. -
Uses of TypeTemplateEntry in com.jalios.jcms.workspace
Methods in com.jalios.jcms.workspace that return TypeTemplateEntry Modifier and Type Method Description TypeTemplateEntry
WSTypeEntry. getDefaultTemplateEntry(java.lang.String usage)
Returns a default TypeTemplateEntry matching the given usage for the current workspaceTypeTemplateEntry
WSTypeEntry. getFirstTemplateEntry(java.lang.String usage, java.lang.String[] names)
Returns the first TypeTemplateEntry from given names matching given usageTypeTemplateEntry
WSTypeEntry. getTemplateEntry(java.lang.String name)
Returns a TypeTemplateEntry matching the given template nameMethods in com.jalios.jcms.workspace that return types with arguments of type TypeTemplateEntry Modifier and Type Method Description java.util.Set<TypeTemplateEntry>
WSTypeEntry. getDefaultTemplateEntrySet()
Returns all default template entriesjava.util.Set<TypeTemplateEntry>
WSTypeEntry. getTemplateEntrySet(java.lang.String usage)
Returns a new Set of TypeTemplateEntry matching the given usage for the current workspacejava.util.Map<java.lang.String,java.util.Set<TypeTemplateEntry>>
WSTypeEntry. getTemplateUsageMap()
Returns a Map of usage/Set of TypeTemplateEntry.
-