@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Parameter
ParametersInfo
Modifier and Type | Required Element and Description |
---|---|
String |
name |
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends PropertyEditor> |
customEditor
This is still experimental.
|
String |
defaultValue |
String |
description
Deprecated.
this value is not used anywhere. To provide extra information about a parameter to the user,
configure component parameter hints in the ParametersInfo class resource bundle.
|
String |
displayName |
boolean |
hideInChannelManager |
boolean |
required |
public abstract String name
public abstract boolean required
true
if this is a required parameter for the org.hippoecm.hst.core.component.HstComponent to
workpublic abstract String defaultValue
""
@Deprecated public abstract String description
Parameter
public abstract boolean hideInChannelManager
true
if the parameter should not be shown in the channel manager UIpublic abstract Class<? extends PropertyEditor> customEditor
Copyright © 2012–2025 Bloomreach. All rights reserved.