| Package | Description |
|---|---|
| org.jahia.services.channels | |
| org.jahia.services.content.nodetypes.initializers |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelChoiceListInitializer
A choicelist initializer for channel selection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModuleChoiceListInitializer
User: david
Date: Feb 9, 2010
Time: 3:21:32 PM
ChoiceListInitializer specific interface for modules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackgroundActionChoiceListInitializerImpl |
class |
ComponentLinkerChoiceListInitializer |
class |
ComponentTypesChoiceListInitializerImpl
Choice list initializer that retrieves a list of allowed UI component types.
|
class |
CountryChoiceListInitializerAndRendererImpl
An implementation for choice list initializer and renderer that displays a list of available countries.
|
class |
CountryFlagChoiceListInitializerAndRendererImpl
An implementation for choice list initializer and renderer that displays a list of available flags for countries.
|
class |
FixedListChoiceListInitializer
Choice list initializer that uses predefined list of choice options.
|
class |
MenusChoiceListInitializerImpl
User: david
Date: Dec 7, 2010
Time: 9:49:38 AM
|
class |
ModuleImageChoiceListInitializerImpl |
class |
NamespaceChoiceListInitializer
Choice list initializer listing all the namespaces declared for node types.
|
class |
NodesChoiceListInitializerImpl
Choice list initializer that looks up child nodes of the specified one
filtering them out by the specified type, if any is provided.
|
class |
NodeTypesChoiceListInitializerImpl
Choice list initializer that looks up direct sub types from the specified type
If no param is specified, get the list of nodeTypes
|
class |
PermissionsChoiceListInitializer |
class |
PropertyValuesChoiceListInitializer
Choice list initializer that uses values of the specified node property (multiple).
|
class |
RenderModesChoiceListInitializer |
class |
ResourceBundleChoiceListInitializerImpl
Choice list initializer, based on the resource bundle values lookup.
|
class |
ScriptChoiceListInitializerImpl
Script-based choice list initializer implementation.
|
class |
SortableFieldnamesChoiceListInitializerImpl
Initializer to fill combobox with field names, which can be chosen to sort a
list.
|
class |
SortChoiceListInitializerImpl
User: toto
|
class |
SubNodeTypesChoiceListInitializerImpl
Choice list initializer that looks up direct sub types from the specified type
If no param is specified, get the list of nodeTypes
|
class |
TemplatesChoiceListInitializerImpl
Choice list initializer to provide a selection of available templates.
|
class |
TemplatesNodeChoiceListInitializer
This initializer get templates depending of the type asked, if no parameter, type returns content templates (contentTemplate), in
page context it returns page templates (pageTemplate)
The query is :
"select * from [jnt:" + type + "] as n where isdescendantnode(n,['" +site.getPath()+"'])"
usage :
- j:templateNode (weakreference,choicelist[templatesNode]) mandatory < jnt:template
- j:templateNode (weakreference,choicelist[templatesNode=pageTemplate]) mandatory < jnt:template
|
class |
UsersChoiceListInitializerImpl
Choice list initializer to provide a selection of all users
|
class |
WorkflowChoiceListInitializer
Initializer that returns the list of all workflow definitions
|
class |
WorkflowTypesChoiceListInitializer
Initializer that returns the list of all workflow definitions
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ChoiceListInitializer> |
ChoiceListInitializerService.getInitializers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChoiceListInitializerService.setInitializers(Map<String,ChoiceListInitializer> initializers) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.