org.hippoecm.hst.core.parameters
Annotation Type ParametersInfo


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ParametersInfo

This is an annotation to be used for HstComponent's. This way, an HstComponent's parameters can be bridged to the actual parameters to be expected in the HstComponentConfiguration. Also, this annotation can be used to inform YUI tools about which parameters can be configured for the HstComponent that has this annotation.

For example you can write your HstComponent for a search as follows:

 {@code


Required Element Summary
 Class<?> type
           
 

Element Detail

type

public abstract Class<?> type


Copyright © 2008-2012 Hippo. All Rights Reserved.