Uses of Class
org.primefaces.model.seo.JsonLDItem
Packages that use JsonLDItem
-
Uses of JsonLDItem in org.primefaces.model.seo
Methods in org.primefaces.model.seo that return types with arguments of type JsonLDItemMethod parameters in org.primefaces.model.seo with type arguments of type JsonLDItemConstructor parameters in org.primefaces.model.seo with type arguments of type JsonLDItemModifierConstructorDescriptionJsonLDModel(String context, String type, String itemListType, List<JsonLDItem> items) -
Uses of JsonLDItem in org.primefaces.seo
Methods in org.primefaces.seo with parameters of type JsonLDItemModifier and TypeMethodDescriptionstatic voidJsonLD.encodeItem(FastStringWriter writer, JsonLDItem item) Method parameters in org.primefaces.seo with type arguments of type JsonLDItemModifier and TypeMethodDescriptionstatic voidJsonLD.encodeItems(FastStringWriter writer, String optionName, List<JsonLDItem> items, boolean hasComma)