@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface InitParameter
Modifier and Type | Required Element and Description |
---|---|
String |
name
The parameter name.
|
String |
value
The parameter value
|
Modifier and Type | Optional Element and Description |
---|---|
LocaleString[] |
description
Provides locale-specific text describing the initialization parameter for use by the portal application or by tools.
|
public abstract String name
public abstract String value
public abstract LocaleString[] description
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.