| Package | Description | 
|---|---|
| com.jalios.jcms | 
 Contains the core JCMS classes. 
 | 
| com.jalios.jcms.handler | 
 Contains the javabean classes uses to process HTTP request (aka form handlers). 
 | 
| com.jalios.jcms.mention | |
| com.jalios.jcms.taglib.settings | |
| com.jalios.jcms.taglib.settings.impl | |
| com.jalios.jcms.upload | |
| com.jalios.jcms.wysiwyg | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TitleTypeFieldEntry
This class holds all informations of a type's field title. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static TypeFieldEntry[] | 
TypeProcessor.EMPTY_TYPEFIELDENTRY_ARRAY  | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.HashMap<java.lang.Class<?>,java.util.Map<java.lang.String,TypeFieldEntry>> | 
Channel.allTypeFieldEntriesCacheMap  | 
protected java.util.HashMap<java.lang.Class<?>,java.util.Map<java.lang.String,TypeFieldEntry>> | 
Channel.exactTypeFieldEntriesCacheMap  | 
| Modifier and Type | Method and Description | 
|---|---|
TypeFieldEntry[] | 
TypeProcessor.getAllTypeFieldEntries(java.lang.Class<?> clazz)
Return an array of  
TypeFieldEntry bound to given Class. | 
TypeFieldEntry[] | 
Channel.getAllTypeFieldEntries(java.lang.Class<?> clazz)
Return an array of  
TypeFieldEntry bound to given Class. | 
TypeFieldEntry[] | 
TypeProcessor.getAllTypeFieldEntries(java.lang.String clazzName)
Return an array of  
TypeFieldEntry bound to given Class represented by its class name. | 
TypeFieldEntry[] | 
Channel.getAllTypeFieldEntries(java.lang.String className)
Return an array of  
TypeFieldEntry bound to given Class name. | 
static TypeFieldEntry[] | 
Data.getAllTypeFieldEntry()
Return an array of  
TypeFieldEntry bound to Data. | 
TypeFieldEntry | 
Channel.getTypeAbstractFieldEntry(java.lang.Class<?> clazz)
Returns the  
TypeFieldEntry associated to the abstract (summary)
 field of the specified type. | 
TypeFieldEntry[] | 
TypeProcessor.getTypeFieldEntries(java.lang.Class<?> clazz)
Return an array of  
TypeFieldEntry bound to given Class. | 
TypeFieldEntry[] | 
Channel.getTypeFieldEntries(java.lang.Class<?> clazz)
Return an array of  
TypeFieldEntry bound to given Class. | 
TypeFieldEntry[] | 
TypeProcessor.getTypeFieldEntries(java.lang.String clazzName)
Return an array of  
TypeFieldEntry bound to given Class represented by its class name. | 
TypeFieldEntry[] | 
Channel.getTypeFieldEntries(java.lang.String className)
Return an array of  
TypeFieldEntry bound to given Class. | 
TypeFieldEntry | 
Channel.getTypeFieldEntry(java.lang.Class<?> clazz,
                 java.lang.String fieldName)
Returns the TypeFieldEntry bound to the given field of the given class. 
 | 
TypeFieldEntry | 
Channel.getTypeFieldEntry(java.lang.Class<?> clazz,
                 java.lang.String fieldName,
                 boolean checkAll)
Return the  
TypeFieldEntry associated to the given Class and fieldName. | 
static TypeFieldEntry[] | 
Data.getTypeFieldsEntries()
Return an array of  
TypeFieldEntry bound to Data. | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.Class<? extends Publication>,java.util.Set<TypeFieldEntry>> | 
LinkIndexManager.getTypeLinkMap(java.lang.Class<? extends Publication> clazz)
Returns the type link map for the given class. 
 | 
java.util.Set<TypeFieldEntry> | 
LinkIndexManager.getTypeLinkSet(java.lang.Class<? extends Publication> attachedClass,
              java.lang.Class<? extends Publication> assignedClass)
