|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FunctionProvider
Annotation used to decorate implementations of IFunctionProvider.
IFunctionProvider| Required Element Summary | |
|---|---|
java.lang.String |
descriptionBundleKeyThe bundle key to use for the description of this service. |
java.lang.String |
nameBundleKeyThe resource bundle key to use to localize the name of the provider. |
java.lang.String |
prefixThe prefix/category or namespace of the function. |
java.lang.String |
resourceBundleThe resource bundle to use for provider localization. |
| Element Detail |
|---|
public abstract java.lang.String prefix
public abstract java.lang.String resourceBundle
public abstract java.lang.String nameBundleKey
public abstract java.lang.String descriptionBundleKey
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||