Uses of Interface
io.dialob.boot.controller.PageAttributes
-
Packages that use PageAttributes Package Description io.dialob.boot.controller io.dialob.boot.settings -
-
Uses of PageAttributes in io.dialob.boot.controller
Classes in io.dialob.boot.controller that implement PageAttributes Modifier and Type Class Description classImmutablePageAttributesImmutable implementation ofPageAttributes.Methods in io.dialob.boot.controller that return PageAttributes Modifier and Type Method Description PageAttributesPageSettingsProvider. findPageSettings(String page)PageAttributesPageSettingsProvider. findPageSettingsByQuestionnaireId(String page, String questionnaireId)PageAttributesPageSettingsProvider. findPageSettingsByTenantId(String page, String tenantId)Methods in io.dialob.boot.controller with parameters of type PageAttributes Modifier and Type Method Description static ImmutablePageAttributesImmutablePageAttributes. copyOf(PageAttributes instance)Creates an immutable copy of aPageAttributesvalue.ImmutablePageAttributes.BuilderImmutablePageAttributes.Builder. from(PageAttributes instance)Fill a builder with attribute values from the providedPageAttributesinstance. -
Uses of PageAttributes in io.dialob.boot.settings
Classes in io.dialob.boot.settings that implement PageAttributes Modifier and Type Class Description classSettingsPageAttributesMethods in io.dialob.boot.settings that return PageAttributes Modifier and Type Method Description PageAttributesSettingsPageSettingsProvider. findPageSettings(String page)PageAttributesSettingsPageSettingsProvider. findPageSettingsByQuestionnaireId(String page, String questionnaireId)PageAttributesSettingsPageSettingsProvider. findPageSettingsByTenantId(String page, String tenantId)
-