Uses of Class
com.jalios.jcms.TypeFieldEntry
-
Packages that use TypeFieldEntry Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JPlatform.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers).com.jalios.jcms.jportal com.jalios.jcms.mention com.jalios.jcms.taglib.settings com.jalios.jcms.taglib.settings.impl com.jalios.jcms.upload com.jalios.jcms.wysiwyg -
-
Uses of TypeFieldEntry in com.jalios.jcms
Subclasses of TypeFieldEntry in com.jalios.jcms Modifier and Type Class Description class
TitleTypeFieldEntry
This class holds all informations of a type's field title.Fields in com.jalios.jcms declared as TypeFieldEntry Modifier and Type Field Description static TypeFieldEntry[]
TypeProcessor. EMPTY_TYPEFIELDENTRY_ARRAY
Fields in com.jalios.jcms with type parameters of type TypeFieldEntry Modifier and Type Field 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
Methods in com.jalios.jcms that return TypeFieldEntry Modifier and Type Method Description TypeFieldEntry[]
Channel. getAllTypeFieldEntries(java.lang.Class<?> clazz)
Return an array ofTypeFieldEntry
bound to givenClass
.TypeFieldEntry[]
Channel. getAllTypeFieldEntries(java.lang.String className)
Return an array ofTypeFieldEntry
bound to givenClass
name.TypeFieldEntry[]
TypeProcessor. getAllTypeFieldEntries(java.lang.Class<?> clazz)
Return an array ofTypeFieldEntry
bound to givenClass
.TypeFieldEntry[]
TypeProcessor. getAllTypeFieldEntries(java.lang.String clazzName)
Return an array ofTypeFieldEntry
bound to givenClass
represented by its class name.static TypeFieldEntry[]
Data. getAllTypeFieldEntry()
Return an array ofTypeFieldEntry
bound toData
.TypeFieldEntry
Channel. getTypeAbstractFieldEntry(java.lang.Class<?> clazz)
Returns theTypeFieldEntry
associated to the abstract (summary) field of the specified type.TypeFieldEntry[]
Channel. getTypeFieldEntries(java.lang.Class<?> clazz)
Return an array ofTypeFieldEntry
bound to givenClass
.TypeFieldEntry[]
Channel. getTypeFieldEntries(java.lang.String className)
Return an array ofTypeFieldEntry
bound to givenClass
.TypeFieldEntry[]
TypeProcessor. getTypeFieldEntries(java.lang.Class<?> clazz)
Return an array ofTypeFieldEntry
bound to givenClass
.TypeFieldEntry[]
TypeProcessor. getTypeFieldEntries(java.lang.String clazzName)
Return an array ofTypeFieldEntry
bound to givenClass
represented by its class name.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 theTypeFieldEntry
associated to the givenClass
and fieldName.static TypeFieldEntry[]
Data. getTypeFieldsEntries()
Return an array ofTypeFieldEntry
bound toData
.Methods in com.jalios.jcms that return types with arguments of type TypeFieldEntry Modifier and Type Method 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. -
Uses of TypeFieldEntry in com.jalios.jcms.caddy
Fields in com.jalios.jcms.caddy declared as TypeFieldEntry Modifier and Type Field Description protected TypeFieldEntry
PublicationCaddyManagerHandler. alignHTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. alignTableTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. alignVTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. backColorTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. backImageTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. behaviorCopyTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. borderColorTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. borderTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. cacheSensibilityTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. cacheTypeTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. cellPaddingTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. childTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. conditionTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. cssFileTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. exactCategoryTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. expandStateTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. insetBottomTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. insetLeftTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. insetRightTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. insetTopTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. invalidClassTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. invalidTimeTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. popupStateTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. skinClassesTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. skinFooterTFE
protected TypeFieldEntry
PublicationCaddyManagerHandler. widthTFE
-
Uses of TypeFieldEntry in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as TypeFieldEntry Modifier and Type Field Description protected TypeFieldEntry
EditFileDocumentHandler. descriptionTFE
Fields in com.jalios.jcms.handler with type parameters of type TypeFieldEntry Modifier and Type Field Description protected java.util.Set<TypeFieldEntry>
AttachPublicationHandler. tfeSet
Methods in com.jalios.jcms.handler that return types with arguments of type TypeFieldEntry Modifier and Type Method Description java.util.Set<TypeFieldEntry>
AttachPublicationHandler. getTypeFieldEntrySet()
Methods in com.jalios.jcms.handler with parameters of type TypeFieldEntry Modifier and Type Method 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.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.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. -
Uses of TypeFieldEntry in com.jalios.jcms.jportal
Fields in com.jalios.jcms.jportal declared as TypeFieldEntry Modifier and Type Field Description protected TypeFieldEntry
JPortalEditPortletUIHandler. skinFooterButtonLabelTFE
protected TypeFieldEntry
JPortalEditPortletUIHandler. skinHeaderButtonLabelTFE
protected TypeFieldEntry
JPortalEditPortletUIHandler. skinHeaderSubTextTFE
-
Uses of TypeFieldEntry in com.jalios.jcms.mention
Fields in com.jalios.jcms.mention with type parameters of type TypeFieldEntry Modifier and Type Field Description java.util.Map<TypeEntry,java.util.List<TypeFieldEntry>>
MentionManager. mentionableTFEByTypeMap
Methods in com.jalios.jcms.mention that return types with arguments of type TypeFieldEntry Modifier and Type Method Description java.util.List<TypeFieldEntry>
MentionManager. getTypeEntryMentionableFields(TypeEntry typeEntry)
Methods in com.jalios.jcms.mention with parameters of type TypeFieldEntry Modifier and Type Method Description java.util.Set<Member>
MentionManager. getMentionedMemberSet(TypeFieldEntry tfe, java.lang.String text)
Retrieve member mentionned in the specified text. -
Uses of TypeFieldEntry in com.jalios.jcms.taglib.settings
Methods in com.jalios.jcms.taglib.settings with parameters of type TypeFieldEntry Modifier and Type Method Description void
AbstractAreaSettings. resolveOptions(TypeFieldEntry tfe)
void
AbstractCategorySettings. resolveOptions(TypeFieldEntry tfe)
void
BasicSettings. resolveOptions(TypeFieldEntry tfe)
void
ControlSettings. resolveOptions(TypeFieldEntry tfe)
Set options from the specifiedTypeFieldEntry
.void
SelectorSettings. resolveOptions(TypeFieldEntry tfe)
-
Uses of TypeFieldEntry in com.jalios.jcms.taglib.settings.impl
Methods in com.jalios.jcms.taglib.settings.impl with parameters of type TypeFieldEntry Modifier and Type Method Description void
BooleanSettings. resolveOptions(TypeFieldEntry tfe)
void
CategoryTreeSettings. resolveOptions(TypeFieldEntry tfe)
void
DateSettings. resolveOptions(TypeFieldEntry tfe)
void
DbRecordSettings. resolveOptions(TypeFieldEntry tfe)
void
DurationSettings. resolveOptions(TypeFieldEntry tfe)
void
GroupSettings. resolveOptions(TypeFieldEntry tfe)
void
MediaPathSettings. resolveOptions(TypeFieldEntry tfe)
void
MemberSettings. resolveOptions(TypeFieldEntry tfe)
void
NumberSettings. resolveOptions(TypeFieldEntry tfe)
void
PublicationSettings. resolveOptions(TypeFieldEntry tfe)
void
RichTextAreaSettings. resolveOptions(TypeFieldEntry tfe)
Deprecated.void
SqlQuerySettings. resolveOptions(TypeFieldEntry tfe)
void
TypeSettings. resolveOptions(TypeFieldEntry tfe)
void
WikiAreaSettings. resolveOptions(TypeFieldEntry tfe)
void
WysiwygSettings. resolveOptions(TypeFieldEntry tfe)
-
Uses of TypeFieldEntry in com.jalios.jcms.upload
Fields in com.jalios.jcms.upload declared as TypeFieldEntry Modifier and Type Field Description protected TypeFieldEntry
DocUploadHandler. descriptionTFE
-
Uses of TypeFieldEntry in com.jalios.jcms.wysiwyg
Methods in com.jalios.jcms.wysiwyg that return TypeFieldEntry Modifier and Type Method Description TypeFieldEntry
WysiwygInlineEditionHandler. getTypeFieldEntry()
Methods in com.jalios.jcms.wysiwyg with parameters of type TypeFieldEntry Modifier and Type Method Description static boolean
JHTMLUtils. isJHTML(TypeFieldEntry tfe, java.lang.String text)
Check if the specified text contains JHTML.
-