|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={})
@Documented
public @interface AutolinkDeclares an auto link for the element.
| Optional Element Summary | |
|---|---|
Autolink.Continuations |
continuations
Indicates whether the continuations should be preserved or cancelled when this submission is sent. |
Class |
destClass
The Java class of the destination element for this data link. |
String |
destClassIdPrefix
The prefix that will be added to the destClass ID. |
String |
destId
The ID of the destination element for this flow link. |
Autolink.Embedding |
embedding
Indicates whether element embedded should be preserved or cancelled when this flow link is followed. |
Autolink.Inheritance |
inheritance
Indicates whether the behavioral inheritance (3D flow) should be preserved or cancelled when this flow link is followed. |
boolean |
redirect
Indicates whether this flow link will redirect to a dedicated URL instead of executing the destination element directly. |
String |
srcExit
The name of the exit in the source element that this flow link will be connected to. |
public abstract String srcExit
If no such exit exists, it will be created automatically.
public abstract String destId
If destClass is provided, it will override the
destId value.
destClass()public abstract Class destClass
Elem annotation.
If destClass is provided, it will override the
destId value.
The ID will be evaluated locally to the current subsite. If you
have to refer to an ID in another subsite, you have to use the
destClassIdPrefix().
destId(),
destClassIdPrefix()public abstract String destClassIdPrefix
destClass ID.
This makes it possible to refer to an ID in another subsite. Note that this prefix is not validated individually, it is merely added as a string to build the final ID that will be used.
destClass()public abstract boolean redirect
public abstract Autolink.Inheritance inheritance
public abstract Autolink.Embedding embedding
public abstract Autolink.Continuations continuations
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||