|
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 ContextualProvider
Function provider annotation to annotate contextual services for scenarios.
| Required Element Summary | |
|---|---|
java.lang.String |
contextNameSpecifies the root context variable name to use in the scenario context |
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 |
resourceBundleThe resource bundle to use for the provider metadata. |
| Element Detail |
|---|
public abstract java.lang.String contextName
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 | ||||||||