Uses of Interface
org.broadleafcommerce.cms.page.domain.PageAttribute
Packages that use PageAttribute
-
Uses of PageAttribute in org.broadleafcommerce.cms.page.domain
Classes in org.broadleafcommerce.cms.page.domain that implement PageAttributeFields in org.broadleafcommerce.cms.page.domain with type parameters of type PageAttributeModifier and TypeFieldDescriptionprotected Map<String,
PageAttribute> PageImpl.additionalAttributes
Methods in org.broadleafcommerce.cms.page.domain with type parameters of type PageAttributeModifier and TypeMethodDescription<G extends PageAttribute>
CreateResponse<G>PageAttributeImpl.createOrRetrieveCopyInstance
(MultiTenantCopyContext context) Methods in org.broadleafcommerce.cms.page.domain that return types with arguments of type PageAttributeModifier and TypeMethodDescriptionPage.getAdditionalAttributes()
PageImpl.getAdditionalAttributes()
Method parameters in org.broadleafcommerce.cms.page.domain with type arguments of type PageAttributeModifier and TypeMethodDescriptionvoid
Page.setAdditionalAttributes
(Map<String, PageAttribute> additionalAttributes) void
PageImpl.setAdditionalAttributes
(Map<String, PageAttribute> additionalAttributes)