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
PublicationCaddyHandler. alignHTFE
protected TypeFieldEntry
PublicationCaddyHandler. alignTableTFE
protected TypeFieldEntry
PublicationCaddyHandler. alignVTFE
protected TypeFieldEntry
PublicationCaddyHandler. backColorTFE
protected TypeFieldEntry
PublicationCaddyHandler. backImageTFE
protected TypeFieldEntry
PublicationCaddyHandler. behaviorCopyTFE
protected TypeFieldEntry
PublicationCaddyHandler. borderColorTFE
protected TypeFieldEntry
PublicationCaddyHandler. borderTFE
protected TypeFieldEntry
PublicationCaddyHandler. cacheSensibilityTFE
protected TypeFieldEntry
PublicationCaddyHandler. cacheTypeTFE
protected TypeFieldEntry
PublicationCaddyHandler. cellPaddingTFE
protected TypeFieldEntry
PublicationCaddyHandler. childTFE
protected TypeFieldEntry
PublicationCaddyHandler. conditionTFE
protected TypeFieldEntry
PublicationCaddyHandler. cssFileTFE
protected TypeFieldEntry
PublicationCaddyHandler. exactCategoryTFE
protected TypeFieldEntry
PublicationCaddyHandler. expandStateTFE
protected TypeFieldEntry
PublicationCaddyHandler. insetBottomTFE
protected TypeFieldEntry
PublicationCaddyHandler. insetLeftTFE
protected TypeFieldEntry
PublicationCaddyHandler. insetRightTFE
protected TypeFieldEntry
PublicationCaddyHandler. insetTopTFE
protected TypeFieldEntry
PublicationCaddyHandler. invalidClassTFE
protected TypeFieldEntry
PublicationCaddyHandler. invalidTimeTFE
protected TypeFieldEntry
PublicationCaddyHandler. popupStateTFE
protected TypeFieldEntry
PublicationCaddyHandler. skinClassesTFE
protected TypeFieldEntry
PublicationCaddyHandler. skinFooterTFE
protected TypeFieldEntry
PublicationCaddyHandler. 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 java.util.Map<java.lang.String,java.lang.Object>
WysiwygManager. getCleanHtmlContextMap(TypeFieldEntry tfe)
Retrieve a context map for use in cleanHtml method.static boolean
JHTMLUtils. isJHTML(TypeFieldEntry tfe, java.lang.String text)
Check if the specified text contains JHTML.
-