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 classTitleTypeFieldEntryThis 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_ARRAYFields 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. allTypeFieldEntriesCacheMapprotected java.util.HashMap<java.lang.Class<?>,java.util.Map<java.lang.String,TypeFieldEntry>>Channel. exactTypeFieldEntriesCacheMapMethods in com.jalios.jcms that return TypeFieldEntry Modifier and Type Method Description TypeFieldEntry[]Channel. getAllTypeFieldEntries(java.lang.Class<?> clazz)Return an array ofTypeFieldEntrybound to givenClass.TypeFieldEntry[]Channel. getAllTypeFieldEntries(java.lang.String className)Return an array ofTypeFieldEntrybound to givenClassname.TypeFieldEntry[]TypeProcessor. getAllTypeFieldEntries(java.lang.Class<?> clazz)Return an array ofTypeFieldEntrybound to givenClass.TypeFieldEntry[]TypeProcessor. getAllTypeFieldEntries(java.lang.String clazzName)Return an array ofTypeFieldEntrybound to givenClassrepresented by its class name.static TypeFieldEntry[]Data. getAllTypeFieldEntry()Return an array ofTypeFieldEntrybound toData.TypeFieldEntryChannel. getTypeAbstractFieldEntry(java.lang.Class<?> clazz)Returns theTypeFieldEntryassociated to the abstract (summary) field of the specified type.TypeFieldEntry[]Channel. getTypeFieldEntries(java.lang.Class<?> clazz)Return an array ofTypeFieldEntrybound to givenClass.TypeFieldEntry[]Channel. getTypeFieldEntries(java.lang.String className)Return an array ofTypeFieldEntrybound to givenClass.TypeFieldEntry[]TypeProcessor. getTypeFieldEntries(java.lang.Class<?> clazz)Return an array ofTypeFieldEntrybound to givenClass.TypeFieldEntry[]TypeProcessor. getTypeFieldEntries(java.lang.String clazzName)Return an array ofTypeFieldEntrybound to givenClassrepresented by its class name.TypeFieldEntryChannel. getTypeFieldEntry(java.lang.Class<?> clazz, java.lang.String fieldName)Returns the TypeFieldEntry bound to the given field of the given class.TypeFieldEntryChannel. getTypeFieldEntry(java.lang.Class<?> clazz, java.lang.String fieldName, boolean checkAll)Return theTypeFieldEntryassociated to the givenClassand fieldName.static TypeFieldEntry[]Data. getTypeFieldsEntries()Return an array ofTypeFieldEntrybound 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 TypeFieldEntryPublicationCaddyHandler. alignHTFEprotected TypeFieldEntryPublicationCaddyHandler. alignTableTFEprotected TypeFieldEntryPublicationCaddyHandler. alignVTFEprotected TypeFieldEntryPublicationCaddyHandler. backColorTFEprotected TypeFieldEntryPublicationCaddyHandler. backImageTFEprotected TypeFieldEntryPublicationCaddyHandler. behaviorCopyTFEprotected TypeFieldEntryPublicationCaddyHandler. borderColorTFEprotected TypeFieldEntryPublicationCaddyHandler. borderTFEprotected TypeFieldEntryPublicationCaddyHandler. cacheSensibilityTFEprotected TypeFieldEntryPublicationCaddyHandler. cacheTypeTFEprotected TypeFieldEntryPublicationCaddyHandler. cellPaddingTFEprotected TypeFieldEntryPublicationCaddyHandler. childTFEprotected TypeFieldEntryPublicationCaddyHandler. conditionTFEprotected TypeFieldEntryPublicationCaddyHandler. cssFileTFEprotected TypeFieldEntryPublicationCaddyHandler. exactCategoryTFEprotected TypeFieldEntryPublicationCaddyHandler. expandStateTFEprotected TypeFieldEntryPublicationCaddyHandler. insetBottomTFEprotected TypeFieldEntryPublicationCaddyHandler. insetLeftTFEprotected TypeFieldEntryPublicationCaddyHandler. insetRightTFEprotected TypeFieldEntryPublicationCaddyHandler. insetTopTFEprotected TypeFieldEntryPublicationCaddyHandler. invalidClassTFEprotected TypeFieldEntryPublicationCaddyHandler. invalidTimeTFEprotected TypeFieldEntryPublicationCaddyHandler. popupStateTFEprotected TypeFieldEntryPublicationCaddyHandler. skinClassesTFEprotected TypeFieldEntryPublicationCaddyHandler. skinFooterTFEprotected TypeFieldEntryPublicationCaddyHandler. widthTFE -
Uses of TypeFieldEntry in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as TypeFieldEntry Modifier and Type Field Description protected TypeFieldEntryEditFileDocumentHandler. descriptionTFEFields in com.jalios.jcms.handler with type parameters of type TypeFieldEntry Modifier and Type Field Description protected java.util.Set<TypeFieldEntry>AttachPublicationHandler. tfeSetMethods 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.StringJcmsFormHandler. 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.StringJcmsFormHandler. 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.StringJcmsFormHandler. 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 TypeFieldEntryJPortalEditPortletUIHandler. skinFooterButtonLabelTFEprotected TypeFieldEntryJPortalEditPortletUIHandler. skinHeaderButtonLabelTFEprotected TypeFieldEntryJPortalEditPortletUIHandler. 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. mentionableTFEByTypeMapMethods 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 voidAbstractAreaSettings. resolveOptions(TypeFieldEntry tfe)voidAbstractCategorySettings. resolveOptions(TypeFieldEntry tfe)voidBasicSettings. resolveOptions(TypeFieldEntry tfe)voidControlSettings. resolveOptions(TypeFieldEntry tfe)Set options from the specifiedTypeFieldEntry.voidSelectorSettings. 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 voidBooleanSettings. resolveOptions(TypeFieldEntry tfe)voidCategoryTreeSettings. resolveOptions(TypeFieldEntry tfe)voidDateSettings. resolveOptions(TypeFieldEntry tfe)voidDbRecordSettings. resolveOptions(TypeFieldEntry tfe)voidDurationSettings. resolveOptions(TypeFieldEntry tfe)voidGroupSettings. resolveOptions(TypeFieldEntry tfe)voidMediaPathSettings. resolveOptions(TypeFieldEntry tfe)voidMemberSettings. resolveOptions(TypeFieldEntry tfe)voidNumberSettings. resolveOptions(TypeFieldEntry tfe)voidPublicationSettings. resolveOptions(TypeFieldEntry tfe)voidRichTextAreaSettings. resolveOptions(TypeFieldEntry tfe)Deprecated.voidSqlQuerySettings. resolveOptions(TypeFieldEntry tfe)voidTypeSettings. resolveOptions(TypeFieldEntry tfe)voidWikiAreaSettings. resolveOptions(TypeFieldEntry tfe)voidWysiwygSettings. 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 TypeFieldEntryDocUploadHandler. descriptionTFE -
Uses of TypeFieldEntry in com.jalios.jcms.wysiwyg
Methods in com.jalios.jcms.wysiwyg that return TypeFieldEntry Modifier and Type Method Description TypeFieldEntryWysiwygInlineEditionHandler. 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 booleanJHTMLUtils. isJHTML(TypeFieldEntry tfe, java.lang.String text)Check if the specified text contains JHTML.
-