Package org.hippoecm.hst.core.parameters
-
Interface Summary Interface Description EmptyPropertyEditor Marker interface for what doesn't support custom property editorValueListProvider Dynamic value list provider which can be used withDropDownList
annotation to retrieve picker value list dynamically from any data sources. -
Class Summary Class Description EmptyValueListProvider A NOP implementation that can be used as the defaultValueListProvider
to indicate that there's no customValueListProvider
configured in an annotation. -
Annotation Types Summary Annotation Type Description DropDownList Indicates that the value of the annotated method should be selected from a drop-down list.FieldGroup Indicates that the annotated class contains a set of channel properties that have to be rendered as a group in a certain order.FieldGroupList Indicates that the annotated class contains a set of field groups that have to be rendered in a certain order.ImageSetPath Indicates that the annotated method returns the absolute path to the handle of an image set.JcrPath Indicates that the annotated method returns a JCR path that can be selected via a 'picker'.Parameter Annotation indicating that a getter method returns the value of an HST parameter.ParametersInfo This is an annotation to be used for org.hippoecm.hst.core.component.HstComponent's.