@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DeclarativeComponent
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
defaultExecutionTarget
The execution target at start time.
|
java.lang.String |
id
The component id.
|
java.lang.String |
name
The components name.
|
java.lang.String |
viewLocation
Represents the location (URI) of the declarative UI.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
active
The active state at start time.
|
java.lang.String |
localeID
Represents the Locale ID. see: http://www.oracle.com/technetwork/java/javase/locales-137662.html
|
java.lang.String |
resourceBundleLocation
Represents the location of your resource bundle file.
|
public abstract java.lang.String name
public abstract java.lang.String id
public abstract java.lang.String defaultExecutionTarget
public abstract java.lang.String viewLocation
public abstract boolean active
public abstract java.lang.String resourceBundleLocation
public abstract java.lang.String localeID