Returns the set of TypeFieldEntry of assignedClass that can be assigned with attachedClass. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected TypeFieldEntry | 
EditFileDocumentHandler.descriptionTFE  | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.Set<TypeFieldEntry> | 
AttachPublicationHandler.tfeSet  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<TypeFieldEntry> | 
AttachPublicationHandler.getTypeFieldEntrySet()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static java.lang.String | 
JcmsFormHandler.getMonolingualValue(TypeFieldEntry tfe,
                   java.lang.String[] array)
Return the first value from the given array, properly sanitized for usage 
 in the specified field. 
 | 
protected static java.lang.String[] | 
JcmsFormHandler.getMonolingualValueArray(TypeFieldEntry tfe,
                        java.lang.String[] array)
Return the values from the given array, properly sanitized for usage 
 in the specified field. 
 | 
protected static java.lang.String | 
JcmsFormHandler.getMultilingualMainValue(TypeFieldEntry tfe,
                        java.lang.String[] array)
Return the main value (ie: value of main site language) from the given array, 
 properly sanitized for usage in the specified multilingual field. 
 | 
protected static java.lang.String[] | 
JcmsFormHandler.getMultilingualMainValueArray(TypeFieldEntry tfe,
                             java.lang.String[] array)
Return the main values (ie: values of main site language) from the given array, 
 properly sanitized for usage in the specified multilingual field. 
 | 
protected static java.util.HashMap<java.lang.String,java.lang.String> | 
JcmsFormHandler.getMultilingualMLMap(TypeFieldEntry tfe,
                    java.lang.String[] array)
Return a language map (ISO-639 language code to value) of all values but the value
 corresponding main site language, extracted from the specified array, 
 and properly sanitized for usage in the specified multilingual field. 
 | 
protected static java.util.HashMap<java.lang.String,java.lang.String[]> | 
JcmsFormHandler.getMultilingualMLMapArray(TypeFieldEntry tfe,
                         java.lang.String[] array)
Return a language map (ISO-639 language code to values) of all values but the value
 corresponding main site language, extracted from the specified array, 
 and properly sanitized for usage in the specified multilingual field. 
 | 
static java.lang.String | 
JcmsFormHandler.sanitize(TypeFieldEntry tfe,
        java.lang.String unsafeInput)
Sanitize the specified input string for the usage of the specified field. 
 | 
static java.lang.String[] | 
JcmsFormHandler.sanitize(TypeFieldEntry tfe,
        java.lang.String[] unsafeInput)
Sanitize the specified input strings for the usage of the specified field. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
java.util.Map<TypeEntry,java.util.List<TypeFieldEntry>> | 
MentionManager.mentionableTFEByTypeMap  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<TypeFieldEntry> | 
MentionManager.getTypeEntryMentionableFields(TypeEntry typeEntry)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Member> | 
MentionManager.getMentionedMemberSet(TypeFieldEntry tfe,
                     java.lang.String text)
Retrieve member mentionned in the specified text. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SelectorSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
ControlSettings.resolveOptions(TypeFieldEntry tfe)
Set options from the specified  
TypeFieldEntry. | 
void | 
BasicSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
AbstractCategorySettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
AbstractAreaSettings.resolveOptions(TypeFieldEntry tfe)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WysiwygSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
WikiAreaSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
SqlQuerySettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
RichTextAreaSettings.resolveOptions(TypeFieldEntry tfe)
Deprecated.  
  | 
void | 
PublicationSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
NumberSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
MemberSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
GroupSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
DbRecordSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
DateSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
CategoryTreeSettings.resolveOptions(TypeFieldEntry tfe)  | 
void | 
BooleanSettings.resolveOptions(TypeFieldEntry tfe)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected TypeFieldEntry | 
DocUploadHandler.descriptionTFE  | 
| Modifier and Type | Method and Description | 
|---|---|
TypeFieldEntry | 
WysiwygInlineEditionHandler.getTypeFieldEntry()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
JHTMLUtils.isJHTML(TypeFieldEntry tfe,
       java.lang.String text)
Check if the specified text contains JHTML. 
 | 
Copyright © 2001-2017 Jalios SA. All Rights Reserved.