|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
ParametersInfo
@Retention(value=RUNTIME) @Target(value=TYPE) @Deprecated 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
Deprecated.
Element Detail type
public abstract Class<?> type
- Deprecated.
Overview Package Class Use Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: REQUIRED | OPTIONAL DETAIL: ELEMENT
Copyright © 2008-2012 Hippo. All Rights Reserved.